This commit is contained in:
BigfootACA 2024-04-30 02:35:47 +08:00
parent 406b28531f
commit 5486972f67
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
pkgbase = xrock
pkgdesc = The low level tools for rockchip SOC with maskrom and loader mode support.
pkgver = 1.0.4.r5.gbb62b28
pkgrel = 11
url = https://gitea.classfun.cn:4443/mirrors/xrock
pkgrel = 12
url = https://github.com/xboot/xrock
arch = x86_64
arch = aarch64
arch = armv7

View File

@ -3,18 +3,18 @@
pkgname=xrock
pkgver=1.0.4.r5.gbb62b28
pkgrel=11
pkgrel=12
epoch=
pkgdesc="The low level tools for rockchip SOC with maskrom and loader mode support."
arch=(x86_64 aarch64 armv7 riscv64)
url="https://gitea.classfun.cn:4443/mirrors/xrock"
url="https://github.com/xboot/xrock"
license=('MIT')
depends=('libusb')
makedepends=('git' 'gcc')
optdepends=()
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
source=("${pkgname%-git}::git+${url}.git")
source=("${pkgname%-git}::git+https://gitea.classfun.cn:4443/mirrors/xrock.git")
sha256sums=('SKIP')
pkgver(){