summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBas M2020-06-08 00:19:30 +0200
committerBas M2020-06-08 00:19:30 +0200
commit223f85dab750fb053db0d55ac89046373b217069 (patch)
treeb09374e8a2cc3ce81af1741629ca3e2402539c8e
parentdde125e6b4acd8a56bf5d22870fad73dd4febc38 (diff)
downloadaur-223f85dab750fb053db0d55ac89046373b217069.tar.gz
add armv7h (tested on rpi)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0a3a465c9e1..ce879e9d429c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = libxmp-aarch64-git
pkgdesc = Libxmp is a library that renders module files to PCM data. It supports over 90 mainstream and obscure module formats.
pkgver = libxmp.4.4.1.r161.g92313f6f
- pkgrel = 1
+ pkgrel = 2
url = http://xmp.sourceforge.net/
arch = i686
arch = x86_64
arch = aarch64
+ arch = armv7h
license = LGPL2.1
makedepends = git
makedepends = make
diff --git a/PKGBUILD b/PKGBUILD
index 1a9554be127f..f94c06be5dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# current version libxmp-git has no aarch64 support.
pkgname='libxmp-aarch64-git'
pkgver=libxmp.4.4.1.r161.g92313f6f
-pkgrel=1
+pkgrel=2
pkgdesc="Libxmp is a library that renders module files to PCM data. It supports over 90 mainstream and obscure module formats."
-arch=('i686' 'x86_64' 'aarch64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="http://xmp.sourceforge.net/"
license=('LGPL2.1')
depends=('sdl' 'libvorbis' 'curl' 'glibc')