summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonzertheld2021-11-18 04:51:18 +0100
committerKonzertheld2021-11-18 04:51:18 +0100
commit08436d513841631359bab0696dbcce36e20d6bd7 (patch)
tree10fa2f73da086bfb3aa36ff63cb4a3fb4150ca4a /PKGBUILD
parenta5ebd2159c5ceff0ef9ee6351f99fb60d8a4a597 (diff)
downloadaur-08436d513841631359bab0696dbcce36e20d6bd7.tar.gz
add m4 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7fb5edcbf30..24afc40e50e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/ddccontrol/ddccontrol-db"
license=('GPL')
depends=()
-makedepends=('git' 'intltool' 'automake')
+makedepends=('git' 'intltool' 'automake' 'm4')
provides=('ddccontrol-db')
conflicts=('ddccontrol-db')
source=($_pkgname::git+https://github.com/ddccontrol/ddccontrol-db.git)