summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-29 18:49:09 +0100
committerSimao Gomes Viana2020-02-29 18:49:09 +0100
commitb07c0a5eb147e92663feb7b4fd9e89d0c8f01ccb (patch)
tree53e7fa4849d20233dc21fa0878576096b950d6a6
parent315d6c69c9cea753ff21f8cd90128fec3ad1b1a9 (diff)
downloadaur-b07c0a5eb147e92663feb7b4fd9e89d0c8f01ccb.tar.gz
Update kernel to 5.5.7-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e306d9609624..2b6755720383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
- pkgver = 5.5.6
- pkgrel = 1
+ pkgver = 5.5.7
+ pkgrel = 2
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.6-1/linux-nitrous-git-headers-5.5.6-1-x86_64.pkg.tar.xz
- sha256sums = 625d859f16d39762f511e074c82583a5aa691ad74a861d15af76f041e5f4ced0
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.7-2/linux-nitrous-git-headers-5.5.7-2-x86_64.pkg.tar.xz
+ sha256sums = 3991e688880d9ec9b5068b02de31dc8886214b4e7170b4ec6ac4e63554230063
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 14bcdf5900dc..ea203733967e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
-pkgver=5.5.6
-pkgrel=1
-_tar_pkgrel=1
+pkgver=5.5.7
+pkgrel=2
+_tar_pkgrel=2
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=('625d859f16d39762f511e074c82583a5aa691ad74a861d15af76f041e5f4ced0')
+sha256sums=('3991e688880d9ec9b5068b02de31dc8886214b4e7170b4ec6ac4e63554230063')
build() {
echo "No need to build anything"