diff options
Diffstat (limited to 'extra/v4l-utils/PKGBUILD')
-rw-r--r-- | extra/v4l-utils/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/v4l-utils/PKGBUILD b/extra/v4l-utils/PKGBUILD index 32eba6ff4..d7a85848c 100644 --- a/extra/v4l-utils/PKGBUILD +++ b/extra/v4l-utils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196345 2013-10-11 18:25:19Z thomas $ +# $Id: PKGBUILD 196834 2013-10-20 12:03:29Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=v4l-utils pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Userspace tools and conversion library for Video 4 Linux" arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/libv4l" @@ -18,7 +18,6 @@ source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2 http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc) sha256sums=('1de3882099e04e89e354675ee408b82c8ac8afd3ca6ab27ea321771901285f30' 'SKIP') -options=(!libtool) build() { cd "${srcdir}/${pkgname}-${pkgver}" |