summaryrefslogtreecommitdiff
path: root/extra/v4l-utils
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-12 04:09:52 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-12 04:09:52 -0300
commit2c721caa534df76621bf07705ed0ea80efe44f8b (patch)
tree7dac47c69e19cd2b978f154e9618e074b7410658 /extra/v4l-utils
parent020644b613452cc7ab48474b463e4a9d1088d8a3 (diff)
parentcfceb92e73d7f6a32494f0ba258b98748af43f34 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/aircrack-ng/PKGBUILD community/geos/PKGBUILD extra/v4l-utils/PKGBUILD multilib/lib32-v4l-utils/PKGBUILD staging/libxi/PKGBUILD staging/mesa/PKGBUILD staging/xorg-server/PKGBUILD staging/xorg-server/autoconfig-nvidia.patch testing/kmod/PKGBUILD testing/libreoffice/PKGBUILD testing/libreoffice/libreoffice.install testing/systemd/PKGBUILD
Diffstat (limited to 'extra/v4l-utils')
-rw-r--r--extra/v4l-utils/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/v4l-utils/PKGBUILD b/extra/v4l-utils/PKGBUILD
index 2d39e01f9..5321ce224 100644
--- a/extra/v4l-utils/PKGBUILD
+++ b/extra/v4l-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 135456 2011-08-13 22:59:53Z thomas $
+# $Id: PKGBUILD 149800 2012-02-10 23:21:36Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=v4l-utils
-pkgver=0.8.5
-pkgrel=1.1
+pkgver=0.8.6
+pkgrel=1
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
arch=('i686' 'x86_64' 'mips64el')
url="http://freshmeat.net/projects/libv4l"
@@ -13,8 +13,10 @@ license=('LGPL')
makedepends=('qt')
optdepends=('qt')
depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c205848fbaf3489b97519dae04da31be4998bbc170a2ca9791357a8a549e594c')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+ http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('3a53ac6348363bbdc94ea11ca48dadc0342a579384a910f6c956b6a185f0c20f'
+ '3c2613c77dd68e94ac9eb2b2e856b94e3d3cea57f5de054b95150cbc905b1f18')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"