summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Yantarev2021-07-22 13:06:25 +0300
committerDenis Yantarev2021-07-22 13:06:25 +0300
commitd8054f441c7eece29df282e9cf9d1d3017656ce4 (patch)
treec5d948099474e65bcf5a78bdbb7e7bf3ff69f6c9 /PKGBUILD
parent5df3efa7acd0e6ea5b328560d328c26df75c0019 (diff)
downloadaur-d8054f441c7eece29df282e9cf9d1d3017656ce4.tar.gz
Use embedded tdb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e5a8aa4dddf..43d75934f6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=netatalk
pkgver=3.1.12
-pkgrel=6
+pkgrel=7
pkgdesc='Open-source implementation of the Apple Filing Protocol'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://netatalk.sourceforge.net'
license=('GPL')
depends=('avahi>=0.6' 'cracklib' 'dbus-glib' 'dbus-python'
- 'libevent' 'libgcrypt>=1.2.3' 'libldap' 'pam' 'tdb')
+ 'libevent' 'libgcrypt>=1.2.3' 'libldap' 'pam')
replaces=('netatalk-git' 'netatalk2')
backup=('etc/afp.conf'
'etc/extmap.conf')
@@ -38,7 +38,7 @@ build() {
--prefix=/usr --localstatedir=/var/state --sbindir=/usr/bin --sysconfdir=/etc \
--enable-silent-rules --enable-pgp-uam \
--with-init-style=systemd --with-cracklib --with-cnid-cdb-backend \
- --without-libevent --without-tdb
+ --without-libevent
make
}