summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormickybart2018-06-26 12:06:19 -0400
committermickybart2018-06-26 12:06:19 -0400
commit09dffd11c7d35e7bdfe0cb9ccb940599627a67fc (patch)
treebab12ff8c0ea9abff41f534043a9561298f69ae6
parentd80da84cf9f43a569b55c72f2e32041fe6623c69 (diff)
downloadaur-09dffd11c7d35e7bdfe0cb9ccb940599627a67fc.tar.gz
support aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b34fe3149d..6323031e43d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = mesa-hybris
pkgver = 17.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://mesa3d.sourceforge.net
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = custom
makedepends = python2-mako
makedepends = libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 0d4a04181003..b6fa5faca377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ pkgbase=mesa-hybris
_pkgbase=mesa
pkgname=('mesa-hybris' 'mesa-hybris-libgl' 'mesa-hybris-wayland-egl')
pkgver=17.0.5
-pkgrel=1
-arch=('i686' 'x86_64' 'armv7h')
+pkgrel=2
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'wayland' 'elfutils' 'llvm'
'libomxil-bellagio' 'clang')