summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c03eb71cf69f..a3a8c8ed5045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
+# Generated by mksrcinfo v8
+# Tue Mar 1 14:53:21 UTC 2016
pkgbase = gst-rpicamsrc-git
pkgdesc = GStreamer element to access the RaspberryPI Camera.
- pkgver = r65.a1f5588
+ pkgver = r76.fe12cf1
pkgrel = 1
url = https://github.com/thaytan/gst-rpicamsrc
arch = armv6h
+ arch = armv7h
license = LGPL
depends = gst-plugins-base
depends = raspberrypi-firmware-tools
diff --git a/PKGBUILD b/PKGBUILD
index 2037c7e13a2c..42cfb8a55dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=gst-rpicamsrc-git
_gitname=gst-rpicamsrc
-pkgver=r65.a1f5588
+pkgver=r76.fe12cf1
pkgrel=1
pkgdesc="GStreamer element to access the RaspberryPI Camera."
-arch=('armv6h')
+arch=('armv6h' 'armv7h')
url="https://github.com/thaytan/gst-rpicamsrc"
license=('LGPL')
depends=('gst-plugins-base' 'raspberrypi-firmware-tools')