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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 10:22:47 UTC 2010


    Date: Friday, September 3, 2010 @ 06:22:46
  Author: remy
Revision: 89692

upgpkg: getmail 4.20.0-2
Change  to any. Rebuild for python2.

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 10:15:47 UTC (rev 89691)
+++ PKGBUILD	2010-09-03 10:22:46 UTC (rev 89692)
@@ -4,17 +4,17 @@
 
 pkgname=getmail
 pkgver=4.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(i686 x86_64)
+arch=(any)
 url="http://pyropus.ca/software/getmail"
 license="GPL"
-depends=('python>=2.6.4')
+depends=('python2')
 source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
 md5sums=('33a090d62b6039e0a8df4c3da545d851')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  /usr/bin/python setup.py build
-  /usr/bin/python setup.py install --root=${pkgdir}
+  python2 setup.py build
+  python2 setup.py install --root=${pkgdir}
 }




More information about the arch-commits mailing list