diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-19 10:03:21 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-19 10:03:21 +0100 |
commit | 46602cb86218c37b896a2c90aa702d94793b6779 (patch) | |
tree | 107fedff7db7ea57c5bd9684f98805b2f1167029 /extra/fetchmail | |
parent | 7e6a790c47fb44426cdda8ea0aca8c247a524c5e (diff) | |
parent | de5b6982e42f4a1e8b0537cfbc1b676e2a81f195 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/quesoglc/PKGBUILD
community/trickle/PKGBUILD
cross/cross-mips64el-unknown-linux-gnu-gcc-core-shared/PKGBUILD
cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD
cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD
cross/mips64el-unknown-linux-gnu-glibc/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/perl-dbi/PKGBUILD
extra/perl-net-dns/PKGBUILD
extra/xfce4-dev-tools/PKGBUILD
gnome-unstable/networkmanager/PKGBUILD
multilib-testing/lib32-libdrm/PKGBUILD
multilib-testing/lib32-libdrm/no-pthread-stubs.patch
multilib/lib32-libxcb/PKGBUILD
multilib/lib32-util-linux/PKGBUILD
multilib/wine/PKGBUILD
multilib/wine_gecko/PKGBUILD
Diffstat (limited to 'extra/fetchmail')
-rw-r--r-- | extra/fetchmail/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/fetchmail/PKGBUILD b/extra/fetchmail/PKGBUILD index dd59ca350..83e598af8 100644 --- a/extra/fetchmail/PKGBUILD +++ b/extra/fetchmail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 138318 2011-09-20 04:51:36Z eric $ +# $Id: PKGBUILD 153691 2012-03-18 02:01:54Z eric $ # Maintainer: Aaron Griffin <aaron@archlinux.org> pkgname=fetchmail pkgver=6.3.21 -pkgrel=2 +pkgrel=3 pkgdesc="A remote-mail retrieval utility" arch=('i686' 'x86_64' 'mips64el') url="http://fetchmail.berlios.de/" @@ -15,12 +15,10 @@ optdepends=('tk: for using fetchmailconf' 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 @@ package() { 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" } |