summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-30 12:41:16 +0100
committerSimao Gomes Viana2019-11-30 12:41:16 +0100
commitc6275cf9da721e31d49d1bfc8c017e0e869922e4 (patch)
treec686a1ad6c7c8f26c5981b555f0b28efa9f79d10
parentfaa4993cbb316ec1e198e5f3f0e10080444a5403 (diff)
downloadaur-c6275cf9da721e31d49d1bfc8c017e0e869922e4.tar.gz
Update kernel to 5.4.1-5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dff0071ebb8..6a5959941ec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
pkgver = 5.4.1
- pkgrel = 4
+ pkgrel = 5
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-4/linux-nitrous-git-headers-5.4.1-4-x86_64.pkg.tar.xz
- sha256sums = b02e2f6f38ce0c35e17823c6f038b7e66ecc0389904da5ca1d53cdf5e3a8a0a4
+ 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
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 3712c424c5f2..0b7c4af229aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
pkgver=5.4.1
-pkgrel=4
-_tar_pkgrel=4
+pkgrel=5
+_tar_pkgrel=5
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=('b02e2f6f38ce0c35e17823c6f038b7e66ecc0389904da5ca1d53cdf5e3a8a0a4')
+sha256sums=('eafce5d73653c9c1c3244ad43215bbd88d7380c2f0e80cf1769c9fd5493b20d1')
build() {
echo "No need to build anything"