Updates for GPG signing; PKGBUILD cleanup

This commit is contained in:
DarkFeather
2019-05-20 13:27:29 -05:00
parent bf08781422
commit 19189392bc
4 changed files with 20 additions and 23 deletions

View File

@@ -5,7 +5,6 @@ compile: ${LIST}
install: compile
mkdir -p ${pkgdir}/usr/share/pacman/keyrings
cp ./aninix.gpg ${pkgdir}/usr/share/pacman/keyrings
for i in ${LIST}; do make -C ./$$i install; done
reverse: