summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonzertheld2021-11-18 05:03:30 +0100
committerKonzertheld2021-11-18 05:03:30 +0100
commitd2f933dfef01dc1ac7e482b565752b86c6bafc78 (patch)
tree7c2f8d6c6471213326fe4d20d5444de06e432e58 /PKGBUILD
parentdd4177ecf7cae5bd7c4ea28d159e9c17b1cca5a7 (diff)
downloadaur-d2f933dfef01dc1ac7e482b565752b86c6bafc78.tar.gz
also add autoconf as make dep because it contains the needed autopoint
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c4cdad83637..17e6c26ae947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('any')
url="https://github.com/ddccontrol/ddccontrol-db"
license=('GPL')
depends=()
-makedepends=('git' 'intltool' 'automake' 'm4')
+makedepends=('git' 'intltool' 'automake' 'm4' 'autoconf')
provides=('ddccontrol-db')
conflicts=('ddccontrol-db')
source=($_pkgname::git+https://github.com/ddccontrol/ddccontrol-db.git)