diff options
author | sL1pKn07 | 2022-03-13 17:53:33 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 17:53:33 +0100 |
commit | af00988ab273768a6facec6206cee4dc5891c801 (patch) | |
tree | b8c8ebf8e10f4a20fb0af2ab5f2ef9d1fcb3185d | |
parent | 0794152e6950a753e904fc0dd96f5765e866a6cb (diff) | |
download | aur-af00988ab273768a6facec6206cee4dc5891c801.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = vapoursynth-plugin-rgsf-git pkgdesc = Plugin for Vapoursynth: rgsf (GIT version) - pkgver = r5.0.g657d1e7 + pkgver = 5.0.g657d1e7 pkgrel = 1 url = http://forum.doom9.org/showthread.php?t=172270 arch = i686 @@ -1,8 +1,8 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> _plug=rgsf pkgname=vapoursynth-plugin-${_plug}-git -pkgver=r5.0.g657d1e7 +pkgver=5.0.g657d1e7 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ sha1sums=('SKIP') pkgver() { cd "${_plug}" - echo "$(git describe --long --tags | tr - .)" + echo "$(git describe --long --tags | tr - . | tr -d r)" } prepare() { |