diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-13 20:18:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-13 20:18:14 -0300 |
commit | 315697b9c7b8afd0545650c83863d9a2626c1200 (patch) | |
tree | 2ad6af443d295034b1a9711d21864e9c164f12ca /libre/linux-libre-manpages | |
parent | f47c540657a7114d5c33de1c6cdc982c47a5971a (diff) | |
download | abslibre-315697b9c7b8afd0545650c83863d9a2626c1200.tar.gz abslibre-315697b9c7b8afd0545650c83863d9a2626c1200.tar.bz2 abslibre-315697b9c7b8afd0545650c83863d9a2626c1200.zip |
linux-libre-manpages-3.9-1: updating version
Diffstat (limited to 'libre/linux-libre-manpages')
-rw-r--r-- | libre/linux-libre-manpages/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD index 92f3778ca..f8ce261db 100644 --- a/libre/linux-libre-manpages/PKGBUILD +++ b/libre/linux-libre-manpages/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 142395 2011-11-08 23:03:12Z thomas $ +# $Id: PKGBUILD 185172 2013-05-11 17:49:25Z thomas $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=linux-libre-manpages -pkgver=3.1 -pkgrel=1.3 +pkgver=3.9 +pkgrel=1 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the linux-libre kernel" arch=('any') url="http://linux-libre.fsfla.org/" @@ -15,7 +15,7 @@ replaces=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages') conflicts=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages') provides=('kernel26-manpages' 'linux-manpages') source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-gnu/linux-libre-${pkgver}-gnu.tar.xz") -md5sums=('38703cdbb0b9107e7220bc094c5e36b1') +md5sums=('120df29f88622dabf7015a22c7cc8e25') build() { cd "${srcdir}/linux-$pkgver" |