summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuddifee2021-06-02 23:05:47 +0200
committerLuddifee2021-06-02 23:05:47 +0200
commitcb914c17d8aadd836015e01f1a60bc4c12716072 (patch)
tree3b5df144868e97a8a09235daab3363c04dbec1bb /PKGBUILD
parent48c47056bc889bb54d685f70cf49ff714ba64b9a (diff)
downloadaur-cb914c17d8aadd836015e01f1a60bc4c12716072.tar.gz
version 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19fa570cb76d..6aab1f7a2356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='adscript'
pkgdesc="A high-performance, s-expressions based programming language that is natively compiled."
-pkgver=0.4
+pkgver=0.5
pkgrel=1
url="https://github.com/Amplus2/Adscript"
license=('MPL2')
@@ -8,7 +8,7 @@ options=(!buildflags)
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
depends=('llvm>=11.1')
makedepends=('clang>=11.1')
-source=("${url}/archive/refs/tags/${pkgname}-${pkgver}.zip")
+source=("${url}/archive/refs/tags/${pkgname}-${pkgver}.tar.gz")
md5sums=('SKIP')
install=$pkgname.install