diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2023-07-10 09:15:49 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2023-07-10 09:15:49 -0700 |
commit | 96f0ce5ccc8fdf43c3762103ce6a2379448050ed (patch) | |
tree | f62c0961c3bb6558845b7acb3bbe674d2aa53675 | |
parent | eecf19bb876f2d5523a88a5a06e4bee7bff46730 (diff) | |
download | pinentry-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/PKGBUILD | 2 |
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=() |