summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2016-08-26 19:02:32 +0200
committernfnty2016-08-26 19:02:32 +0200
commit69e2b2a9026d193f1b4d01c13d6469fff37cd2f9 (patch)
tree6794fa374821956b3f4c8807ce995b3ebf0b4d5f /PKGBUILD
parentbe021788de66b923f0480368101bdc7da62ba57c (diff)
downloadaur-69e2b2a9026d193f1b4d01c13d6469fff37cd2f9.tar.gz
Replace old `provides` and `conflicts` with new format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cca7863f071..a0b35b632f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,8 @@ depends=(
'ladspa'
)
makedepends=('git')
-provides=('shotcut')
-conflicts=('shotcut')
+provides=("${pkgname[0]%-git}")
+conflicts=("${pkgname[0]%-git}")
source=(
"${_srcname}::git+${url}.git"