diff options
author | zxp19821005 | 2023-09-28 16:40:33 +0800 |
---|---|---|
committer | zxp19821005 | 2023-09-28 16:40:33 +0800 |
commit | 749cb56d713a9b9165432bc600841be672695b74 (patch) | |
tree | 83c4f488f4615683166c169f65e21ebd154f99a9 | |
parent | d2d2d52dd4a143dc7b76a6f2803c1023b64e7a82 (diff) | |
download | aur-749cb56d713a9b9165432bc600841be672695b74.tar.gz |
fix errors
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,12 +4,10 @@ pkgname="otf-${_pkgname}" pkgver=1.001 pkgrel=3 pkgdesc="Maoken Heavy Labourer | 猫啃网扛重族" -arch=(any) +arch=("any") url="https://www.maoken.com/freefonts/11067.html" _githuburl='https://github.com/NightFurySL2001/maoken-heavy-labourer' -license=(custom:SIL1.1) -depends=() -makedepends=() +license=("custom:SIL1.1") source=("${_pkgname}-gothic-regular.otf::${_githuburl}/releases/download/v${pkgver}/MaokenHeavyLabourer-Gothic-Regular.otf" "${_pkgname}-ming-regular.otf::${_githuburl}/releases/download/v${pkgver}/MaokenHeavyLabourer-Ming-Regular.otf" "${_pkgname}sc-gothic-regular.otf::${_githuburl}/releases/download/v${pkgver}/MaokenHeavyLabourerSC-Gothic-Regular.otf" |