summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLee Chong Yew2024-01-13 21:32:04 +0800
committerLee Chong Yew2024-01-13 21:32:04 +0800
commit73b0bb0cf4d0421099b992589a5ffe683f1cde0d (patch)
tree7af25cbaa0a630c7c53d6d5a163eea5f2867ae18 /PKGBUILD
parentd8fe24b3da056a551fccb6643be7b1708e2b15ad (diff)
downloadaur-topal.tar.gz
Added git as requirement for build (to pull down source). Forgot to add the dependency to makedepend when switched source from tarball to git.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a7cb7eaef7d..1a13c753859b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=topal
pkgver=82
-pkgrel=1
+pkgrel=2
pkgdesc="Topal is a glue program that links GnuPG and Alpine"
arch=("i686" "x86_64")
url="https://zircon.org.uk/topal/"
license=("GPL3")
-makedepends=("gcc-ada" "make" "lynx")
+makedepends=("gcc-ada" "make" "lynx" "git")
optdepends=("alpine: for which topal was mainly written for"
"re-alpine: fork of alpine for which topal was mainly written for"
"gnupg: to encrypt, decrypt, sign and verify e-mail"
@@ -25,7 +25,6 @@ md5sums=('SKIP')
build() {
-# cp -r "${pkgname}" "${srcdir}/${pkgname}-${pkgver}"
cd "${pkgname}"
# Remove PDF build stuff