summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-03 19:29:46 +0800
committerlilac2020-11-03 19:29:46 +0800
commitba62f16e18fbff67e6f71892cdcc08542d1b9f53 (patch)
treeb42b55191e4e680b1942f4c4509532f303a26d8e
parent188fd7af5dba763059213edf86f738edd9790900 (diff)
downloadaur-fcitx5-lua-git.tar.gz
[lilac] updated to 5.0.0.r0.gff218dd-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce8886c4603..46003f4f2894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx5-lua-git
pkgdesc = Lua support for fcitx5, with an imeapi addon implementing googlepinyin api
- pkgver = r23.d59ac50
- pkgrel = 1
+ pkgver = 5.0.0.r0.gff218dd
+ pkgrel = 2
url = https://github.com/fcitx/fcitx5-lua
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f517fe971a3b..aff9df6f1e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=fcitx5-lua
pkgname="$_pkgname-git"
-pkgver=r23.d59ac50
-pkgrel=1
+pkgver=5.0.0.r0.gff218dd
+pkgrel=2
pkgdesc="Lua support for fcitx5, with an imeapi addon implementing googlepinyin api"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/$_pkgname"
@@ -18,7 +18,7 @@ sha512sums=('SKIP')
pkgver() {
cd $_pkgname
- 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(){