diff options
Diffstat (limited to 'core/man-db/PKGBUILD')
-rw-r--r-- | core/man-db/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/man-db/PKGBUILD b/core/man-db/PKGBUILD index 304458770..e2671a68f 100644 --- a/core/man-db/PKGBUILD +++ b/core/man-db/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 186047 2013-05-20 18:28:50Z andyrtr $ +# $Id: PKGBUILD 189192 2013-06-29 06:03:40Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Sergej Pupykin <sergej@aur.archlinux.org> pkgname=man-db -pkgver=2.6.3 -pkgrel=3 +pkgver=2.6.5 +pkgrel=1 pkgdesc="A utility for reading man pages" arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/man-db/" @@ -21,7 +21,7 @@ install=${pkgname}.install source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig} convert-mans man-db.cron.daily) options=('!libtool') -md5sums=('a593a095599ae97bcacf8d038659a146' +md5sums=('36f59d9314b45a266ba350584b4d7cc1' 'SKIP' '2b7662a7d5b33fe91f9f3e034361a2f6' '934fd047fecb915038bf4bf844ea609c') |