summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-06-03 10:03:01 -0600
committeryochananmarqos2019-06-03 10:03:01 -0600
commitbaba36ea8169c9a346c7b448d58bf1219a1161e6 (patch)
treebe5472a686d7e9f590f91e67749f150e5dc1521c
parentd1e6f62b601930e4bc37202d92c02c2e3d1a14b1 (diff)
downloadaur-baba36ea8169c9a346c7b448d58bf1219a1161e6.tar.gz
updated dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e50e83fdfaff..6f67995f8068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = viper4linux-git
pkgdesc = Implementation of the libviper library for modern Linux desktops.
- pkgver = r46.cd42189
- pkgrel = 1
+ pkgver = r55.ec2dcf6
+ pkgrel = 2
url = https://github.com/L3vi47h4N/Viper4Linux
arch = x86_64
license = GPL
- depends = gst-plugin-viperfx
+ depends = gst-plugin-viper4linux
depends = gst-plugins-good
provides = viper4linux
conflicts = viper4linux
diff --git a/PKGBUILD b/PKGBUILD
index 9db2de4c44aa..a1a7f725cd8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Formed <formed at tuta dot io>
-# Contributor: Mark Wagie <yochanan dot marqos at gmail dot com>
+# Co-Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=viper4linux-git
-pkgver=r46.cd42189
-pkgrel=1
+pkgver=r55.ec2dcf6
+pkgrel=2
pkgdesc="Implementation of the libviper library for modern Linux desktops."
arch=('x86_64')
url="https://github.com/L3vi47h4N/Viper4Linux"
license=('GPL')
-depends=('gst-plugin-viperfx' 'gst-plugins-good')
+depends=('gst-plugin-viper4linux' 'gst-plugins-good')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/L3vi47h4N/Viper4Linux.git")