summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado2016-11-18 23:13:18 -0300
committerAndré Fabian Silva Delgado2016-11-18 23:13:18 -0300
commit1e0c59cfcc118634390f3e86f5b6ca657eeeb061 (patch)
tree5b6e3c61f4ca40a0efe95acefa5fa0c54f3896a8
parent791e658a58c122332edd85492d1afeb53b59e49d (diff)
downloadaur-1e0c59cfcc118634390f3e86f5b6ca657eeeb061.tar.gz
Remove linux-xen{,-headers,-docs} from replaces array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b66f8d55e9e..9a0f96138729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 20:37:13 UTC 2016
+# Sat Nov 19 02:13:07 UTC 2016
pkgbase = linux-libre-xen
pkgver = 4.8.8_gnu
pkgrel = 1
@@ -87,18 +87,18 @@ pkgname = linux-libre-xen
optdepends = crda: to set the correct wireless channels of your country
provides = linux-xen=4.8.8
conflicts =
- replaces = linux-xen
+ replaces =
depends_i686 = mkinitcpio>=0.7
pkgname = linux-libre-xen-headers
pkgdesc = Header files and scripts for building modules for Linux-libre-xen kernel
provides = linux-xen-headers=4.8.8
conflicts =
- replaces = linux-xen-headers
+ replaces =
pkgname = linux-libre-xen-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-libre-xen kernel
provides = linux-xen-docs=4.8.8
conflicts =
- replaces = linux-xen-docs
+ replaces =
diff --git a/PKGBUILD b/PKGBUILD
index 31f7cf679fe6..a4f16db65cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -199,7 +199,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country')
provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}")
conflicts=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")
- replaces=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")
+ replaces=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")
depends_i686=('mkinitcpio>=0.7')
backup_i686=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install
@@ -266,7 +266,7 @@ _package-headers() {
pkgdesc="Header files and scripts for building modules for ${pkgbase^} kernel"
provides=("${_replacesarchkernel[@]/%/-headers=${_archpkgver}}")
conflicts=("${_replacesoldkernels[@]/%/-headers}")
- replaces=("${_replacesarchkernel[@]/%/-headers}" "${_replacesoldkernels[@]/%/-headers}")
+ replaces=("${_replacesoldkernels[@]/%/-headers}")
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
@@ -407,7 +407,7 @@ _package-docs() {
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase^} kernel"
provides=("${_replacesarchkernel[@]/%/-docs=${_archpkgver}}")
conflicts=("${_replacesoldkernels[@]/%/-docs}")
- replaces=("${_replacesarchkernel[@]/%/-docs}" "${_replacesoldkernels[@]/%/-docs}")
+ replaces=("${_replacesoldkernels[@]/%/-docs}")
cd "${srcdir}/${_srcname}"