summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2020-02-09 10:56:09 +0100
committerSimao Gomes Viana2020-02-09 10:56:09 +0100
commit989ac9c308a50b78045277fda448caaa567db6a1 (patch)
treec77f874dfe8a5884f8576af0d27fb6c6c3cf0db9
parentf32c6da5471f4d0ea8c893ef53f8e6baaa41e161 (diff)
downloadaur-989ac9c308a50b78045277fda448caaa567db6a1.tar.gz
Update kernel to 5.5.2-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8343ab05e139..a836cbc04b44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
pkgver = 5.5.2
- 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.2-1/linux-nitrous-git-headers-5.5.2-1-x86_64.pkg.tar.xz
- sha256sums = 7959fefd0a68d300ffda0bee79bee42f6ba04ea9af5d2c6128aa9f50e6929a01
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.5.2-2/linux-nitrous-git-headers-5.5.2-2-x86_64.pkg.tar.xz
+ sha256sums = 3514df6f4d829bd221f770f7bd9039115338492daa60d83d5ab9d45b84d8b4a9
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index e6d1c847b71d..3446884df643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
pkgver=5.5.2
-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=('7959fefd0a68d300ffda0bee79bee42f6ba04ea9af5d2c6128aa9f50e6929a01')
+sha256sums=('3514df6f4d829bd221f770f7bd9039115338492daa60d83d5ab9d45b84d8b4a9')
build() {
echo "No need to build anything"