summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlack_Codec2017-02-26 14:37:20 +0100
committerBlack_Codec2017-02-26 14:37:20 +0100
commit23e7fbb3ee500e9ef67ef085bde9b310410355b2 (patch)
treefc362c90bcde612a3ce9d6193cfc3f8b19900d9f /PKGBUILD
parentd6878acefb7fbf88009f755dd96f0a6ee99d1a41 (diff)
downloadaur-23e7fbb3ee500e9ef67ef085bde9b310410355b2.tar.gz
Added aarch64 supporto
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca7e035983ee..02c9df4ebc23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,9 @@
pkgname=uuid
pkgver=1.6.2
-pkgrel=13
+pkgrel=14
pkgdesc="OSSP Universally Unique Identifier"
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://www.ossp.org/pkg/lib/uuid"
license=('MIT')
depends=('sh')