summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-01-26 11:47:49 +0100
committerSimao Gomes Viana2020-01-26 11:47:49 +0100
commit9db169b225662074526d4ee25bb92317876ec9b1 (patch)
tree88b3a6ba9e15c625b7906f86357ed5328afb2f88
parenteee3089053f162ae86bd190eadc3798791ece89d (diff)
downloadaur-9db169b225662074526d4ee25bb92317876ec9b1.tar.gz
Update kernel to 5.4.15-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80a85dd14ddd..f0d2a2471c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
- pkgver = 5.4.14
+ pkgver = 5.4.15
pkgrel = 1
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = linux-nitrous-headers
provides = linux
conflicts = linux-nitrous-git-headers
options = !strip
- source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.4.14-1/linux-nitrous-git-headers-5.4.14-1-x86_64.pkg.tar.xz
- sha256sums = 73a9296d11004bdfe7b01897813e97ee5d1e8246243d9727ab3ae5f4d0173518
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.4.15-1/linux-nitrous-git-headers-5.4.15-1-x86_64.pkg.tar.xz
+ sha256sums = 1907953e9b6f5f0d0a4f310265d74507c34ac076930ab01e9752411654ef2d53
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index b12ad94fe6cb..676e6f9bea00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
-pkgver=5.4.14
+pkgver=5.4.15
pkgrel=1
_tar_pkgrel=1
pkgdesc="Headers for linux-nitrous"
@@ -16,7 +16,7 @@ conflicts=('linux-nitrous-git-headers')
makedepends=('tar')
options=('!strip')
source=("https://github.com/xdevs23/linux-nitrous/releases/download/v$pkgver-$_tar_pkgrel/linux-nitrous-git-headers-$pkgver-$_tar_pkgrel-x86_64.pkg.tar.xz")
-sha256sums=('73a9296d11004bdfe7b01897813e97ee5d1e8246243d9727ab3ae5f4d0173518')
+sha256sums=('1907953e9b6f5f0d0a4f310265d74507c34ac076930ab01e9752411654ef2d53')
build() {
echo "No need to build anything"