summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorma0shu2022-09-02 23:33:12 +0800
committerma0shu2022-09-02 23:33:12 +0800
commit159bc92e4c815eae016d06004a053b6b011e8314 (patch)
tree307cbcecadaa864f682f6306881cb801f0484517 /PKGBUILD
parent4c1db8bb539acbf05befaa08ac519ab331d6f8e0 (diff)
downloadaur-159bc92e4c815eae016d06004a053b6b011e8314.tar.gz
update 220902 Add Tips Niang
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bcf5675804b..5ff80a62f98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xdao
pkgrel=1
-pkgver=1.0.7.220831
+pkgver=1.0.8.220902
pkgdesc="An nmbXD TUI cli written in Python."
arch=('any')
url="https://github.com/TransparentLC/xdcmd"
@@ -26,7 +26,7 @@ install=${pkgname}.install
source=("${pkgname}::git+https://ghproxy.com/https://github.com/TransparentLC/xdcmd.git")
pkgver() {
cd "${srcdir}/xdao"
- printf "1.0.7.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "1.0.8.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {
cd "${pkgdir}"