summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10424428c308..e4159bf70fe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = linux-nitrous-headers
provides = linux
conflicts = linux-nitrous-git-headers
source = https://github.com/xdevs23/linux-nitrous/releases/download/v5.3.9-3/linux-nitrous-git-headers-5.3.9-3-x86_64.pkg.tar.xz
- sha256sums = 5a90d34a01541ad52b85343d6e1a282bb85e6f0111ba776839e7529bb1a909ec linux-nitrous-git-headers-5.3.9-3-x86_64.pkg.tar.xz
+ sha256sums = 5a90d34a01541ad52b85343d6e1a282bb85e6f0111ba776839e7529bb1a909ec
pkgname = linux-nitrous-headers
install = linux-nitrous-headers.install
diff --git a/PKGBUILD b/PKGBUILD
index 4ef0e483bb7a..26c69a18aa2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ provides=('linux')
conflicts=('linux-nitrous-git-headers')
makedepends=('tar')
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=('5a90d34a01541ad52b85343d6e1a282bb85e6f0111ba776839e7529bb1a909ec linux-nitrous-git-headers-5.3.9-3-x86_64.pkg.tar.xz')
+sha256sums=('5a90d34a01541ad52b85343d6e1a282bb85e6f0111ba776839e7529bb1a909ec')
build() {
echo "No need to build anything"