summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2020-03-29 16:31:32 +0200
committerSebastian Krzyszkowiak2020-03-29 16:34:00 +0200
commitc15c4501c698242db588e3e190028c5ca769e670 (patch)
tree4153c733ff91c63ea5b682e5572896d1fdad1763
parent00bc81049880e6852053b5775f774cf1fe01b147 (diff)
downloadaur-c15c4501c698242db588e3e190028c5ca769e670.tar.gz
Enable more architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3afe4d1bc4..8d1de319690d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = phoc-git
pkgdesc = Wayland compositor for phones
- pkgver = r161.d81666f
+ pkgver = r280.3d68b09
pkgrel = 1
url = https://source.puri.sm/Librem5/phoc
arch = i686
arch = x86_64
+ arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = meson
makedepends = ninja
diff --git a/PKGBUILD b/PKGBUILD
index b87454b5a143..ae66b4ea8a62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sebastian Krzyszkowiak <dos@dosowisko.net>
pkgname=phoc-git
-pkgver=r161.d81666f
+pkgver=r280.3d68b09
pkgrel=1
pkgdesc="Wayland compositor for phones"
url="https://source.puri.sm/Librem5/phoc"
license=("GPL3")
-arch=(i686 x86_64 armv6h armv7h)
+arch=(i686 x86_64 arm armv6h armv7h aarch64)
depends=('glib2' 'wlroots')
makedepends=('meson' 'ninja' 'git' 'wayland-protocols' 'ctags')
provides=(phoc)