From c39104ccdfb919f507ecdb45f475bb43fa218db4 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 27 Aug 2019 00:54:59 +0800 Subject: update PKGBUILD --- scripts/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 1f639458e..359fc86b1 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -2,15 +2,15 @@ # PKGBuild Create By: lumpyzhu pkgname=xmake -pkgver=2.2.7 -pkgrel=1 +pkgver=2.2.8 +pkgrel=2 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.zip::https://github.com/xmake-io/xmake/archive/v${pkgver}.zip") -sha256sums=('0a57a6a28273881fff2699da9f5191f195d96bf5e6084f3aa25fb19bd3ac4d68') +source=("$pkgname.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz") +sha256sums=('f607955bb83c991e6c69197cbd9f21c31debcb08ffcd97a73e67766e2ad0d313') build() { cd "$srcdir/${pkgname}-${pkgver}" -- cgit v1.3.1