summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2017-08-25 00:47:14 +0300
committerYurii Kolesnykov2017-08-25 00:47:14 +0300
commit77c5e4a73d051ae46d906b187ea09675f03e9510 (patch)
treee2eb0fbccd07350c1b80250edf38e2b6169c1517
parentb546150971e0ccc44f9bd8168740db44b41d4a94 (diff)
downloadaur-77c5e4a73d051ae46d906b187ea09675f03e9510.tar.gz
bump ver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 649fe012ceb4..1002ed4cb83b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-staging-drm-next-git
pkgdesc = Linux kernel with AMDGPU DC patches
- pkgver = 4.11.692986.58e5ccdc343d
+ pkgver = 4.13rc2.r1097.g58e5ccdc343d
pkgrel = 1
url = https://cgit.freedesktop.org/~agd5f/linux/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = linux-amd-staging-drm-next-git
makedepends = kmod
makedepends = inetutils
makedepends = bc
- makedepends = libelf
makedepends = git
+ makedepends = libelf
options = !strip
source = linux-amd-staging-drm-next-git::git://people.freedesktop.org/~agd5f/linux#branch=amd-staging-drm-next
source = config.x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 200f55afc402..ff7746ef1a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@
pkgbase=linux-amd-staging-drm-next-git
pkgdesc='Linux kernel with AMDGPU DC patches'
_srcname=$pkgbase
-_kernel_rel=4.11
_branch=amd-staging-drm-next
_kernelname=${pkgbase#linux}
-pkgver=4.11.692986.58e5ccdc343d
+pkgver=4.13rc2.r1097.g58e5ccdc343d
pkgrel=1
arch=('i686' 'x86_64')
url='https://cgit.freedesktop.org/~agd5f/linux/'
license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'git')
+makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf')
options=('!strip')
source=("${pkgbase}::git://people.freedesktop.org/~agd5f/linux#branch=${_branch}"
# the main kernel config files
@@ -30,7 +29,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${srcdir}/${_srcname}"
- echo 4.11.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+ git describe --long | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g;s/\.rc/rc/'
}
prepare() {