summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkageru2019-03-06 22:11:45 +0100
committerkageru2019-03-06 22:11:45 +0100
commit626dd9ad7c336f4c56cf8385e1c907326fbaec04 (patch)
tree7329b686910171233c66f18b0c23cb8ac096533c
parent947705f29a4a1c4f001fa3a45306e70fa1c0376a (diff)
downloadaur-626dd9ad7c336f4c56cf8385e1c907326fbaec04.tar.gz
Updated provides/conflicts (thanks sl1pkn07) and bumped version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff545de60b77..fd5f8672a9d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = vapoursynth-plugin-vsutil-git
pkgdesc = A collection of general purpose Vapoursynth functions to be reused in modules/scripts
- pkgver = r5.e756136
+ pkgver = r26.90c602b
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/vsutil
arch = x86_64
license = MIT
makedepends = git
depends = vapoursynth
- depends = python
- provides = vapoursynth-plugin-vsutil-git
- conflicts = vapoursynth-plugin-vsutil-git
+ provides = vapoursynth-plugin-vsutil
+ conflicts = vapoursynth-plugin-vsutil
source = vsutil::git+https://github.com/Irrational-Encoding-Wizardry/vsutil.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a4a1da964d4..e585beaf0cc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
_plug=vsutil
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r5.e756136
+pkgver=r26.90c602b
pkgrel=1
pkgdesc='A collection of general purpose Vapoursynth functions to be reused in modules/scripts'
arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/vsutil'
license=('MIT')
-depends=('vapoursynth'
- 'python')
+depends=('vapoursynth')
makedepends=('git')
-provides=("vapoursynth-plugin-${_plug}-git")
-conflicts=("vapoursynth-plugin-${_plug}-git")
+provides=("vapoursynth-plugin-${_plug}")
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/vsutil.git")
sha256sums=('SKIP')