Skip to content

Commit 39031b7

Browse files
committed
Change upstraem URL to the GitHub repo
That way its clearer that issues, PRs and so on can be created there.
1 parent b546777 commit 39031b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pkgbase = linux-rust
22
pkgdesc = Rust Linux
33
pkgver = 6.10.10.arch1
44
pkgrel = 1
5-
url = https://github.com/archlinux/linux
5+
url = https://github.com/rnestler/archpkg-linux-rust
66
arch = x86_64
77
license = GPL2
88
makedepends = bc

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgbase=linux-rust
44
pkgver=6.10.10.arch1
55
pkgrel=1
66
pkgdesc='Rust Linux'
7-
url='https://github.com/archlinux/linux'
7+
url='https://github.com/rnestler/archpkg-linux-rust'
88
arch=(x86_64)
99
license=(GPL2)
1010
makedepends=(
@@ -33,7 +33,7 @@ _srcname=linux-${pkgver%.*}
3333
_srctag=v${pkgver%.*}-${pkgver##*.}
3434
source=(
3535
https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
36-
$url/releases/download/$_srctag/linux-$_srctag.patch.zst{,.sig}
36+
https://github.com/archlinux/linux/releases/download/$_srctag/linux-$_srctag.patch.zst{,.sig}
3737
config # the main kernel config file
3838
)
3939
validpgpkeys=(

0 commit comments

Comments
 (0)