summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b8ed4ebeaa..b18e89adb6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avisynth-plugin-tivtc-git
pkgdesc = Plugin for Avisynth: tivtc (GIT version)
- pkgver = r257.94eb799
+ pkgver = v1.0.25.8.g94eb799
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=182032
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ed312646c09d..c4ec669e4cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=tivtc
pkgname=avisynth-plugin-${_plug}-git
-pkgver=r257.94eb799
+pkgver=v1.0.25.8.g94eb799
pkgrel=1
pkgdesc="Plugin for Avisynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -19,8 +19,7 @@ sha256sums=('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() {