summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-27 18:53:18 +0100
committersL1pKn072019-03-27 18:53:18 +0100
commit8b98f3e4b46d7594c2ab60897e684c28d31d3a15 (patch)
tree40e9bfe8cdf1e1e15441d9b4f203bca543d9bb4e
parent28ed48736861f405d2f69bb3b582c0050088ec9d (diff)
downloadaur-vapoursynth-plugin-sangnom-hg.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c564434c0d0..949a802e1bd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 2 19:58:54 UTC 2019
+# Wed Mar 27 17:53:13 UTC 2019
pkgbase = vapoursynth-plugin-sangnom-hg
pkgdesc = Plugin for Vapoursynth: sangnom (HG version)
pkgver = 40.5a00bb64258d
@@ -10,7 +10,9 @@ pkgbase = vapoursynth-plugin-sangnom-hg
makedepends = mercurial
depends = vapoursynth
provides = vapoursynth-plugin-sangnom
+ provides = vapoursynth-plugin-sangnom-git
conflicts = vapoursynth-plugin-sangnom
+ conflicts = vapoursynth-plugin-sangnom-git
source = sangnom::hg+https://bitbucket.org/James1201/vapoursynth-sangnom
sha256sums = SKIP
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')