summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d9efed43b26..3f8cb6aa582d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=warpsharpsupport
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=R1.0.g42f3b5e
-pkgrel=3
+pkgver=1.0.g42f3b5e
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/myrsloik/WarpSharpSupport.git'
@@ -19,7 +19,7 @@ _site_packages="$(python -c 'import sysconfig; print(sysconfig.get_paths()["pure
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d R)"
}
package() {