summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-27 22:36:05 +0800
committerruki <[email protected]>2019-08-27 09:36:32 +0800
commitb2939d0f5240236b0dd6b8b34fe5b51fc0daa253 (patch)
tree21214dce23297cad50a82c411be6d089bf259335 /scripts
parent521e95becc239d4f474734d32a4d82f03ee2cfed (diff)
fix PKGBUILD rel
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 75869b1c6..743669fbb 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xmake
pkgver=2.2.8
-pkgrel=2
+pkgrel=3
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
url="https://github.com/xmake-io/xmake"