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

Hugo Doria hugo at archlinux.org
Mon Jan 5 12:56:59 UTC 2009


    Date: Monday, January 5, 2009 @ 07:56:59
  Author: hugo
Revision: 23200

upgpkg: nicotine 1.2.10-1

Modified:
  nicotine/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-05 10:15:57 UTC (rev 23199)
+++ PKGBUILD	2009-01-05 12:56:59 UTC (rev 23200)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jan de Groot <jan at jgc.homeip.net>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 # Contributor: Andrew Wright <andreww at photism.org>
 
 pkgname=nicotine
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc="Soulseek music-sharing client, written in python"
 license=('GPL')
@@ -13,13 +13,13 @@
 replaces=(nicotine-plus)
 url="http://nicotine-plus.sourceforge.net"
 source=(http://downloads.sf.net/${pkgname}-plus/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('3e310418e4ea8ba9f0bdb240f82feb27')
+md5sums=('80f17b222b9bd33acc1ac64f77bef640')
 
 build() {
-  cd ${startdir}/src/${pkgname}+-${pkgver}
-  python setup.py install --root=${startdir}/pkg
+  cd ${srcdir}/${pkgname}+-${pkgver}
+  python setup.py install --root=${pkgdir}/
   cd trayicon
   python autogen.py
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list