diff options
| author | ruki <[email protected]> | 2020-02-25 00:46:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-24 22:37:27 +0800 |
| commit | eeea33dc1b3c3ff991da796b52c4607f4b25bbb2 (patch) | |
| tree | c46ba781064baa0f9a325794c04b5b0170644d32 /scripts | |
| parent | 03529e13a387219b65f52e9616bc3d7c40814dca (diff) | |
fix makefile
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 49eedf91b..1ca9d4db9 100755 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=xmake pkgver=2.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="A make-like build utility based on Lua" arch=('i686' 'x86_64') url="https://github.com/xmake-io/xmake" @@ -12,7 +12,7 @@ makedepends=() source=("$pkgname.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz") # enable mirror in next release # source=("$pkgname.tar.gz::https://cdn.jsdelivr.net/gh/xmake-mirror/xmake-releases@${pkgver}/xmake-v${pkgver}.tar.gz") -sha256sums=('94ba21b4ca9586509b78d1bb1e788be966f19c5b9cb6f6ea8fcab26c69f9bda2') +sha256sums=('7aea3ccd4cdd80efad6825761fd75b2de5813a72e08e7fc4b7c4eb0671d6ff28') build() { cd "$srcdir" |
