summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 18:49:51 +0100
committersL1pKn072022-03-13 18:49:51 +0100
commit2f610fb0d51b629c7cfab56cd2d6bc270cd2dd51 (patch)
treed0e9359d11dd203363ebb2c2169d022bd616c180
parentc2ab304dc78ac9fff65e376471ac1704298d5b59 (diff)
downloadaur-2f610fb0d51b629c7cfab56cd2d6bc270cd2dd51.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8e74d0bbea..68852bdb865f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-vshelpers-git
pkgdesc = Plugin for Vapoursynth: vshelpers (GIT version)
- pkgver = r2
- pkgrel = 3
+ pkgver = r2.87a0135
+ pkgrel = 1
url = https://gist.github.com/4re
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f1361764cb4b..5a25588107e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=vshelpers
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2
-pkgrel=3
+pkgver=r2.87a0135
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://gist.github.com/4re'
@@ -23,7 +23,7 @@ _site_packages="$(python -c 'import sysconfig; print(sysconfig.get_paths()["pure
pkgver() {
cd "${_plug}"
- printf "r%s" "$(git rev-list --count HEAD)"
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {