summaryrefslogtreecommitdiff
path: root/community/muffin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-04 00:41:51 -0700
committerroot <root@rshg054.dnsready.net>2013-05-04 00:41:51 -0700
commit5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (patch)
tree8496666b775c5132608aadbb2f7cae113be74ad2 /community/muffin
parent32b069e79cb891e99962cbac53e2950c11ea403f (diff)
Sat May 4 00:41:51 PDT 2013
Diffstat (limited to 'community/muffin')
-rw-r--r--community/muffin/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
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 <alexfilgueira@cinnarch.com>
# Contributor: Adam Hani Schakaki <adam@schakaki.net>
# 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
}