summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimao Gomes Viana2019-11-05 17:48:03 +0100
committerSimao Gomes Viana2019-11-05 17:48:03 +0100
commit807ab665c1b401cd327b3948625aee6e74f988be (patch)
tree938ddf0e6d195f8e12d898f2a2af2274c18d2b6a
parent2b0becae75a7b40eaa2f092f52c18ce3818b2cca (diff)
downloadaur-807ab665c1b401cd327b3948625aee6e74f988be.tar.gz
fix download
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2849b69213b..0a9c8dc46bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = linux-nitrous-headers
pkgdesc = Headers for linux-nitrous
pkgver = 5.3.8
- pkgrel = 10
+ pkgrel = 11
url = https://gitlab.com/xdevs23/linux-nitrous
arch = x86_64
license = GPL2
makedepends = tar
provides = linux
conflicts = linux-nitrous-git-headers
- source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.8-10/linux-nitrous-git-headers-5.3.8-10-x86_64.pkg.tar.xz
+ source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.8-9/linux-nitrous-git-headers-5.3.8-9-x86_64.pkg.tar.xz
sha256sums = 6d56228e77c52f8c2f03d85b5d581fb46a825c87c62836f46dcfdb1e3e676d5f
pkgname = linux-nitrous-headers
diff --git a/PKGBUILD b/PKGBUILD
index bd53901b646f..5ea60d1f569e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgname=linux-nitrous-headers
pkgver=5.3.8
-pkgrel=10
+pkgrel=11
+_tar_pkgrel=9
pkgdesc="Headers for linux-nitrous"
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
@@ -12,7 +13,7 @@ depends=()
provides=('linux')
conflicts=('linux-nitrous-git-headers')
makedepends=('tar')
-source=("https://github.com/xdevs23/linux-nitrous/releases/download/v$pkgver-$pkgrel/linux-nitrous-git-headers-$pkgver-$pkgrel-x86_64.pkg.tar.xz")
+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=('6d56228e77c52f8c2f03d85b5d581fb46a825c87c62836f46dcfdb1e3e676d5f')
build() {