summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Rizzitello2023-03-27 09:08:43 -0400
committerChris Rizzitello2023-03-27 09:08:43 -0400
commit5fd40abe7ca8f2145a213577ec8a83af46896c21 (patch)
treeae3b915647670020bef09e821e2477e0281a3c4f /PKGBUILD
parent5cd42f48b32469bc5fedf4125bc3651553a6e4ba (diff)
downloadaur-hyne-git.tar.gz
update Version info
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fcf55a322c5..d7510218c4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Chris Rizzitello <sithlord48@gmail.com>
pkgname=hyne-git
conflicts=('hyne')
-pkgver=continuous.r0.g05d2bf6
+pkgver=1.11.2.2
pkgrel=1
pkgdesc="Final Fantasy 8 Save Editor"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://github.com/myst6re/hyne"
license=('GPL3')
depends=('qt5-base' 'zlib') #Qt5)
@@ -16,7 +16,7 @@ md5sums=(SKIP)
pkgver() {
cd "hyne"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --match '[0-9]*' | sed 's/-/./g;s/v//g' | grep -o "^[0-9]*.[0-9]*.[0-9]*.[0-9]*"
}
build() {