summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-12-23 16:06:08 -0500
committerVincent Grande2020-12-23 16:06:08 -0500
commit45f7cdf3d0b793f1a5e132ffbf972dcd8fb1497a (patch)
tree4296c68529eaa73a4daf177b3c6c62ddda00a66e /PKGBUILD
parentd17152abb9574719e7da61469ad29d8075cbb654 (diff)
downloadaur-45f7cdf3d0b793f1a5e132ffbf972dcd8fb1497a.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66e54133d005..52384b52491c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ _pick() {
#--PACKAGE--------------------------------------------------------------
package_p11-kit-nosystemd-minimal-git() {
- depends=("libp11-kit=$pkgver-$pkgrel" 'coreutils' 'libp11-kit.so')
+ depends=('coreutils')
provides=(p11-kit)
conflicts=(p11-kit)