summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2019-05-22 22:19:54 +0300
committerAnton Leontiev2019-05-22 22:19:54 +0300
commit1d2acce13a1c652b682ef18c36bce939a2946f14 (patch)
treee84c9bba07542d7fc23e1395b9ce04a32607dc25 /PKGBUILD
parent4f3cf4a8671ca379ca9e55f3c620865a2ed34316 (diff)
downloadaur-1d2acce13a1c652b682ef18c36bce939a2946f14.tar.gz
Add armv6h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98d408a33f3d..9a78a1828e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Contrinutor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=gst-rtsp-server
pkgver=1.16.0
-pkgrel=1
+pkgrel=2
pkgdesc='RTSP server library based on GStreamer'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://gstreamer.freedesktop.org/modules/gst-rtsp-server.html'
license=('LGPL')
depends=("gst-plugins-base>=$pkgver")