diff --git a/build-packages.sh b/build-packages.sh old mode 100644 new mode 100755 index 2731f47..1d89f94 --- a/build-packages.sh +++ b/build-packages.sh @@ -20,6 +20,6 @@ for x in "${x86_list[@]}" do cd "${dir_path}"/x86_64/"${x}" echo "### Making ${dir_path}/x86_64/${x} ###" - makepkg -cf --sign + makepkg -cf find . -mindepth 1 -maxdepth 1 -type d -print0 | xargs -r0 rm -R done diff --git a/clean-up.sh b/clean-up.sh old mode 100644 new mode 100755 diff --git a/x86_64/dmenu-cbsh/PKGBUILD b/x86_64/dmenu-cbsh/PKGBUILD index 6407bf7..01ca54e 100644 --- a/x86_64/dmenu-cbsh/PKGBUILD +++ b/x86_64/dmenu-cbsh/PKGBUILD @@ -2,8 +2,8 @@ # Other VCS sources are not natively supported by makepkg yet. # Maintainer: Cameron Miller -pkgname=dmenu-cbsh-git -pkgver=5.0.r11.17a8dcc +pkgname=dmenu-cbsh +pkgver=5.0.r6.ed3fc3b pkgrel=1 pkgdesc="A Custom build of dmenu patched for centering, borders, custom line height and more colours" arch=(x86_64) @@ -12,12 +12,12 @@ license=('MIT') groups=() depends=() makedepends=('git') -provides=("dmenu") -conflicts=("dmenu") +provides=(dmenu) +conflicts=(dmenu dmenu-cbsh-git) replaces=() backup=() options=() -install= +install=${pkgname}.install source=("git+$url") noextract=() md5sums=('SKIP')