diff options
Diffstat (limited to 'community/muffin')
-rw-r--r-- | community/muffin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD index 6c2e8d005..ccf3aa3a9 100644 --- a/community/muffin/PKGBUILD +++ b/community/muffin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88909 2013-04-24 17:12:07Z bgyorgy $ +# $Id: PKGBUILD 89374 2013-04-29 01:14:49Z bgyorgy $ # Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com> # Contributor: Adam Hani Schakaki <adam@schakaki.net> # Contributor: Ner0 pkgname=muffin -pkgver=1.7.3 -pkgrel=2 +pkgver=1.7.4 +pkgrel=1 pkgdesc="Cinnamon window manager based on Mutter" arch=('i686' 'x86_64') url="https://github.com/linuxmint/muffin" @@ -17,7 +17,7 @@ options=('!libtool' '!emptydirs') install=$pkgname.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver" "switch-applications.patch") -md5sums=('30e329da6af10e825dace490f13e445f' +md5sums=('d64bfe853e6fda5ec11a06581743f774' 'a5d5d76dc281277a8afc83d7affdcc7b') build() { |