summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1723015d6db9..0b584d4a3adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = drc
pkgdesc = Digital Room Correction FIR filter generator
pkgver = 3.2.3
- pkgrel = 1
+ pkgrel = 2
url = http://drc-fir.sourceforge.net/
arch = x86_64
arch = i686
+ arch = armv6
+ arch = armv7h
license = GPL2
depends = gcc-libs
optdepends = octave: building graphs
diff --git a/PKGBUILD b/PKGBUILD
index a2c77ed22c92..3b07ebdcee2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jakob Dübel <jkbd@posteo.de>
pkgname=drc
pkgver=3.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Digital Room Correction FIR filter generator"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv6' 'armv7h')
url="http://drc-fir.sourceforge.net/"
license=('GPL2')
depends=('gcc-libs')