summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2021-05-21 10:27:11 +0200
committerMarius Lindvall2021-05-21 10:27:11 +0200
commit4992dd4b347074a9e6d200a95fa84f7077a8a027 (patch)
tree9eb72b081f3b2d894d48e4fbdc894c5093b815e6
parent30f00eacd99e503e8a9f0f8bd96404c2749f3a7f (diff)
downloadaur-apertium-arg.tar.gz
Add autoconf
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f76e077607e..3a8474292aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = apertium-arg
arch = x86_64
license = GPL3
makedepends = pkgconf
+ makedepends = autoconf
depends = apertium>=3.4.2
depends = vislcg3
source = apertium-arg-0.1.4.tar.gz::https://github.com/apertium/apertium-arg/archive/refs/tags/v0.1.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7ebf6abb63b4..a8a474e5095b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Apertium linguistic data for Aragonese"
url="https://github.com/apertium/${pkgname}"
license=('GPL3')
-makedepends=('pkgconf')
+makedepends=('pkgconf' 'autoconf')
depends=('apertium>=3.4.2' 'vislcg3')
arch=('i686' 'x86_64')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/apertium/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")