summaryrefslogtreecommitdiff
path: root/community/muffin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/muffin/PKGBUILD')
-rw-r--r--community/muffin/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD
index 99f4e2aa6..02974536a 100644
--- a/community/muffin/PKGBUILD
+++ b/community/muffin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 109803 2014-04-19 00:45:07Z bgyorgy $
+# $Id: PKGBUILD 110555 2014-05-03 17:27:50Z faidoc $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: Adam Hani Schakaki <adam@schakaki.net>
# Contributor: Ner0
pkgname=muffin
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
pkgdesc="Cinnamon window manager based on Mutter"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/muffin"
@@ -15,16 +15,11 @@ depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra' 'lib
makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
options=('!emptydirs')
install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz"
- cogl_ABI.patch)
-sha256sums=('aec5062ca53364e5077694ef0848b7a4efe384f19d41736c2f7d86e53ce5c009'
- 'bce6cf03f7d635345db8a664084b98122aa23802867c7e6e4573273ffccc01e5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('1f39bb8d76ed0fa5704c5cb336ea86e6871396e92fca8a1ff0671be0b4d30739')
prepare() {
cd ${pkgname}-${pkgver}
-
- # Port to cogl 1.18
- patch -Np1 -i ../cogl_ABI.patch
}
build() {