summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2015-08-29 16:08:11 +0200
committerOliver Jaksch2015-08-29 16:08:11 +0200
commit1bfbc216aa85958472b321663d5334e175d38fe8 (patch)
treeb687af5a65503cf2b449c1df6919764a0231e126
parent07ca3323fc650edac1700ef2cec032076761ed18 (diff)
downloadaur-1bfbc216aa85958472b321663d5334e175d38fe8.tar.gz
PKGBUILD: fixed license, added arch armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feee01c5029e..e7fa8a85947e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = libretro-prosystem-git
arch = x86_64
arch = arm
arch = armv6h
- license = GPL
+ arch = armv7h
+ license = GPL3
makedepends = git
depends = zlib
source = git+https://github.com/libretro/prosystem-libretro.git
diff --git a/PKGBUILD b/PKGBUILD
index ebe5d6f75da6..6eeb91a0c207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=libretro-prosystem-git
pkgver=81.b40ce81
pkgrel=1
pkgdesc="libretro implementation of ProSystem. (Atari 7800)"
-arch=('i686' 'x86_64' 'arm' 'armv6h')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/prosystem-libretro"
-license=('GPL')
+license=('GPL3')
depends=('zlib')
makedepends=('git')