summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-12-01 16:37:58 +0100
committerSimao Gomes Viana2019-12-01 16:37:58 +0100
commit26b6343a8b217d7582aa2de9c96a78cd8d60d4aa (patch)
tree1e65554007b2da28bbc2ca6a8e7f41695099f238
parentc6275cf9da721e31d49d1bfc8c017e0e869922e4 (diff)
downloadaur-26b6343a8b217d7582aa2de9c96a78cd8d60d4aa.tar.gz
Update kernel to 5.4.1-7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a5959941ec1..26bbbe4599c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
pkgver = 5.4.1
- pkgrel = 5
+ pkgrel = 7
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
@@ -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.1-5/linux-nitrous-git-headers-5.4.1-5-x86_64.pkg.tar.xz
- sha256sums = eafce5d73653c9c1c3244ad43215bbd88d7380c2f0e80cf1769c9fd5493b20d1
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.4.1-7/linux-nitrous-git-headers-5.4.1-7-x86_64.pkg.tar.xz
+ sha256sums = 916fb44ccab184529a6e8baa448ba8f21ba7c33ab100a497843dbb5e20b8ec21
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 0b7c4af229aa..67659adb9698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
pkgver=5.4.1
-pkgrel=5
-_tar_pkgrel=5
+pkgrel=7
+_tar_pkgrel=7
pkgdesc="Headers for linux-nitrous"
arch=('x86_64')
url="https://gitlab.com/xdevs23/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=('eafce5d73653c9c1c3244ad43215bbd88d7380c2f0e80cf1769c9fd5493b20d1')
+sha256sums=('916fb44ccab184529a6e8baa448ba8f21ba7c33ab100a497843dbb5e20b8ec21')
build() {
echo "No need to build anything"