summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorston2022-07-27 22:33:33 +0800
committerston2022-07-27 22:33:33 +0800
commit82145d9b2e56d79b2aac62a79717a7911ef73cc5 (patch)
treea2099ce4cff3d2c61ce2335c76887346bd61b3cf /PKGBUILD
parent8ce376d85638a98055227e628e48d8592d4e1681 (diff)
downloadaur-82145d9b2e56d79b2aac62a79717a7911ef73cc5.tar.gz
update PKGVER
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3716e5324480..e555fd8690d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:ston<2424284164@qq.com>
pkgname=gtk-qq-git
-pkgver=r415.a80ba96
-pkgrel=2
+pkgver=0.2.0.r132.g96a6e3f
+pkgrel=1
pkgdesc="Unofficial Linux QQ client, based on GTK4."
arch=('x86_64')
url="https://github.com/lomirus/gtk-qq"
@@ -16,7 +16,7 @@ sha512sums=('SKIP')
pkgver() {
cd gtk-qq
- 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() {