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

Angel Velásquez angvp at archlinux.org
Fri Jan 14 19:33:12 UTC 2011


    Date: Friday, January 14, 2011 @ 14:33:12
  Author: angvp
Revision: 106143

upgpkg: nicotine 1.2.16-1
Bump release to 1.2.16

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-14 19:24:12 UTC (rev 106142)
+++ PKGBUILD	2011-01-14 19:33:12 UTC (rev 106143)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Wright <andreww at photism.org>
 
 pkgname=nicotine
-pkgver=1.2.15
-pkgrel=2
+pkgver=1.2.16
+pkgrel=1
 pkgdesc="Soulseek music-sharing client, written in python"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 replaces=(nicotine-plus)
 url="http://sourceforge.net/projects/nicotine-plus/"
 source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('05dbaa15f51509f376833dfb0ad4e8ad')
 optdepends=('python-sexy: To enable spell checking'
 	    'python-geoip: to enable Geographical blocker')
+md5sums=('ac7433c21ef619a37e079a7ae68da94a')
 
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
   python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine || return 1
+  make 
+  make DESTDIR=${pkgdir} install 
+  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
 }




More information about the arch-commits mailing list