summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2018-11-18 18:54:28 +0100
committerPiotr Gorski2018-11-18 18:54:28 +0100
commit6c002ad95128edfaa71242b636020bc550026766 (patch)
treef6e0ee4a1005799ca68f522d35060faa04d6415f
parent2bf14b1bcced9f7183f4f26347add7288ae01652 (diff)
downloadaur-6c002ad95128edfaa71242b636020bc550026766.tar.gz
Improve pkgver()
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD3
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404aa6554b99..ae5326143f95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-bfq-mq-git
- pkgver = 4.18.0.g10bbaa12ceef
+ pkgver = 4.18.0.g8687d94c3344
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
@@ -38,19 +38,19 @@ pkgname = linux-bfq-mq-git
depends = mkinitcpio>=0.7
optdepends = crda: to set the correct wireless channels of your country
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- provides = linux-bfq-mq-git=4.18.0.g10bbaa12ceef
- provides = linux=4.18.0.g10bbaa12ceef
+ provides = linux-bfq-mq-git=4.18.0.g8687d94c3344
+ provides = linux=4.18.0.g8687d94c3344
backup = etc/mkinitcpio.d/linux-bfq-mq-git.preset
pkgname = linux-bfq-mq-git-headers
pkgdesc = Header files and scripts for building modules for Linux-bfq-mq-git kernel
- depends = linux-bfq-mq-git=4.18.0.g10bbaa12ceef
- provides = linux-bfq-mq-git-headers=4.18.0.g10bbaa12ceef
- provides = linux-headers=4.18.0.g10bbaa12ceef
+ depends = linux-bfq-mq-git=4.18.0.g8687d94c3344
+ provides = linux-bfq-mq-git-headers=4.18.0.g8687d94c3344
+ provides = linux-headers=4.18.0.g8687d94c3344
pkgname = linux-bfq-mq-git-docs
pkgdesc = Kernel hackers manual - HTML documentation that comes with the Linux-bfq-mq-git kernel
- depends = linux-bfq-mq-git=4.18.0.g10bbaa12ceef
- provides = linux-bfq-mq-git-docs=4.18.0.g10bbaa12ceef
- provides = linux-docs=4.18.0.g10bbaa12ceef
+ depends = linux-bfq-mq-git=4.18.0.g8687d94c3344
+ provides = linux-bfq-mq-git-docs=4.18.0.g8687d94c3344
+ provides = linux-docs=4.18.0.g8687d94c3344
diff --git a/PKGBUILD b/PKGBUILD
index 83531ef246ea..262a55c8f367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ _mq_enable=
pkgbase=linux-bfq-mq-git
_srcname=bfq-mq
-pkgver=4.18.0.g10bbaa12ceef
+pkgver=4.18.0.g8687d94c3344
pkgrel=1
arch=('x86_64')
url="http://www.kernel.org/"
@@ -113,6 +113,7 @@ prepare() {
### Setting version
msg2 "Setting version..."
+ sed -e "/^EXTRAVERSION =/s/=.*/=/" -i Makefile
scripts/setlocalversion --save-scmversion
echo "-$pkgrel" > localversion.10-pkgrel
echo "$_kernelname" > localversion.20-pkgname