Revert "Add Arch PKGBUILDS as base to work from."

This reverts commit adcaea3036.
This commit is contained in:
Cameron Miller 2022-01-04 16:44:52 +00:00
parent adcaea3036
commit cd6d7a74a0
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@ for x in "${x86_list[@]}"
do
cd "${dir_path}"/x86_64/"${x}"
echo "### Making ${dir_path}/x86_64/${x} ###"
makedeb -s
makepkg -scf --sign
find . -mindepth 1 -maxdepth 1 -type d -print0 | xargs -r0 rm -R
done

View File

@ -3,7 +3,7 @@
# Maintainer: Cameron Miller <cameron@codecameron.dev>
pkgname=dmenu-scripts
pkgver=1.0.r20.b76b0fe
pkgver=1.0.r19.def1cf5
pkgrel=1
pkgdesc="Some basic dmenu Scripts to make things a bit easier in life."
arch=('any')