summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 23:34:47 +0200
committerGustavo Alvarez2016-10-19 23:34:47 +0200
commit520519a74e21d5f8901e9c2cfce984b985b3efc4 (patch)
tree38863252c7c1e88594d52ffd0828bd7babb8efeb
parenta662c60a9d947a07835a616e24a499d3fec2ee7d (diff)
downloadaur-520519a74e21d5f8901e9c2cfce984b985b3efc4.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 371177b4fe70..b333158061de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 23:34:10 UTC 2016
+# Wed Oct 19 21:34:43 UTC 2016
pkgbase = vapoursynth-plugin-cnr2-git
pkgdesc = Plugin for Vapoursynth: cnr2 (GIT version)
- pkgver = v1.0.gefbc438
+ pkgver = v1.2.g1f2c901
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=173659
arch = i686
@@ -12,9 +12,8 @@ pkgbase = vapoursynth-plugin-cnr2-git
depends = vapoursynth
provides = vapoursynth-plugin-cnr2
conflicts = vapoursynth-plugin-cnr2
- options = !makeflags
source = cnr2::git+https://github.com/dubhater/vapoursynth-cnr2.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-cnr2-git
diff --git a/PKGBUILD b/PKGBUILD
index 4479b09db251..33fdb25d8e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,18 @@
_plug=cnr2
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v1.0.gefbc438
+pkgver=v1.2.g1f2c901
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=173659"
+url='http://forum.doom9.org/showthread.php?t=173659'
license=('GPL')
-depends=('vapoursynth'
- )
-makedepends=('git'
- )
+depends=('vapoursynth')
+makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/dubhater/vapoursynth-${_plug}.git")
-sha1sums=('SKIP')
-options=('!makeflags')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"