summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCody P Schafer2021-10-13 14:06:25 -0400
committerCody P Schafer2021-10-13 14:06:42 -0400
commit10611eca7cd3283ef2e7f5854d7ace5c513e09dc (patch)
treeda3683ab6517f848f5e145c770829120cf2db6bc
parent6904433052ebd63a3a36eaab06fbb5f453e027be (diff)
downloadaur-10611eca7cd3283ef2e7f5854d7ace5c513e09dc.tar.gz
fix build with makechrootpkg from KokaKiwi
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b22f5a768ff3..709cf17b59c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = neard
license = GPL2
makedepends = automake
makedepends = autoconf>=2.60
+ makedepends = autoconf-archive
makedepends = libtool
makedepends = chrpath
depends = dbus>=1.2
diff --git a/PKGBUILD b/PKGBUILD
index 051fd74d1e2d..1e6c9349f762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/linux-nfc/neard"
license=('GPL2')
depends=('dbus>=1.2' 'libnl' 'glib2>=2.28')
-makedepends=('automake' 'autoconf>=2.60' 'libtool' 'chrpath')
+makedepends=('automake' 'autoconf>=2.60' 'autoconf-archive' 'libtool' 'chrpath')
backup=(etc/neard/main.conf)
source=(https://git.kernel.org/cgit/network/nfc/neard.git/snapshot/$pkgname-$pkgver.tar.gz
bindir.patch
@@ -32,6 +32,8 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --with-systemduserunitdir=/usr/lib/systemd/user \
--disable-debug \
--enable-tools