From 5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 May 2013 00:41:51 -0700 Subject: Sat May 4 00:41:51 PDT 2013 --- community/muffin/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'community/muffin') diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD index 5c0d9cde1..53534603d 100644 --- a/community/muffin/PKGBUILD +++ b/community/muffin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 89819 2013-05-02 15:47:37Z bgyorgy $ +# $Id: PKGBUILD 89864 2013-05-03 19:33:13Z faidoc $ # Maintainer: Alexandre Filgueira # Contributor: Adam Hani Schakaki # Contributor: Ner0 pkgname=muffin -pkgver=1.7.4 -pkgrel=2 +pkgver=1.7.5 +pkgrel=1 pkgdesc="Cinnamon window manager based on Mutter" arch=('i686' 'x86_64') url="https://github.com/linuxmint/muffin" @@ -15,15 +15,15 @@ depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \ makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') options=('!libtool' '!emptydirs') install=$pkgname.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver" +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz" "switch-applications.patch" "fix-dnd.patch") -md5sums=('d64bfe853e6fda5ec11a06581743f774' - 'a5d5d76dc281277a8afc83d7affdcc7b' - '6d787466831def299360419cc3b5e47b') +sha256sums=('ef10c19353e5d2ff86d24c2fa40bd53ba3c7eeb03e9d3c8fbd3f4b56d16a2f07' + '206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96' + '745dd3ef7eb8a496c68f5a728253205a849ac63851c0c0930c42442aec5af939') build() { - cd linuxmint-muffin-* + cd ${pkgname}-${pkgver} # Fix windows switcher keybinding with default settings in GNOME 3.8 patch -Np1 -i ../switch-applications.patch @@ -37,7 +37,7 @@ build() { } package() { - cd linuxmint-muffin-* + cd ${pkgname}-${pkgver} make DESTDIR="$pkgdir/" install } -- cgit v1.2.3