summaryrefslogtreecommitdiff
path: root/extra/cheese
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-05 00:16:25 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-05 00:16:25 -0300
commit53630d2758c60da33fd47cd808a61c97a704a4e9 (patch)
tree28b3c34b7b3955812e1455c7ed6480272cfc4af6 /extra/cheese
parente749dd6e64d74f4311b672936646a3b2664cecf5 (diff)
parentcdc66cc7110e78bf1197f9effc70422114f9341b (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/calibre/PKGBUILD community/oss/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD multilib-testing/wine/PKGBUILD multilib/wine/PKGBUILD testing/gcc/PKGBUILD testing/gthumb/PKGBUILD testing/libgnomeui/PKGBUILD
Diffstat (limited to 'extra/cheese')
-rw-r--r--extra/cheese/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/cheese/PKGBUILD b/extra/cheese/PKGBUILD
index c0a9544e0..8c18eea1f 100644
--- a/extra/cheese/PKGBUILD
+++ b/extra/cheese/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 140845 2011-10-20 05:41:48Z ibiru $
+# $Id: PKGBUILD 148533 2012-02-03 15:37:59Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=cheese
-pkgver=3.2.1
+pkgver=3.2.2
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 'mips64el')
@@ -14,11 +14,11 @@ groups=('gnome-extra')
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=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-scrollkeeper \
@@ -27,6 +27,6 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}