summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-07-18 23:38:38 +0300
committerAdrian Perez de Castro2022-07-18 23:39:11 +0300
commit64b330942eb06e08514d157add8ff1f4903fd003 (patch)
treea8cea2ef295dee4fad958641cadd990b079e9ae6 /PKGBUILD
parentdaeb33c0643704d0f114b26658e3ec4847342d43 (diff)
downloadaur-qbe-git.tar.gz
Add aarch64 as supported architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e918de023c31..9f0ca5464593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
pkgname=qbe-git
pkgdesc='Small embeddable C compiler backend'
-pkgver=r1265.cd778b4
+pkgver=r1269.c8cd282
pkgrel=1
-url='http://c9x.me/compile/'
+url=http://c9x.me/compile/
license=(custom:MIT)
-arch=(x86_64)
+arch=(x86_64 aarch64)
depends=(glibc)
makedepends=(git)
provides=(qbe)