summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Strawn2022-03-28 13:56:44 -0700
committerKenny Strawn2022-03-28 13:56:44 -0700
commit367b43ac6db1e6e9a452b0da361f79bdf596047b (patch)
tree90c8e65cd5c5963069ad86af3e09352e92f72359
parent5a5753c4fb04870eb9b43c2c76482f34431c8c2d (diff)
downloadaur-367b43ac6db1e6e9a452b0da361f79bdf596047b.tar.gz
Bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc7343b176cd..ba08f5fbad41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-mainline-anbox-git
pkgdesc = Linux Mainline
- pkgver = 5.17.r11407.gae085d7f9365
+ pkgver = 5.17.r11601.gff61bc81b3fe
pkgrel = 1
url = https://www.kernel.org
arch = x86_64
@@ -32,12 +32,14 @@ pkgname = linux-mainline-anbox-git
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
conflicts = linux-mainline-anbox
+ replaces = linux
replaces = virtualbox-guest-modules-mainline
replaces = wireguard-mainline
pkgname = linux-mainline-anbox-git-headers
pkgdesc = Headers and scripts for building modules for the Linux Mainline kernel
conflicts = linux-mainline-anbox-headers
+ replaces = linux-headers
pkgname = linux-mainline-anbox-git-docs
pkgdesc = Documentation for the Linux Mainline kernel
diff --git a/PKGBUILD b/PKGBUILD
index bcf6cf912b81..f6a74f00ebd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgbase=linux-mainline-anbox-git
-pkgver=5.17.r11407.gae085d7f9365
+pkgver=5.17.r11601.gff61bc81b3fe
pkgrel=1
pkgdesc='Linux Mainline'
url="https://www.kernel.org"
@@ -70,7 +70,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
- replaces=(virtualbox-guest-modules-mainline wireguard-mainline)
+ replaces=(linux virtualbox-guest-modules-mainline wireguard-mainline)
conflicts=(linux-mainline-anbox)
cd $_srcname
@@ -94,6 +94,7 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
+ replaces=(linux-headers)
conflicts=(linux-mainline-anbox-headers)
cd $_srcname