diff options
Diffstat (limited to 'testing/cheese/PKGBUILD')
-rw-r--r-- | testing/cheese/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cheese/PKGBUILD b/testing/cheese/PKGBUILD index c50e8a254..61a1e5054 100644 --- a/testing/cheese/PKGBUILD +++ b/testing/cheese/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 138852 2011-09-28 19:29:15Z ibiru $ +# $Id: PKGBUILD 140710 2011-10-18 13:35:55Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=cheese -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" arch=(i686 x86_64) @@ -15,7 +15,7 @@ options=('!libtool' '!emptydirs') url="http://www.gnome.org/projects/cheese/" install=cheese.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b') +sha256sums=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c') build() { cd "${srcdir}/${pkgname}-${pkgver}" |