summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-01-31 19:37:00 +0100
committerSimao Gomes Viana2020-01-31 19:37:00 +0100
commit23b1a139771947e587e36524e843999830e6451d (patch)
tree9c533dd8d41e1bec9f5ddef2e58256f9aa06ccda
parent9db169b225662074526d4ee25bb92317876ec9b1 (diff)
downloadaur-23b1a139771947e587e36524e843999830e6451d.tar.gz
Update kernel to 5.4.16-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d2a2471c22..dbde022ad143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
- pkgver = 5.4.15
+ pkgver = 5.4.16
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.15-1/linux-nitrous-git-headers-5.4.15-1-x86_64.pkg.tar.xz
- sha256sums = 1907953e9b6f5f0d0a4f310265d74507c34ac076930ab01e9752411654ef2d53
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.4.16-1/linux-nitrous-git-headers-5.4.16-1-x86_64.pkg.tar.xz
+ sha256sums = fc31aefef031992de61eb1c9aa0b75ee37b612962fae7ad56843af0f459e273d
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 676e6f9bea00..108815151f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
-pkgver=5.4.15
+pkgver=5.4.16
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=('1907953e9b6f5f0d0a4f310265d74507c34ac076930ab01e9752411654ef2d53')
+sha256sums=('fc31aefef031992de61eb1c9aa0b75ee37b612962fae7ad56843af0f459e273d')
build() {
echo "No need to build anything"