[arch-commits] Commit in mm-common/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Mar 22 18:04:32 UTC 2011
Date: Tuesday, March 22, 2011 @ 14:04:32
Author: heftig
Revision: 116056
upgpkg: mm-common 0.9.4-1
Update to 0.9.4
Modified:
mm-common/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-22 17:56:59 UTC (rev 116055)
+++ PKGBUILD 2011-03-22 18:04:32 UTC (rev 116056)
@@ -1,25 +1,24 @@
# $Id$
# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
pkgname=mm-common
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="Common build files of the C++ bindings"
arch=(any)
url="http://gtkmm.org"
license=('GPL2')
source=(http://download.gnome.org/sources/mm-common/0.9/$pkgname-$pkgver.tar.bz2)
-sha256sums=('65b5b8798027e729b1a0ca165d2da922a3f124d9bfcfef96ae9bb02e16894964')
+sha256sums=('89db12f4bf551009efc80f97e110298d9758cfeb0619f1f66db430644f9516ed')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
-
make DESTDIR="$pkgdir/" install
}
More information about the arch-commits
mailing list