summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-01-06 18:49:49 +0100
committersL1pKn072021-01-06 18:49:49 +0100
commit4c771eaaef39af1862f3fa01673c9cde57198446 (patch)
treef05bb7cae5c819db35eb0b3c7b17ea4284250109 /PKGBUILD
parent143bf27f36748e86ad5865b5f61a057bb7968ba1 (diff)
downloadaur-4c771eaaef39af1862f3fa01673c9cde57198446.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {