summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-09-15 08:23:09 -0600
committeryochananmarqos2019-09-15 08:23:09 -0600
commit59a8182e6fda67e39f838243c8be604301f276d8 (patch)
tree1a84b43cc574933edb3b8a4f62167871505b1a1e
parent8e1b45d9ca1f58f76f353258cc50fc7585ec3142 (diff)
downloadaur-59a8182e6fda67e39f838243c8be604301f276d8.tar.gz
updated conflicts
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 584e28ea185d..9f0b6bef818d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = viper4linux-git
pkgdesc = Implementation of the libviper library for modern Linux desktops.
- pkgver = r55.ec2dcf6
- pkgrel = 3
+ pkgver = r59.192d2ea
+ pkgrel = 1
url = https://github.com/noahbliss/Viper4Linux
arch = x86_64
- license = GPL
+ license = GPL3
depends = gst-plugin-viper4linux
depends = gst-plugins-good
provides = viper4linux
conflicts = viper4linux
+ conflicts = jdsp4linux
source = viper4linux::git+https://github.com/noahbliss/Viper4Linux.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7be2488f529a..2dc549c81e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Formed <formed at tuta dot io>
# Co-Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=viper4linux-git
-pkgver=r55.ec2dcf6
-pkgrel=3
+pkgver=r59.192d2ea
+pkgrel=1
pkgdesc="Implementation of the libviper library for modern Linux desktops."
arch=('x86_64')
url="https://github.com/noahbliss/Viper4Linux"
-license=('GPL')
+license=('GPL3')
depends=('gst-plugin-viper4linux' 'gst-plugins-good')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname%-git}" 'jdsp4linux')
source=("${pkgname%-git}::git+https://github.com/noahbliss/Viper4Linux.git")
sha256sums=('SKIP')