diff options
Diffstat (limited to 'extra/fetchmail/PKGBUILD')
-rw-r--r-- | extra/fetchmail/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/fetchmail/PKGBUILD b/extra/fetchmail/PKGBUILD index 83ebe7b7f..b45c77d8d 100644 --- a/extra/fetchmail/PKGBUILD +++ b/extra/fetchmail/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 180506 2013-03-22 07:41:24Z pierre $ +# $Id: PKGBUILD 183744 2013-04-27 16:59:09Z pierre $ pkgname=fetchmail -pkgver=6.3.25 +pkgver=6.3.26 pkgrel=1 pkgdesc="A remote-mail retrieval utility" arch=('i686' 'x86_64') @@ -11,14 +11,13 @@ depends=('openssl') makedepends=('python2') optdepends=('tk: for using fetchmailconf' 'python2: for using fetchmailconf') -backup=('etc/conf.d/fetchmail') 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" 'fetchmail.tmpfiles' 'fetchmail.service') -sha1sums=('a246a6a3caf90e1106448c9dde4463e87d816031' - '9a7f76c9fd9f85fc4b421e34fa8c15d2838d61fc' +sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a' + 'SKIP' '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6' '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10') |