summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-06 14:53:22 -0700
committeryochananmarqos2020-01-06 14:53:22 -0700
commit914750fad070ec1c050c7c769dcacf36703c4e47 (patch)
treeffa1a8b738f26e94c402f3487aa419fa1b60ec40
parentfdc6020fe3a91743dbccb0833bed2a2eacb571c9 (diff)
downloadaur-914750fad070ec1c050c7c769dcacf36703c4e47.tar.gz
updated conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d6c0c0b5d2..627e0aa723c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gst-plugin-viper4linux-git
pkgdesc = ViPER FX core wrapper plugin for gstreamer
pkgver = r21.e0a615e
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/noahbliss/gst-plugin-viperfx
arch = x86_64
license = custom
@@ -11,6 +11,7 @@ pkgbase = gst-plugin-viper4linux-git
provides = gst-plugin-viper4linux
provides = gst-plugin-viperfx
conflicts = gst-plugin-viper4linux
+ conflicts = gst-plugin-viperfx
conflicts = gst-plugin-jamesdsp
replaces = gst-plugin-viperfx
source = git+https://github.com/noahbliss/gst-plugin-viperfx.git
diff --git a/PKGBUILD b/PKGBUILD
index dc724fadd730..df91b9b89a90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
+# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gst-plugin-viper4linux-git
_gitname=gst-plugin-viperfx
pkgver=r21.e0a615e
-pkgrel=5
+pkgrel=6
pkgdesc="ViPER FX core wrapper plugin for gstreamer"
arch=('x86_64')
url="https://github.com/noahbliss/gst-plugin-viperfx"
@@ -10,7 +10,7 @@ license=('custom')
depends=('gstreamer' 'libviperfx')
makedepends=('git')
provides=("${pkgname%-git}" "$_gitname")
-conflicts=("${pkgname%-git}" 'gst-plugin-jamesdsp')
+conflicts=("${pkgname%-git}" "$_gitname" 'gst-plugin-jamesdsp')
replaces=("$_gitname")
source=('git+https://github.com/noahbliss/gst-plugin-viperfx.git')
sha256sums=('SKIP')
@@ -30,5 +30,5 @@ build() {
package() {
cd "$srcdir/$_gitname"
make DESTDIR="$pkgdir/" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$_gitname/COPYING"
+ install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$_gitname"
}