diff options
Diffstat (limited to 'community/fswebcam/PKGBUILD')
-rw-r--r-- | community/fswebcam/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fswebcam/PKGBUILD b/community/fswebcam/PKGBUILD index 797cca000..73d890c07 100644 --- a/community/fswebcam/PKGBUILD +++ b/community/fswebcam/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 37156 2011-01-11 17:12:18Z ttopper $ +# $Id: PKGBUILD 54317 2011-08-16 18:16:02Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Philipp Robbel <robbel@gmail.com> pkgname=fswebcam -pkgver=20101118 +pkgver=20110717 pkgrel=1 pkgdesc="Tiny and flexible webcam app." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=('gd') backup=("etc/$pkgname.conf") source=("$url/files/$pkgname-$pkgver.tar.gz") -md5sums=('b4be05ed7c728c68424e947ed452b29f') +md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41') build() { cd "$srcdir/$pkgname-$pkgver" |