[arch-commits] Commit in cheese/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Wed Dec 4 22:00:28 UTC 2013


    Date: Wednesday, December 4, 2013 @ 23:00:28
  Author: jgc
Revision: 200776

upgpkg: cheese 3.10.2-2

Fix dependencies (FS#37844)

Modified:
  cheese/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 21:04:08 UTC (rev 200775)
+++ PKGBUILD	2013-12-04 22:00:28 UTC (rev 200776)
@@ -4,11 +4,11 @@
 
 pkgname=cheese
 pkgver=3.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 'hicolor-icon-theme')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'gnome-video-effects' 'librsvg' 'gnome-desktop')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
 optdepends=('frei0r-plugins: More camera effects')
 groups=('gnome-extra')
@@ -15,7 +15,7 @@
 options=('!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)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('3e5f4ac078bac60571ff61bc2cd451349d78e01ecaaff031da16fe29ff094945')
 
 build() {




More information about the arch-commits mailing list