diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-28 11:07:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-28 11:07:39 +0200 |
commit | 806ca548788626fe84773cbe06fd55bef805d185 (patch) | |
tree | d53fb8e39a208a3ef32d7538cd0dd6bed28690b0 /extra/fetchmail/PKGBUILD | |
parent | f64b3623ffcd182eeabcc818db3e900cdd072817 (diff) | |
parent | f38edbff3878008c8b2ae1ca8a496c349763017b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtk-kde4/PKGBUILD
community/hubbub/PKGBUILD
community/libcss/PKGBUILD
community/libnsbmp/PKGBUILD
community/libnsgif/PKGBUILD
community/libwapcaplet/PKGBUILD
extra/gdb/PKGBUILD
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 63eba594e..26dbd1109 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' 'mips64el') @@ -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') |