summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-05 13:50:21 +0100
committerSimao Gomes Viana2020-02-05 13:50:21 +0100
commitf32c6da5471f4d0ea8c893ef53f8e6baaa41e161 (patch)
treec3e6eee80fda6202c43e0a67a9e7ea9bf443406f
parent293d2ccfd6b52b86080b72f4f791c5b85d6a6c7f (diff)
downloadaur-f32c6da5471f4d0ea8c893ef53f8e6baaa41e161.tar.gz
Update kernel to 5.5.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa2f9c7a0577..8343ab05e139 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
- pkgver = 5.5.1
- pkgrel = 4
+ pkgver = 5.5.2
+ pkgrel = 1
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.5.1-4/linux-nitrous-git-headers-5.5.1-4-x86_64.pkg.tar.xz
- sha256sums = a76fe2e9f778ec9a3b69f9db8b1773b5ee32cdf683b609cb6b4270dd0fdf10fa
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.2-1/linux-nitrous-git-headers-5.5.2-1-x86_64.pkg.tar.xz
+ sha256sums = 7959fefd0a68d300ffda0bee79bee42f6ba04ea9af5d2c6128aa9f50e6929a01
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index c03d0afd00fa..e6d1c847b71d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
-pkgver=5.5.1
-pkgrel=4
-_tar_pkgrel=4
+pkgver=5.5.2
+pkgrel=1
+_tar_pkgrel=1
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=('a76fe2e9f778ec9a3b69f9db8b1773b5ee32cdf683b609cb6b4270dd0fdf10fa')
+sha256sums=('7959fefd0a68d300ffda0bee79bee42f6ba04ea9af5d2c6128aa9f50e6929a01')
build() {
echo "No need to build anything"