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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jul 12 18:07:50 UTC 2010


    Date: Monday, July 12, 2010 @ 14:07:50
  Author: andyrtr
Revision: 85386

upgpkg: getmail 4.20.0-1
new version 4.20.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-12 17:45:46 UTC (rev 85385)
+++ PKGBUILD	2010-07-12 18:07:50 UTC (rev 85386)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=getmail
-pkgver=4.17.0
+pkgver=4.20.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(i686 x86_64)
@@ -11,10 +11,10 @@
 license="GPL"
 depends=('python>=2.6.4')
 source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('6ad9c2024e9d73e2065cd5f19146bf12')
+md5sums=('33a090d62b6039e0a8df4c3da545d851')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  /usr/bin/python setup.py build || return 1
+  /usr/bin/python setup.py build
   /usr/bin/python setup.py install --root=${pkgdir}
 }




More information about the arch-commits mailing list