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

Pierre Schmitz pierre at archlinux.org
Sat Aug 23 10:01:53 UTC 2014


    Date: Saturday, August 23, 2014 @ 12:01:52
  Author: pierre
Revision: 220589

Fix FS#41240

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-23 09:31:51 UTC (rev 220588)
+++ PKGBUILD	2014-08-23 10:01:52 UTC (rev 220589)
@@ -2,10 +2,10 @@
 
 pkgname=fetchmail
 pkgver=6.3.26
-pkgrel=1
+pkgrel=2
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
-url="http://fetchmail.berlios.de/"
+url="http://www.fetchmail.info"
 license=('GPL')
 depends=('openssl')
 makedepends=('python2')
@@ -13,8 +13,8 @@
             'python2: for using fetchmailconf')
 options=('!makeflags')
 install='fetchmail.install'
-source=("http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz"
-        "http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz.asc"
+source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz"
+        "http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc"
         'fetchmail.tmpfiles' 'fetchmail.service')
 sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
           'SKIP'




More information about the arch-commits mailing list