summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorruki2021-07-27 00:15:06 +0800
committerruki2021-07-27 00:15:06 +0800
commit04bc4651f03ce69f64d2829e34d92ba954b55976 (patch)
tree8c7fe8aeca1350e324d3e435493efbf624c22bff /PKGBUILD
parent599d7c47529291b2849c4c6e54da0585388c20fb (diff)
downloadaur-04bc4651f03ce69f64d2829e34d92ba954b55976.tar.gz
update filename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aef172ca048..44f91e2b428d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=xmake
pkgver=2.5.6
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform 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")
+source=("https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz")
sha256sums=('79e65766761642d574ac24f50c4df2b896a3d9fb649a37746a9d9c67073d5998')
build() {