diff options
author | root <root@rshg054.dnsready.net> | 2013-10-15 01:03:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-15 01:03:16 -0700 |
commit | 5d8af7c82b707f4cbda87bb0538fef84daf3791b (patch) | |
tree | 9db9400005dcee2e2ca264794e32c22efc39a3ac /extra/cheese | |
parent | d053938d834e74b0c881c12a5cb240ad4bab0d9b (diff) |
Tue Oct 15 01:02:49 PDT 2013
Diffstat (limited to 'extra/cheese')
-rw-r--r-- | extra/cheese/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/cheese/PKGBUILD b/extra/cheese/PKGBUILD index 53f1590ab..8e98e8df6 100644 --- a/extra/cheese/PKGBUILD +++ b/extra/cheese/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196020 2013-10-07 11:50:34Z jgc $ +# $Id: PKGBUILD 196508 2013-10-14 15:42:47Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=cheese -pkgver=3.10.0 +pkgver=3.10.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) @@ -16,7 +16,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=('eb0d8ba5211a4fe804d540e16a7fb61f16c467e23b106370723c32731b6e620b') +sha256sums=('ff2e89921eb6a1eec38b4cde69ee8d0dd48ebeb821715e0080f94aa4c1064cc4') build() { cd $pkgname-$pkgver |