diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-24 17:47:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-24 17:47:55 -0300 |
commit | 5df1490b1ae825f3b2422115ab13f557b1aa49e9 (patch) | |
tree | b8efa3dd44bde4f20a1ebb26023808aaeb6bd586 /libre/linux-libre-manpages | |
parent | 90aca6b17865eafd41b20a46ad76ec58c9126a29 (diff) | |
download | abslibre-5df1490b1ae825f3b2422115ab13f557b1aa49e9.tar.gz abslibre-5df1490b1ae825f3b2422115ab13f557b1aa49e9.tar.bz2 abslibre-5df1490b1ae825f3b2422115ab13f557b1aa49e9.zip |
linux-libre kernels and dependencies: add libre suffix packages on replaces and conflicts, rename $archver to $archpkgver with improvements on the variables
Diffstat (limited to 'libre/linux-libre-manpages')
-rw-r--r-- | libre/linux-libre-manpages/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD index 1a96051e3..3abe280fd 100644 --- a/libre/linux-libre-manpages/PKGBUILD +++ b/libre/linux-libre-manpages/PKGBUILD @@ -8,16 +8,17 @@ pkgname=linux-libre-manpages _pkgver=3.14-gnu _srcname=linux-${_pkgver%-*} +_archpkgver=${pkgver%-*} pkgver=${_pkgver//-/.} -pkgrel=1 -pkgdesc="Kernel hackers manual - Section 9 manpages that come with the Linux-libre kernel" +pkgrel=1.1 +pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux-libre kernel" arch=('any') url="http://linux-libre.fsfla.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl') replaces=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages') conflicts=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages') -provides=('kernel26-manpages' 'linux-manpages') +provides=('kernel26-manpages' "linux-manpages=${_archpkgver}") source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/linux-libre-${_pkgver}.tar.xz") sha256sums=('477555c709b9407fe37dbd70d3331ff9dde1f9d874aba2741f138d07ae6f281b') |