aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@posteo.net>2023-07-10 09:15:49 -0700
committerFredrik Salomonsson <plattfot@posteo.net>2023-07-10 09:15:49 -0700
commit96f0ce5ccc8fdf43c3762103ce6a2379448050ed (patch)
treef62c0961c3bb6558845b7acb3bbe674d2aa53675
parenteecf19bb876f2d5523a88a5a06e4bee7bff46730 (diff)
downloadpinentry-rofi-96f0ce5ccc8fdf43c3762103ce6a2379448050ed.tar.gz
Add autoconf-archive to makedepends for build-aux/PKGBUILD
Needed to properly build it for arch linux.
-rw-r--r--build-aux/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD
index b88e09e..0d7eb38 100644
--- a/build-aux/PKGBUILD
+++ b/build-aux/PKGBUILD
@@ -13,7 +13,7 @@ url=""
license=('Expat')
groups=()
depends=('rofi' 'guile' )
-makedepends=()
+makedepends=('autoconf-archive')
checkdepends=()
optdepends=()
provides=()