summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2019-12-25 00:24:20 +0100
committerFabioLolix2019-12-25 00:24:20 +0100
commit976acbc78b447eea1e703a2a3bafab21ec6c476d (patch)
treec1efc8c8dc75f2800ac7a90cd9edeac82685519b
parentbb8a7d71cdc7c51646192eeea06eb169ce3c83e5 (diff)
downloadaur-976acbc78b447eea1e703a2a3bafab21ec6c476d.tar.gz
major version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd1b4ffe000a..30532485eb10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glimpse-editor-git
pkgdesc = Fork of the GNU Image Manipulation Program
- pkgver = r42781.175d402049
+ pkgver = 0.1.0.r0.gb6b4dd0194
pkgrel = 1
url = https://glimpse-editor.org/
arch = i686
@@ -44,7 +44,7 @@ pkgbase = glimpse-editor-git
provides = gimp
conflicts = glimpse-editor
conflicts = gimp
- source = git+https://github.com/glimpse-editor/Glimpse#branch=dev-g210
+ source = git+https://github.com/glimpse-editor/Glimpse#branch=glimpse-0-1
sha512sums = SKIP
pkgname = glimpse-editor-git
diff --git a/PKGBUILD b/PKGBUILD
index ada79fa68a3b..133754e24741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=glimpse-editor-git
-pkgver=r42781.175d402049
+pkgver=0.1.0.r0.gb6b4dd0194
pkgrel=1
pkgdesc="Fork of the GNU Image Manipulation Program"
arch=(i686 x86_64)
@@ -27,15 +27,12 @@ optdepends=('gutenprint: for sophisticated printing only as glimpse has built-in
)
provides=(glimpse-editor gimp)
conflicts=(glimpse-editor gimp)
-source=("git+https://github.com/glimpse-editor/Glimpse#branch=dev-g210")
+source=("git+https://github.com/glimpse-editor/Glimpse#branch=glimpse-0-1")
sha512sums=('SKIP')
pkgver() {
cd Glimpse
- ( set -o pipefail
- git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
- )
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {