summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-08-17 16:03:50 +0200
committerFabioLolix2020-08-17 16:03:50 +0200
commitcea3f3a4d0c879cbe74902d77b8343e913507c1e (patch)
tree533cca3fbf543a7210cfb2fda5192830329f7ff8
parent2cf089511652d3f93a886d7a56445907d14f432c (diff)
downloadaur-cea3f3a4d0c879cbe74902d77b8343e913507c1e.tar.gz
update contact info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c6ccb9aab4..60299225c423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = akira-git
pkgdesc = Native Linux App for UI and UX Design built in Vala and Gtk
- pkgver = r430.0b5ca73
+ pkgver = 0.0.12.r3.gfb4735a
pkgrel = 1
url = https://github.com/akiraux/Akira
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e30a711b7ba7..de2b24296f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: Alberto Fangul
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=akira-git
-pkgver=r430.0b5ca73
+pkgver=0.0.12.r3.gfb4735a
pkgrel=1
pkgdesc="Native Linux App for UI and UX Design built in Vala and Gtk"
arch=(x86_64 aarch64)
@@ -18,10 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname%-git}"
- ( 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'
}
build() {