summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2024-01-21 21:54:40 +0200
committerChristoph Gysin2024-01-21 21:54:40 +0200
commitaabb034e6ebdbbe67748ab70c756ac45c1a4e054 (patch)
tree9ee5e48ef7f1657beb96cbc041cc1b77ea8eab08 /PKGBUILD
parent1a10c3fee59c1b38f747e3c3656a5c98af6f2f68 (diff)
downloadaur-aabb034e6ebdbbe67748ab70c756ac45c1a4e054.tar.gz
Add autoconf-archive make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43fb87dd32cb..00bcccb99c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
url="https://nzjrs.github.io/osm-gps-map/"
license=(GPL2)
depends=(gtk3 libsoup)
-makedepends=(git gtk-doc gobject-introspection)
+makedepends=(git gtk-doc gobject-introspection autoconf-archive)
source=(git+https://github.com/nzjrs/${_pkgname}.git)
md5sums=('SKIP')
provides=($_pkgname)