summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-06 23:14:44 +0200
committersl1pkn072015-10-06 23:14:44 +0200
commitf27831ac37389f6aff3809d1f1230ed51c83f918 (patch)
tree0d78ae4c3537b3f7c1e1bd4e6712d2c563874f31
parentae6365f4ea364e61950d83e7255846631db4418d (diff)
downloadaur-f27831ac37389f6aff3809d1f1230ed51c83f918.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1d021bb2b9..82e48984a08e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = vapoursynth-plugin-awarpsharp2-git
pkgdesc = Plugin for Vapoursynth: awarpsharp2 (GIT version)
- pkgver = r9.4673b32
+ pkgver = v1.1.g6a83bb5
pkgrel = 1
- url = https://github.com/dubhater/vapoursynth-awarpsharp2
+ url = http://forum.doom9.org/showthread.php?t=172721
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 2106b2845e37..441fdf0990c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_plug=awarpsharp2
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r9.4673b32
+pkgver=v1.1.g6a83bb5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-awarpsharp2'
+url='http://forum.doom9.org/showthread.php?t=172721'
license=('GPL2')
depends=('vapoursynth')
makedepends=('git')
@@ -17,8 +17,7 @@ sha1sums=('SKIP')
pkgver() {
cd "${_plug}"
- #echo "$(git describe --long --tags | tr - .)"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ echo "$(git describe --long --tags | tr - .)"
}
prepare() {