summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-25 14:26:18 +0100
committerSimao Gomes Viana2019-11-25 14:26:18 +0100
commit6c0eb6c7a6d385649c258b75c0c441c6c96a823d (patch)
tree2dcf7fa22820dc67be8170465b736c979a171ce6
parentd419c5d0f148503204b7af9367669e8371de1df1 (diff)
downloadaur-6c0eb6c7a6d385649c258b75c0c441c6c96a823d.tar.gz
Update kernel to 5.3.13-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d48c2edef22..4a883e4059a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
- pkgver = 5.3.12
- pkgrel = 2
+ pkgver = 5.3.13
+ 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.3.12-2/linux-nitrous-git-headers-5.3.12-2-x86_64.pkg.tar.xz
- sha256sums = cf8731b7fc20f931b3fa96b0157e9e360b51b6ecf8855a579192a5d91ee89ba9
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.13-1/linux-nitrous-git-headers-5.3.13-1-x86_64.pkg.tar.xz
+ sha256sums = 6cb75a1e337c170af118cddd95098daa37458d463315c9133871f6482beab2b6
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 8720f3dca4cc..32e0f719702f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=linux-nitrous-headers
pkgname=linux-nitrous-headers
-pkgver=5.3.12
-pkgrel=2
-_tar_pkgrel=2
+pkgver=5.3.13
+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=('cf8731b7fc20f931b3fa96b0157e9e360b51b6ecf8855a579192a5d91ee89ba9')
+sha256sums=('6cb75a1e337c170af118cddd95098daa37458d463315c9133871f6482beab2b6')
build() {
echo "No need to build anything"