summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-01 18:07:28 +0100
committerSimao Gomes Viana2020-02-01 18:07:28 +0100
commit131dadee37b064c3c27c79bef6c2be4579d4b55d (patch)
tree074c21d67aa94b0f30cd7f72998ce6d6c8e27167
parentc02d78a55fdb130455bd78bca26ec2bc4d4614e1 (diff)
downloadaur-131dadee37b064c3c27c79bef6c2be4579d4b55d.tar.gz
Update kernel to 5.5.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b57d22eae83..f86d661fff65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
pkgver = 5.5.1
- pkgrel = 1
+ 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.1-1/linux-nitrous-git-headers-5.5.1-1-x86_64.pkg.tar.xz
- sha256sums = fe22225674e1d6a2c93391ff0bd485ac1d46d923650d0b2c0db3caec335f23ac
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.1-2/linux-nitrous-git-headers-5.5.1-2-x86_64.pkg.tar.xz
+ sha256sums = 957f99ec0b9ffad4dd3fe6f206d5c5b76c945ec6fd4576468af71742cbb16ebe
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 63dc04c782cb..46d10dd18c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
pkgver=5.5.1
-pkgrel=1
-_tar_pkgrel=1
+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=('fe22225674e1d6a2c93391ff0bd485ac1d46d923650d0b2c0db3caec335f23ac')
+sha256sums=('957f99ec0b9ffad4dd3fe6f206d5c5b76c945ec6fd4576468af71742cbb16ebe')
build() {
echo "No need to build anything"