summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-22 21:02:27 +0100
committersL1pKn072023-01-22 21:02:27 +0100
commit47a90642f93d2dc674ab43e5e0ee65388de6497f (patch)
tree56a4afb21bbb50fba782206b8d7f273c9b5abc3f
parenta6db84e5faf0448557f7cb71f82b31ec14fd5f2a (diff)
downloadaur-47a90642f93d2dc674ab43e5e0ee65388de6497f.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e31ec0e536e2..bb7b0ef01ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avisynth-plugin-fluxsmooth-git
pkgdesc = Plugin for Avisynth: fluxsmooth (GIT version)
- pkgver = v1.4.8.g1fa2628
+ pkgver = 1.4.9.g3287f81
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=176246
arch = x86_64
@@ -14,4 +14,3 @@ pkgbase = avisynth-plugin-fluxsmooth-git
sha256sums = SKIP
pkgname = avisynth-plugin-fluxsmooth-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f99f19c4d05f..7a494a037e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=fluxsmooth
pkgname=avisynth-plugin-${_plug}-git
-pkgver=v1.4.8.g1fa2628
+pkgver=1.4.9.g3287f81
pkgrel=1
pkgdesc="Plugin for Avisynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d v)"
}
prepare() {