summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2018-01-11 01:50:01 +0100
committerNarrat2018-01-11 01:50:01 +0100
commit598ed6d9bcc879d2024a557dd16671d9ca169d6e (patch)
treee103693c2b62070b8906d2e0f78904b2246588a0
parentca912a01246b2e9731fb8d457b3bbe10e3fc56df (diff)
downloadaur-598ed6d9bcc879d2024a557dd16671d9ca169d6e.tar.gz
resynthesizer: small update for pkgver()
Didn't use the most recent tag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab1b4b4fe39..38c6c2f35f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-plugin-resynthesizer-git
pkgdesc = Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version
- pkgver = 2.0.r15.g462b0b7
- pkgrel = 3
+ pkgver = 2.0.3.r0.gb10d6ed
+ pkgrel = 1
url = https://github.com/bootchk/resynthesizer
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3b8d2e74d728..85c3d953979d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=resynthesizer
pkgname=gimp-plugin-$_pkgname-git
-pkgver=2.0.r15.g462b0b7
-pkgrel=3
+pkgver=2.0.3.r0.gb10d6ed
+pkgrel=1
pkgdesc="Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version"
arch=('i686' 'x86_64')
url="https://github.com/bootchk/resynthesizer"
@@ -20,7 +20,7 @@ md5sums=('SKIP')
pkgver() {
cd $_pkgname
- git describe | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
prepare() {