PKGBUILD: clone from server directly

This commit is contained in:
BigfootACA 2024-06-02 17:15:06 +08:00
parent 7cc8f6cdc9
commit cf3c44b24b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-ayn-odin2-stable pkgbase = linux-ayn-odin2-stable
pkgver = 6.9.3 pkgver = 6.9.3
pkgrel = 2 pkgrel = 3
url = https://github.com/edk2-porting/linux-next/ url = https://github.com/edk2-porting/linux-next/
arch = aarch64 arch = aarch64
license = GPL2 license = GPL2
@ -13,7 +13,7 @@ pkgbase = linux-ayn-odin2-stable
makedepends = uboot-tools makedepends = uboot-tools
makedepends = dtc makedepends = dtc
options = !strip options = !strip
source = git+https://gitea.classfun.cn:4443/renegade-project/linux-next.git#branch=ci/odin2/stable source = git+http://192.168.0.51:3000/renegade-project/linux-next.git#branch=ci/odin2/stable
source = linux.preset source = linux.preset
source = linux.install source = linux.install
source = 60-linux.hook source = 60-linux.hook

View File

@ -2,7 +2,7 @@
pkgbase=linux-ayn-odin2-stable pkgbase=linux-ayn-odin2-stable
pkgver=6.9.3 pkgver=6.9.3
pkgrel=2 pkgrel=3
arch=(aarch64) arch=(aarch64)
url="https://github.com/edk2-porting/linux-next/" url="https://github.com/edk2-porting/linux-next/"
license=(GPL2) license=(GPL2)
@ -17,7 +17,7 @@ makedepends=(
dtc dtc
) )
options=('!strip') options=('!strip')
source=("git+https://gitea.classfun.cn:4443/renegade-project/linux-next.git#branch=ci/odin2/stable" source=("git+http://192.168.0.51:3000/renegade-project/linux-next.git#branch=ci/odin2/stable"
linux.preset linux.preset
linux.install linux.install
60-linux.hook 60-linux.hook