fix url
This commit is contained in:
parent
18f6906f04
commit
dc8f597ce5
4
.SRCINFO
4
.SRCINFO
@ -1,8 +1,8 @@
|
||||
pkgbase = pil-squasher
|
||||
pkgdesc = Convert split mdt + b%02d files into mbn file
|
||||
pkgver = r9.8ac2d5c
|
||||
pkgrel = 1
|
||||
url = https://gitea.classfun.cn:4443/mirrors/pil-squasher
|
||||
pkgrel = 2
|
||||
url = https://github.com/linux-msm/pil-squasher
|
||||
arch = aarch64
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -3,13 +3,13 @@
|
||||
|
||||
pkgname=pil-squasher
|
||||
pkgver=r9.8ac2d5c
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Convert split mdt + b%02d files into mbn file"
|
||||
arch=("aarch64" "x86_64")
|
||||
url="https://gitea.classfun.cn:4443/mirrors/pil-squasher"
|
||||
url="https://github.com/linux-msm/pil-squasher"
|
||||
depends=(glibc)
|
||||
license=('BSD')
|
||||
source=("git+${url}")
|
||||
source=("git+https://gitea.classfun.cn:4443/mirrors/pil-squasher")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
Loading…
Reference in New Issue
Block a user