diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 04ccd1f2a..b66dbf490 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -8,7 +8,7 @@ name: Debian env: GPG_KEY_ID: 56C464BAAC421453 KERNEL_VERSION: 5.8.1 - KERNEL_REVISION: 1 + KERNEL_REVISION: 2 LOCALVERSION: -surface MAINLINE_REPO: git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack MAINLINE_BRANCH: cod/mainline diff --git a/.github/workflows/debian_lts.yml b/.github/workflows/debian_lts.yml index e60840c68..a15aa1643 100644 --- a/.github/workflows/debian_lts.yml +++ b/.github/workflows/debian_lts.yml @@ -8,7 +8,7 @@ name: Debian LTS env: GPG_KEY_ID: 56C464BAAC421453 KERNEL_VERSION: 4.19.139 - KERNEL_REVISION: 1 + KERNEL_REVISION: 2 LOCALVERSION: -surface-lts MAINLINE_REPO: git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack MAINLINE_BRANCH: cod/mainline diff --git a/pkg/arch/kernel-lts/PKGBUILD b/pkg/arch/kernel-lts/PKGBUILD index 8ea475a95..8e25647c0 100644 --- a/pkg/arch/kernel-lts/PKGBUILD +++ b/pkg/arch/kernel-lts/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=linux-surface-lts pkgver=4.19.139 -pkgrel=1 +pkgrel=2 pkgdesc='LTS Linux' url="https://www.kernel.org/" arch=(x86_64) diff --git a/pkg/arch/kernel/PKGBUILD b/pkg/arch/kernel/PKGBUILD index a6ff81325..479319132 100644 --- a/pkg/arch/kernel/PKGBUILD +++ b/pkg/arch/kernel/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=linux-surface pkgver=5.8.1.arch1 -pkgrel=2 +pkgrel=3 pkgdesc='Linux' _fullver=${pkgver%.*}-${pkgver##*.} _srctag=v${_fullver} diff --git a/pkg/fedora/kernel-surface/kernel-surface.spec b/pkg/fedora/kernel-surface/kernel-surface.spec index ad53e7764..4e5c7ffe4 100755 --- a/pkg/fedora/kernel-surface/kernel-surface.spec +++ b/pkg/fedora/kernel-surface/kernel-surface.spec @@ -5,8 +5,8 @@ %global kernel_tag_fc32 kernel-5.7.15-200.fc32 %global kernel_tag_fc31 kernel-5.7.15-100.fc31 -%global kernel_release_fc32 1 -%global kernel_release_fc31 1 +%global kernel_release_fc32 2 +%global kernel_release_fc31 2 %global fedora_title_fc32 32 (Thirty Two) %global fedora_title_fc31 31 (Thirty One)