summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce9ab7210a3f..3f07f5fb4cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril-git
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = d1369ef5
+ pkgver = 0.9.12.2520.85ba0388
pkgrel = 1
url = https://free-astro.org/index.php/Siril
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 75b81e39c38b..1326c6ce65e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril-git
_gitname=siril
-pkgver=d1369ef5
+pkgver=0.9.12.2520.85ba0388
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}"
- git log -1 --format="%h"
+ printf "%s.%s.%s" "$(git describe | cut -d "-" -f1)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {