summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2019-05-22 22:19:54 +0300
committerAnton Leontiev2019-05-22 22:19:54 +0300
commit1d2acce13a1c652b682ef18c36bce939a2946f14 (patch)
treee84c9bba07542d7fc23e1395b9ce04a32607dc25
parent4f3cf4a8671ca379ca9e55f3c620865a2ed34316 (diff)
downloadaur-1d2acce13a1c652b682ef18c36bce939a2946f14.tar.gz
Add armv6h arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26d510f3fd8e..42c969ef8c2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gst-rtsp-server
pkgdesc = RTSP server library based on GStreamer
pkgver = 1.16.0
- pkgrel = 1
+ pkgrel = 2
url = http://gstreamer.freedesktop.org/modules/gst-rtsp-server.html
arch = i686
arch = x86_64
arch = armv7h
+ arch = armv6h
license = LGPL
depends = gst-plugins-base>=1.16.0
source = http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.16.0.tar.xz
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")