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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Dec 24 09:27:56 UTC 2008


    Date: Wednesday, December 24, 2008 @ 04:27:55
  Author: andyrtr
Revision: 22236

upgpkg: getmail 4.8.4-1
    new version 4.8.4

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-23 15:41:48 UTC (rev 22235)
+++ PKGBUILD	2008-12-24 09:27:55 UTC (rev 22236)
@@ -3,19 +3,19 @@
 # Committer: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=getmail
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(i686 x86_64)
 url="http://pyropus.ca/software/getmail"
 license="GPL"
-depends=('python>=2.4')
+depends=('python>=2.6.1')
 source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('47ce4e8249fe6d76605f14dcaa4c058d')
+md5sums=('302999a9f4a3a970327aa4ca400bc4ca')
 options=('!docs')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   /usr/bin/python setup.py build || return 1
-  /usr/bin/python setup.py install --root=$startdir/pkg
+  /usr/bin/python setup.py install --root=${pkgdir}
 }




More information about the arch-commits mailing list