summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-04-13 06:08:55 +0200
committersL1pKn072020-04-13 06:08:55 +0200
commit441f1c9d8897ea50426911befcda252b3981a9f1 (patch)
tree0b496219cc7c1ff04deeafba759693c38e660c0a
parent7a86760fece673afeff8b32f6888802f40d89c46 (diff)
downloadaur-441f1c9d8897ea50426911befcda252b3981a9f1.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b66d4ddb89..bcd48ed77c90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = foosynth-plugin-neo_minideen-git
- pkgdesc = Plugin for Vapoursynth: neo_minideen (Dual interface for Vapoursynth/Avisynth) (GIT version)
+ pkgdesc = Plugin for Vapoursynth/Avisynth: neo_minideen (Dual interface for Vapoursynth/Avisynth) (GIT version)
pkgver = r7.1.gddcbeaa
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=176554
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() {