summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-28 23:01:21 +0800
committerruki <[email protected]>2019-08-28 12:08:07 +0800
commit2770648ce5f29ae5287d42115c5ce8f5f08004d9 (patch)
tree18415df69045e062bbbbb55ff02a2989cda38361 /scripts
parentf516cf7336320be9d867fc4efc764b44ebf40d7b (diff)
update pkgbuild
Diffstat (limited to 'scripts')
-rw-r--r--scripts/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 743669fbb..412b95f49 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=xmake
pkgver=2.2.8
-pkgrel=3
+pkgrel=4
pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
url="https://github.com/xmake-io/xmake"
license=('Apache')
makedepends=()
source=("$pkgname.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
-sha256sums=('f607955bb83c991e6c69197cbd9f21c31debcb08ffcd97a73e67766e2ad0d313')
+sha256sums=('fb8ad4ca5133ca0cc303e57c24afaf00fbdaf7a9d59e1a6e7c4337803926bf29')
build() {
cd "$srcdir"