summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2017-09-25 21:50:19 +0300
committerYurii Kolesnykov2017-09-25 21:50:19 +0300
commitd4220da23820a6658ba2200c2dc03f10adb97f97 (patch)
tree59d880cf9fee8a6f060a6128f6ffc0c084872bd6
parent9ac1d8b8eb234d3e64320c8ac17ede0f6c5df447 (diff)
downloadaur-d4220da23820a6658ba2200c2dc03f10adb97f97.tar.gz
fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd8aeeafc845..51a4f80a5b05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-amd-staging-git
pkgdesc = Linux kernel with AMDGPU DC patches
- pkgver = 4.12.680794.2a69a4b35621
- pkgrel = 2
+ pkgver = 4.12.681059.780529c874f6
+ pkgrel = 1
url = https://cgit.freedesktop.org/~agd5f/linux/
arch = x86_64
license = GPL2
@@ -31,7 +31,7 @@ pkgname = linux-amd-staging-git
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
provides = linux
- backup = etc/mkinitcpio.d/linux.preset
+ backup = etc/mkinitcpio.d/linux-amd-staging-git.preset
pkgname = linux-amd-staging-git-headers
pkgdesc = Header files and scripts for building modules for Linux kernel with AMDGPU DC patches
diff --git a/PKGBUILD b/PKGBUILD
index de4fa0bfaa20..c13dc8c177fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ _srcname=$pkgbase
_kernel_rel=4.12
_branch=amd-staging-${_kernel_rel}
_kernelname=${pkgbase#linux}
-pkgver=4.12.680794.2a69a4b35621
-pkgrel=2
+pkgver=4.12.681059.780529c874f6
+pkgrel=1
arch=('x86_64')
url='https://cgit.freedesktop.org/~agd5f/linux/'
license=('GPL2')
@@ -69,7 +69,7 @@ _package() {
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
provides=('linux')
- backup=("etc/mkinitcpio.d/linux.preset")
+ backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=linux.install
cd "${_srcname}"