summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2024-01-21 21:54:40 +0200
committerChristoph Gysin2024-01-21 21:54:40 +0200
commitaabb034e6ebdbbe67748ab70c756ac45c1a4e054 (patch)
tree9ee5e48ef7f1657beb96cbc041cc1b77ea8eab08
parent1a10c3fee59c1b38f747e3c3656a5c98af6f2f68 (diff)
downloadaur-aabb034e6ebdbbe67748ab70c756ac45c1a4e054.tar.gz
Add autoconf-archive make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 235c7b0348f3..ef2b4d813758 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = osm-gps-map-git
makedepends = git
makedepends = gtk-doc
makedepends = gobject-introspection
+ makedepends = autoconf-archive
depends = gtk3
depends = libsoup
provides = osm-gps-map
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)