summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Silva2017-05-13 14:19:32 -0300
committerAndré Silva2017-05-13 14:19:32 -0300
commit50a0bcd291b039884b0c24f60645f0ac626cddae (patch)
tree09e117d94af49eea2667c63fb8959784eee712be
parent95be651b0aa8d71054ffd5c2f2971d82c1517102 (diff)
downloadaur-50a0bcd291b039884b0c24f60645f0ac626cddae.tar.gz
Minor fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa8b398b7fe..4677e2c2a4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 1 03:00:02 UTC 2017
+# Sat May 13 17:19:23 UTC 2017
pkgbase = linux-libre-xen
pkgver = 4.10.13_gnu
pkgrel = 1
@@ -74,7 +74,7 @@ pkgname = linux-libre-xen
pkgdesc = The Linux-libre-xen kernel and modules with Xen guest support
install = linux.install
depends = coreutils
- depends = linux-libre-firmware
+ depends = linux-firmware
depends = kmod
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
diff --git a/PKGBUILD b/PKGBUILD
index 2c344842ecec..f7ddf378bcfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -178,8 +178,8 @@ build() {
_package() {
pkgdesc="The ${pkgbase^} kernel and modules with Xen guest support"
- [ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc')
- depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7')
+ [ "${pkgbase}" = "linux" ] && groups=('base')
+ depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "kernel=${_archpkgver}")
conflicts=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")