summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornutcase842018-05-23 16:28:38 -0400
committernutcase842018-05-23 16:28:38 -0400
commita5ebd2159c5ceff0ef9ee6351f99fb60d8a4a597 (patch)
treeeb18366e81a6b17a2d4058a4d84ef4c9ed919559
parent75a234d8531bc04c8a8d21ae6cdae4d19cb9006c (diff)
downloadaur-a5ebd2159c5ceff0ef9ee6351f99fb60d8a4a597.tar.gz
add automake as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 479f6fee5182..6b36127e030f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ddccontrol-db-git
license = GPL
makedepends = git
makedepends = intltool
+ makedepends = automake
provides = ddccontrol-db
conflicts = ddccontrol-db
source = ddccontrol-db::git+https://github.com/ddccontrol/ddccontrol-db.git
diff --git a/PKGBUILD b/PKGBUILD
index 88475cbe065c..e7fb5edcbf30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Contributer: nutcase84@protonmail.com
# Contributor: 3ED <krzysztof1987 (at) gmail /dot/ com>
# Contributor:Xemertix <arch88(at)katamail(dot)com>
# Contributor: dimaqq@gmail.com
@@ -11,7 +12,7 @@ arch=('any')
url="https://github.com/ddccontrol/ddccontrol-db"
license=('GPL')
depends=()
-makedepends=('git' 'intltool')
+makedepends=('git' 'intltool' 'automake')
provides=('ddccontrol-db')
conflicts=('ddccontrol-db')
source=($_pkgname::git+https://github.com/ddccontrol/ddccontrol-db.git)