summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-02 12:34:56 +0800
committerzxp198210052024-02-02 12:34:56 +0800
commit3eba9143fb8c7b9473c94163ca49a9391be65ebe (patch)
treeb0de5dd4c6fc4f85b4388670cbcf3ccb88c99213
parent6512adadaf316f730054996e5bc675a535e7e820 (diff)
downloadaur-3eba9143fb8c7b9473c94163ca49a9391be65ebe.tar.gz
fix errors
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c625270f002..a65ed3147a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = bssenglish-bin
pkgdesc = 白杉树背单词训练软件.
pkgver = 2.0_65
- pkgrel = 5
+ pkgrel = 6
url = https://bailplus.github.io/bssenglish.pages/
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
depends = python>=3.9
depends = python-requests
+ depends = python-tqdm
provides = bssenglish=2.0_65
conflicts = bssenglish
source = bssenglish-2.0_65.deb::https://github.com/BailPlus/bssenglish/releases/download/v2.0_65/bssenglish_v2.0_linux.deb
diff --git a/PKGBUILD b/PKGBUILD
index a2a8a6111ad4..07951439d346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,22 @@
_pkgname=bss
pkgname="${_pkgname}english-bin"
pkgver=2.0_65
-pkgrel=5
+pkgrel=6
pkgdesc="白杉树背单词训练软件."
arch=('x86_64')
url="https://bailplus.github.io/bssenglish.pages/"
_ghurl="https://github.com/BailPlus/bssenglish"
-license=('GPL3')
+license=('GPL-3.0-only')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
'python>=3.9'
'python-requests'
+ 'python-tqdm'
+)
+source=(
+ "${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_v${pkgver%_65}_linux.deb"
)
-source=("${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_v${pkgver%_65}_linux.deb")
sha256sums=('5a0c4292539f8c6f698fa2487ca626adb3014f5a835bec2431886e8dc6d51c4d')
build() {
bsdtar -xf "${srcdir}/data.tar.xz"