summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumax2022-11-05 09:43:30 +0800
committerkumax2022-11-05 09:43:30 +0800
commit395d59d32deabb33ad031604ed483a3a6d8996a5 (patch)
treecc524a80f80cd485ebb13f571b1aaf135296d376
parentddd5fd338c5dff1d7c18c9bf8ccf93bfa3ce8485 (diff)
downloadaur-395d59d32deabb33ad031604ed483a3a6d8996a5.tar.gz
Add git and subversion to makedepends.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b39f53a4ac..a80fc9c06628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = yafu-git
url = https://github.com/bbuhrow/yafu
arch = x86_64
license = MIT
+ makedepends = git
+ makedepends = subversion
depends = gmp
depends = gmp-ecm
optdepends = ggnfs
diff --git a/PKGBUILD b/PKGBUILD
index 30c3ab90b0ec..b304b880ac31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=("MIT")
arch=('x86_64')
conflicts=(${_pkgbase})
provides=('yafu' 'ysieve')
-#makedepends=('zlib' 'msieve')
+#makedepends=('zlib' 'msieve') ## These dependencies are related to some features, but they are not tested for being sufficient to make yafu work.
+makedepends=('git' 'subversion')
depends=('gmp' 'gmp-ecm')
optdepends=('ggnfs')
source=(