diff options
Diffstat (limited to 'community/guvcview/PKGBUILD')
-rw-r--r-- | community/guvcview/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/guvcview/PKGBUILD b/community/guvcview/PKGBUILD index 6ba517283..174bc39e1 100644 --- a/community/guvcview/PKGBUILD +++ b/community/guvcview/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102513 2013-12-12 16:22:48Z giovanni $ +# $Id: PKGBUILD 105940 2014-02-19 16:43:36Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com> pkgname=guvcview -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="A video viewer and capturer for the linux uvc driver" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('pkg-config' 'intltool') optdepends=('pulseaudio: for PulseAudio support') options=('!docs') source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz") -md5sums=('93fa335e6ce52bb730541d5280ed0dad') +md5sums=('f9c510ed9908a8d20ca27099aca948a7') build() { cd "${srcdir}/${pkgname}-src-${pkgver}" |