summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2021-04-24 19:40:10 +0100
committerAlex Butler2021-04-24 19:41:10 +0100
commit86e1c16baf8e6b3af7dcc830b9b98f83e48790b3 (patch)
tree96d0d7c7a76bee01433e7a3c50aaccf70df68611 /PKGBUILD
parent2f8abc525e3a7a54e8be9f11b8782b4bc4b1d961 (diff)
downloadaur-86e1c16baf8e6b3af7dcc830b9b98f83e48790b3.tar.gz
add arch aarch64, armv7h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e57dde6649ab..2fc8007c235a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
pkgver=0.10.6
-pkgrel=2
+pkgrel=3
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
-arch=('x86_64')
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/alexheretic/aurto"
license=('MIT')
depends=('aurutils'