summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCody P Schafer2017-02-09 12:01:30 -0500
committerCody P Schafer2017-02-09 12:01:30 -0500
commitecc59ec95f73a24ff3f5926b4d47b695fa195dc9 (patch)
tree72d7ec8f7268574f396fef5ebd55a84e8c35053c
parent414538d29718ed8fbc72c2f5188a9f4a4fa11096 (diff)
downloadaur-ecc59ec95f73a24ff3f5926b4d47b695fa195dc9.tar.gz
add missing makedepends chrpath. no change to installed package, so rev can stay the same
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f890c41740df..3a572d08b61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = neard
makedepends = automake
makedepends = autoconf>=2.60
makedepends = libtool
+ makedepends = chrpath
depends = dbus>=1.2
depends = libnl
depends = glib2>=2.28
diff --git a/PKGBUILD b/PKGBUILD
index 069bfbd31a5a..38af8cdf547f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://01.org/linux-nfc/"
license=('GPL2')
depends=('dbus>=1.2' 'libnl' 'glib2>=2.28')
-makedepends=('automake' 'autoconf>=2.60' 'libtool')
+makedepends=('automake' 'autoconf>=2.60' 'libtool' 'chrpath')
backup=(etc/neard/main.conf)
source=(https://git.kernel.org/cgit/network/nfc/neard.git/snapshot/$pkgname-$pkgver.tar.gz
bindir.patch