summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2021-04-23 10:35:29 +0100
committerAlex Butler2021-04-23 10:35:42 +0100
commitaae1ac502561ecdc05f30fcfbf5738a0afaa8917 (patch)
tree33c56dc6ba58b8fb13f94116e71037e1465814c8
parent0e03fa4ad272155f6fdda2e610b632868ee0f37a (diff)
downloadaur-aae1ac502561ecdc05f30fcfbf5738a0afaa8917.tar.gz
change pkgbuild arch to x86_64
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cd55438c812..e57dde6649ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
pkgver=0.10.6
-pkgrel=1
+pkgrel=2
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
-arch=('any')
+arch=('x86_64')
url="https://github.com/alexheretic/aurto"
license=('MIT')
depends=('aurutils'