summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortomKPZ2021-03-07 18:08:07 -0800
committertomKPZ2021-03-07 18:08:07 -0800
commitaf0dedaefdf55874eb414808fb19eeeb3158a5c5 (patch)
treeeeb6ec7199522ea0ca1d4f1055e6e7df98028ac7
parent962d488dc4ee8f9a281e40e8574e12b74b20fea7 (diff)
downloadaur-af0dedaefdf55874eb414808fb19eeeb3158a5c5.tar.gz
Add automake dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc4857b4a450..48c674f82adb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = xtrace
arch = x86_64
license = GPL
makedepends = autoconf
+ makedepends = automake
makedepends = make
depends = glibc
optdepends = xorg-xauth
diff --git a/PKGBUILD b/PKGBUILD
index 6f9d798e7f1b..59280824cefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="trace communication between X client and server"
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc')
-makedepends=('autoconf' 'make')
+makedepends=('autoconf' 'automake' 'make')
optdepends=('xorg-xauth')
source=("http://deb.debian.org/debian/pool/main/x/xtrace/xtrace_${pkgver}.orig.tar.xz")
sha256sums=('8aef15eb42fa36c80dd8185d0a940321ba851328a3738ae897b4352e94d6331e')