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

Ionut Biru ibiru at archlinux.org
Thu Oct 21 15:13:13 UTC 2010


    Date: Thursday, October 21, 2010 @ 11:13:12
  Author: ibiru
Revision: 96482

upgpkg: papyon 0.5.2-1
update to 0.5.2

Modified:
  papyon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-21 14:05:59 UTC (rev 96481)
+++ PKGBUILD	2010-10-21 15:13:12 UTC (rev 96482)
@@ -2,17 +2,18 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=papyon
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc="papyon is the library behind the msn connection manager: telepathy-butterfly."
 arch=('any')
 url="http://www.freedesktop.org/wiki/Software/papyon"
 license=("GPL")
 depends=('pygobject' 'pyopenssl' 'pycrypto')
 source=(http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7fdd2705de715b77faed698f13bcb202')
+md5sums=('3e413828c6904dccfed3df34559aa29b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 || return 1
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  sed -i "s|env python|env python2|" "${pkgdir}/usr/lib/python2.7/site-packages/papyon/msnp2p/test.py"
 }




More information about the arch-commits mailing list