summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072020-04-13 06:08:55 +0200
committersL1pKn072020-04-13 06:08:55 +0200
commit441f1c9d8897ea50426911befcda252b3981a9f1 (patch)
tree0b496219cc7c1ff04deeafba759693c38e660c0a /PKGBUILD
parent7a86760fece673afeff8b32f6888802f40d89c46 (diff)
downloadaur-441f1c9d8897ea50426911befcda252b3981a9f1.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e9779ebef7d..632deaab13d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=("avisynth-plugin-${_plug}-git"
)
pkgver=r7.1.gddcbeaa
pkgrel=1
-pkgdesc="Plugin for Vapoursynth: ${_plug} (Dual interface for Vapoursynth/Avisynth) (GIT version)"
+pkgdesc="Plugin for Vapoursynth/Avisynth: ${_plug} (Dual interface for Vapoursynth/Avisynth) (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=176554'
license=('ISC' 'MIT')
@@ -21,7 +21,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --first-parent --tags --always | tr - .)"
}
prepare() {