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

Alexandre Filgueira faidoc at nymeria.archlinux.org
Fri May 3 19:32:44 UTC 2013


    Date: Friday, May 3, 2013 @ 21:32:44
  Author: faidoc
Revision: 89863

upgpkg: muffin 1.7.5-1

Modified:
  muffin/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-03 19:31:44 UTC (rev 89862)
+++ PKGBUILD	2013-05-03 19:32:44 UTC (rev 89863)
@@ -4,8 +4,8 @@
 # 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 @@
 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 @@
 }
 
 package() {
-  cd linuxmint-muffin-*
+  cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir/" install
 }
 




More information about the arch-commits mailing list