summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-11-03 19:30:45 +0800
committerlilac2020-11-03 19:30:45 +0800
commitb9cc9fdb517265039b8fcff991081f0cf10ce76d (patch)
tree3a369099eea9e4dfe321d4e3a999ce0fa00897b7 /PKGBUILD
parentbcc7f9dc776f707412a42980e1a070ce3111e595 (diff)
downloadaur-fcitx5-rime-git.tar.gz
[lilac] updated to 5.0.0.r1.gc90df10-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ab52b91d583..8b44861b3f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5-rime-git
-pkgver=r127.efc307c
-pkgrel=1
+pkgver=5.0.0.r1.gc90df10
+pkgrel=2
pkgdesc="RIME input method for fcitx5"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/fcitx5-rime"
@@ -18,7 +18,7 @@ sha512sums=('SKIP')
pkgver() {
cd fcitx5-rime
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build(){