summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-19 12:12:27 +0100
committersL1pKn072020-03-19 12:12:27 +0100
commitb16ad44c2aae0b130ad05a2f29e7c6ef72f0e800 (patch)
treef6662df07e13769e526e5ff9249aa06495caee5f
parenta90fb157c73a6023b3818096f6ae95527a88aca4 (diff)
downloadaur-b16ad44c2aae0b130ad05a2f29e7c6ef72f0e800.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9da4915ed11a..bceb59e2ff13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = vapoursynth-tools-ocsuite-git
pkgdesc = Tools for Vapoursynth: ocsuite (GIT version)
pkgver = r2.132d838
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OrangeChannel/ocsuite
arch = any
license = GPL
makedepends = git
- depends = vapoursynth-plugin-acsuite-git
+ depends = vapoursynth-tools-acsuite-git
provides = vapoursynth-tools-ocsuite
conflicts = vapoursynth-tools-ocsuite
source = ocsuite::git+https://github.com/OrangeChannel/ocsuite.git
diff --git a/PKGBUILD b/PKGBUILD
index 417006623dcf..9f2b9a85d42a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_plug=ocsuite
pkgname=vapoursynth-tools-${_plug}-git
pkgver=r2.132d838
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url="https://github.com/OrangeChannel/${_plug}"
license=('GPL')
-depends=('vapoursynth-plugin-acsuite-git')
+depends=('vapoursynth-tools-acsuite-git')
makedepends=('git')
provides=("vapoursynth-tools-${_plug}")
conflicts=("vapoursynth-tools-${_plug}")