summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMT2021-10-11 20:53:43 -0500
committerMT2021-10-11 20:53:43 -0500
commit59e1f73e4a5d943fbf615480ed5d9c0707a86e54 (patch)
tree7a6978640d7c43c02bc8b160dfa8ac148f9539a6
parent89895b7551849030939d0683b9864b593dffac7d (diff)
downloadaur-59e1f73e4a5d943fbf615480ed5d9c0707a86e54.tar.gz
Fix url and remove _srctag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb010fc21e66..3cfd6da0ecdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = linux-cpu-optimized
pkgdesc = Linux with cpu optimizations
pkgver = 5.14.11
pkgrel = 1
- url = https://github.com/archlinux/linux/commits/v5.14-11
+ url = https://kernel.org/
arch = x86_64
license = GPL2
makedepends = bc
diff --git a/PKGBUILD b/PKGBUILD
index c5336603660f..1d5794f62697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,8 +44,7 @@ pkgver=${_major}.${_minor}
_branch=5.x
pkgrel=1
pkgdesc='Linux with cpu optimizations'
-_srctag=v${pkgver%.*}-${pkgver##*.}
-url="https://github.com/archlinux/linux/commits/$_srctag"
+url="https://kernel.org/"
arch=(x86_64)
license=(GPL2)
makedepends=(