summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-08-31 16:02:46 +0200
committerHans-Nikolai Viessmann2019-08-31 16:02:46 +0200
commitcfcf72145aa36d0fa1fd081500981eafd0ae561c (patch)
tree151c4f8252882184de5e59af2baecd7bbd064aa8
parent1bc112f4c1570de4e57e87a46cef72d7b20d6c4f (diff)
downloadaur-cfcf72145aa36d0fa1fd081500981eafd0ae561c.tar.gz
add armv7 as supported arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b4048a10e0e..bbc08006ac35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = plex-media-player-standalone-service
pkgdesc = Systemd service and user to run PMP in stand-alone mode
pkgver = 1.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/hv15/plex-media-player-standalone-service
install = plex-media-player-standalone-service.install
arch = x86_64
+ arch = armv7h
license = GPL
depends = systemd
depends = xorg-server
diff --git a/PKGBUILD b/PKGBUILD
index 7e23f952ac29..2b93dd4e3a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=plex-media-player-standalone-service
pkgver=1.0
-pkgrel=6
+pkgrel=7
pkgdesc="Systemd service and user to run PMP in stand-alone mode"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="https://github.com/hv15/plex-media-player-standalone-service"
license=('GPL')
depends=('systemd' 'xorg-server' 'xorg-xinit' 'plex-media-player' 'polkit')