summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a160de377c1f..122eca20c922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-warpsharpsupport-git
pkgdesc = Plugin for Vapoursynth: warpsharpsupport (GIT version)
- pkgver = R1.0.g42f3b5e
- pkgrel = 3
+ pkgver = 1.0.g42f3b5e
+ pkgrel = 1
url = https://github.com/myrsloik/WarpSharpSupport.git
arch = any
license = GPL
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() {