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

Ionut Biru ibiru at archlinux.org
Wed Oct 6 15:59:47 UTC 2010


    Date: Wednesday, October 6, 2010 @ 11:59:47
  Author: ibiru
Revision: 94322

upgpkg: python-notify 0.1.1-8
rebuild pygtk-2.22.0-3 

Modified:
  python-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-06 15:37:40 UTC (rev 94321)
+++ PKGBUILD	2010-10-06 15:59:47 UTC (rev 94322)
@@ -6,25 +6,25 @@
 
 pkgname=python-notify
 pkgver=0.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Python bindings for libnotify"
 arch=('i686' 'x86_64')
 url="http://www.galago-project.org/"
 license=('GPL')
-depends=('pygtk>=2.4.1' 'libnotify>=0.4.5')
+depends=('pygtk>=2.22.0' 'libnotify>=0.4.5')
 makedepends=('pkgconfig' 'python2')
 options=(!libtool)
 source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz)
 md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4')
 
 build() {
-	cd ${srcdir}/notify-python-${pkgver}
-	./configure --prefix=/usr
-	make clean
-	make || return 1
+    cd ${srcdir}/notify-python-${pkgver}
+    ./configure --prefix=/usr
+    make clean
+    make
 }
 
 package() {
-	cd ${srcdir}/notify-python-${pkgver}
-	make DESTDIR=${pkgdir} install || return 1
+    cd ${srcdir}/notify-python-${pkgver}
+    make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list