summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989ed2b31fd6..79fe37fb8df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-amd-git
pkgdesc = Linux kernel with AMDGPU WIP patches
- pkgver = 5.12.r984749.6e80fb8ab04f
- pkgrel = 2
+ pkgver = 5.13.r985190.50487c677b93
+ pkgrel = 1
url = https://gitlab.freedesktop.org/drm/amd
arch = x86_64
license = GPL2
@@ -20,7 +20,7 @@ pkgbase = linux-amd-git
makedepends = imagemagick
makedepends = git
options = !strip
- source = linux-agd5f::git+https://gitlab.freedesktop.org/agd5f/linux.git#branch=drm-next-5.12
+ source = linux-agd5f::git+https://gitlab.freedesktop.org/agd5f/linux.git#branch=drm-next-5.13
source = config
source = sphinx-workaround.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ec765deffc6e..c921d7cd33e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgbase=linux-amd-git
pkgdesc='Linux kernel with AMDGPU WIP patches'
-pkgver=5.12.r984749.6e80fb8ab04f
+pkgver=5.13.r985190.50487c677b93
_product="${pkgbase%-git}"
-_kernel_rel=5.12
+_kernel_rel=5.13
_branch=drm-next-${_kernel_rel}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://gitlab.freedesktop.org/drm/amd'
license=(GPL2)