summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072019-03-27 18:53:18 +0100
committersL1pKn072019-03-27 18:53:18 +0100
commit8b98f3e4b46d7594c2ab60897e684c28d31d3a15 (patch)
tree40e9bfe8cdf1e1e15441d9b4f203bca543d9bb4e /PKGBUILD
parent28ed48736861f405d2f69bb3b582c0050088ec9d (diff)
downloadaur-8b98f3e4b46d7594c2ab60897e684c28d31d3a15.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fcc319b92b1..e7407e2d16d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,12 @@ url='https://forum.doom9.org/showthread.php?t=173752'
license=('MIT')
depends=('vapoursynth')
makedepends=('mercurial')
-provides=("vapoursynth-plugin-${_plug}")
-conflicts=("vapoursynth-plugin-${_plug}")
+provides=("vapoursynth-plugin-${_plug}"
+ "vapoursynth-plugin-${_plug}-git"
+ )
+conflicts=("vapoursynth-plugin-${_plug}"
+ "vapoursynth-plugin-${_plug}-git"
+ )
source=("${_plug}::hg+https://bitbucket.org/James1201/vapoursynth-sangnom")
sha256sums=('SKIP')