summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYorick Peterse2023-12-14 17:46:07 +0100
committerYorick Peterse2023-12-14 17:46:07 +0100
commit356fe00d4db09148733071f03bb51a7bef72661f (patch)
tree328e413d5353fea8bf99a438050a4921a36e5998 /PKGBUILD
parentd66f5d28491804ad39f6b9d4a71af6db71b34acf (diff)
downloadaur-inko-git.tar.gz
Add aarch64 as an architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7d4199c733e..59b721bafa89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=inko-git
pkgver=0.13.0.r0.g183e5633
pkgrel=1
-pkgdesc="A language for building concurrent software with confidence "
+pkgdesc="A language for building concurrent software with confidence"
url="https://inko-lang.org"
license=(MPL2)
-arch=(x86_64)
+arch=(x86_64 aarch64)
depends=(llvm15 git base-devel)
-makedepends=('rust>=1.68' make)
+makedepends=(cargo make)
provides=(inko)
conflicts=(inko)
options=(strip !docs !libtool !staticlibs)