summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2021-12-01 17:36:04 +0100
committerMichael Laß2021-12-01 17:36:04 +0100
commited5df562c7262c953a115d5f209d4c71fb5f6f05 (patch)
tree1fc93a13e28238532e355cf6ece8f4558058012f
parente42764fe12e919ee22ac1c80c9abd0d1abf35ccb (diff)
downloadaur-ed5df562c7262c953a115d5f209d4c71fb5f6f05.tar.gz
Add missing dep on libxcrypt
Thanks to bidulock for noticing!
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 778b9b1157c0..5588f787aa05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openafs
pkgdesc = Open source implementation of the AFS distributed file system
pkgver = 1.8.8
- pkgrel = 1
+ pkgrel = 2
url = http://www.openafs.org
install = openafs.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = openafs
arch = armv7h
license = custom:"IBM Public License Version 1.0"
depends = krb5
+ depends = libxcrypt
optdepends = openafs-modules: Kernel module for OpenAFS
optdepends = openafs-modules-dkms: Kernel module for OpenAFS, built automatically using dkms
conflicts = openafs-features
diff --git a/PKGBUILD b/PKGBUILD
index 4c9bc68a781c..e6d892bd41a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=openafs
pkgver=1.8.8
-pkgrel=1
+pkgrel=2
pkgdesc="Open source implementation of the AFS distributed file system"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.openafs.org"
license=('custom:"IBM Public License Version 1.0"')
-depends=('krb5')
+depends=('krb5' 'libxcrypt')
optdepends=('openafs-modules: Kernel module for OpenAFS'
'openafs-modules-dkms: Kernel module for OpenAFS, built automatically using dkms')
conflicts=('openafs-features')