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

Eric Bélanger eric at archlinux.org
Sun Mar 18 02:01:25 UTC 2012


    Date: Saturday, March 17, 2012 @ 22:01:24
  Author: eric
Revision: 153690

upgpkg: fetchmail 6.3.21-3

Fix user/group ownership of /var/lib/fetchmail (close FS#28503), Update source url

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-18 01:14:01 UTC (rev 153689)
+++ PKGBUILD	2012-03-18 02:01:24 UTC (rev 153690)
@@ -3,7 +3,7 @@
 
 pkgname=fetchmail
 pkgver=6.3.21
-pkgrel=2
+pkgrel=3
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
 url="http://fetchmail.berlios.de/"
@@ -15,12 +15,10 @@
 backup=('etc/conf.d/fetchmail')
 options=('!makeflags')
 install=fetchmail.install
-source=(http://download2.berlios.de/fetchmail/${pkgname}-${pkgver}.tar.bz2
+source=(http://downloads.sourceforge.net/$pkgname.berlios/${pkgname}-${pkgver}.tar.xz{,.asc}
         fetchmail.rc fetchmail.conf)
-md5sums=('0ad8eac47e85bd0ae63870daa09992af'
-         '89fdde15bf81b3a5c065949322b5d138'
-         '8fcd6a22dfbc247755fdd050c5c5c4d3')
-sha1sums=('e32a0d40ec133d651782543ecd7bc9bbee52dff7'
+sha1sums=('4f1e5f2e1a616d4007da1de9c976c2c1fb5dcb81'
+          'bc8c68ec0d71b97d3168981cbaa4b04ab8e56059'
           '910ec21ad0a619db67e4665189dc46d2a0634ea5'
           '30401729386d6f774c6c36ab8530842166de54a8')
 
@@ -36,5 +34,5 @@
   make DESTDIR="${pkgdir}" install
   install -Dm755 "${srcdir}/fetchmail.rc" "${pkgdir}/etc/rc.d/fetchmail"
   install -Dm644 "${srcdir}/fetchmail.conf" "${pkgdir}/etc/conf.d/fetchmail"
-  install -d "${pkgdir}/var/lib/fetchmail"
+  install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail"
 }




More information about the arch-commits mailing list