summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-02-06 00:34:21 +0100
committerPiotr Gorski2020-02-06 00:34:21 +0100
commitdb37a88ca602c6a01e574879be5f3fdf6306b200 (patch)
tree6a4f4268e92fc91e213629e9f46f4af2849484a9
parent2e8f5d682b01070e9aba61424f722078df367475 (diff)
downloadaur-db37a88ca602c6a01e574879be5f3fdf6306b200.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b425b094c0..1333c3a30bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
- pkgver = 20200204.r0.g03cd8b289266
+ pkgver = 20200205.r0.g14b549456391
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d40224f095ec..a8646662cd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ _1k_HZ_ticks=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20200204.r0.g03cd8b289266
+pkgver=20200205.r0.g14b549456391
_srcname=linux-next
pkgrel=1
pkgdesc='Linux NEXT'
@@ -101,7 +101,7 @@ prepare() {
### Prepared version
make -s kernelrelease > version
- echo "Prepared %s version %s" "$pkgbase" "$(<version)"
+ echo "Prepared $pkgbase version $(<version)"
### Optionally use running kernel's config
# code originally by nous; http://aur.archlinux.org/packages.php?ID=40191