summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-01 19:31:38 +0100
committerSimao Gomes Viana2020-02-01 19:31:38 +0100
commita087d87a1e1fc9c3fa8fca8bc7a9fe76c65c4089 (patch)
tree3788413f5acfe92bc318e8b881ae286cf5ea289b
parentf609c7df3f9a9a2e0ac5c66d9f5528ae8c67fec8 (diff)
downloadaur-a087d87a1e1fc9c3fa8fca8bc7a9fe76c65c4089.tar.gz
Update kernel to 5.5.1-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f86d661fff65..c320ab5f1dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
pkgver = 5.5.1
- pkgrel = 2
+ pkgrel = 3
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-2/linux-nitrous-git-headers-5.5.1-2-x86_64.pkg.tar.xz
- sha256sums = 957f99ec0b9ffad4dd3fe6f206d5c5b76c945ec6fd4576468af71742cbb16ebe
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.1-3/linux-nitrous-git-headers-5.5.1-3-x86_64.pkg.tar.xz
+ sha256sums = 46d140705f26d3b85c9ed2e431d2fdc37189994e07dedf88f16b9f32eedca2e0
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 4ed7851f6892..fbb90f5a97aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
pkgver=5.5.1
-pkgrel=2
-_tar_pkgrel=2
+pkgrel=3
+_tar_pkgrel=3
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=('957f99ec0b9ffad4dd3fe6f206d5c5b76c945ec6fd4576468af71742cbb16ebe')
+sha256sums=('46d140705f26d3b85c9ed2e431d2fdc37189994e07dedf88f16b9f32eedca2e0')
build() {
echo "No need to build anything"