summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-29 15:40:15 +0200
committerGustavo Alvarez2016-08-29 15:40:15 +0200
commitc86056d1942616a84d68e07349353f73eb68871f (patch)
tree016fc86a26c0cb64fbd13428d57ad3762cb761b7
parent1184e04b2aa7a40a8a3436ea03716a05d65df99e (diff)
downloadaur-c86056d1942616a84d68e07349353f73eb68871f.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c5012b92fd..9a77a29bc04e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 15 21:49:20 UTC 2016
+# Mon Aug 29 13:40:09 UTC 2016
pkgbase = vapoursynth-plugin-sangnom-hg
pkgdesc = Plugin for Vapoursynth: sangnom (HG version)
- pkgver = 25.580e6af65876
+ pkgver = 36.24bf165026c6
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=173752
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vapoursynth-plugin-sangnom-hg
depends = vapoursynth
provides = vapoursynth-plugin-sangnom
conflicts = vapoursynth-plugin-sangnom
- source = sangnom::hg+https://sl1pkn07@bitbucket.org/James1201/vapoursynth-sangnom
+ source = sangnom::hg+https://bitbucket.org/James1201/vapoursynth-sangnom
sha1sums = SKIP
pkgname = vapoursynth-plugin-sangnom-hg
diff --git a/PKGBUILD b/PKGBUILD
index 6b7209ad4d96..6fe3dd540175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=sangnom
pkgname=vapoursynth-plugin-${_plug}-hg
-pkgver=25.580e6af65876
+pkgver=36.24bf165026c6
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (HG version)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('vapoursynth')
makedepends=('mercurial')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::hg+https://sl1pkn07@bitbucket.org/James1201/vapoursynth-sangnom")
+source=("${_plug}::hg+https://bitbucket.org/James1201/vapoursynth-sangnom")
sha1sums=('SKIP')
pkgver() {
@@ -37,4 +37,5 @@ package(){
cd "${_plug}"
make DESTDIR="${pkgdir}" install
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}