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

Eric Bélanger eric at archlinux.org
Thu Oct 13 01:59:29 UTC 2011


    Date: Wednesday, October 12, 2011 @ 21:59:29
  Author: eric
Revision: 140406

upgpkg: mm-common 0.9.5-1

Upstream update, Add sh depends

Modified:
  mm-common/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-12 22:11:22 UTC (rev 140405)
+++ PKGBUILD	2011-10-13 01:59:29 UTC (rev 140406)
@@ -2,14 +2,15 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=mm-common
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="Common build files of the C++ bindings"
-arch=(any)
+arch=('any')
 url="http://gtkmm.org"
+depends=('sh')
 license=('GPL2')
-source=(http://download.gnome.org/sources/mm-common/0.9/$pkgname-$pkgver.tar.bz2)
-sha256sums=('89db12f4bf551009efc80f97e110298d9758cfeb0619f1f66db430644f9516ed')
+source=(http://download.gnome.org/sources/mm-common/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9c602dba89d264a4719db996b9b169716df2d4d10bcd24e56fc3572865a5cb8b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list