summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuddifee2021-06-02 23:29:56 +0200
committerLuddifee2021-06-02 23:29:56 +0200
commitef2efbf5ce1c97123e9bf6c9ff4f13b1e1459f43 (patch)
tree8658bf54f3ee97822695737efd7e5b6cf51a3d83
parentcb914c17d8aadd836015e01f1a60bc4c12716072 (diff)
downloadaur-ef2efbf5ce1c97123e9bf6c9ff4f13b1e1459f43.tar.gz
switched to tarball
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe50427fba3..727c0d7f2db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,6 @@ pkgbase = adscript
depends = llvm>=11.1
options = !buildflags
source = https://github.com/Amplus2/Adscript/archive/refs/tags/adscript-0.5.tar.gz
- md5sums = SKIP
+ md5sums = 9e5aa6397a64a02b8471e5aee6d7ab96
pkgname = adscript
diff --git a/PKGBUILD b/PKGBUILD
index 6aab1f7a2356..8fe6dbf1a9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@ pkgname='adscript'
pkgdesc="A high-performance, s-expressions based programming language that is natively compiled."
pkgver=0.5
pkgrel=1
-url="https://github.com/Amplus2/Adscript"
+ghorg='Amplus2'
+ghrepo='Adscript'
+url="https://github.com/${ghorg}/${ghrepo}"
license=('MPL2')
options=(!buildflags)
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
depends=('llvm>=11.1')
makedepends=('clang>=11.1')
source=("${url}/archive/refs/tags/${pkgname}-${pkgver}.tar.gz")
-md5sums=('SKIP')
+md5sums=('9e5aa6397a64a02b8471e5aee6d7ab96')
install=$pkgname.install
upname='Adscript'