summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-11 09:47:54 +0800
committerzxp198210052023-08-11 09:47:54 +0800
commit59b9780f682f3542c124a1d6491dd826909e8a06 (patch)
tree123d3b90707c036bda9a35d4386cd373dd74bee9
parentd8d345181f6f379d3e99bf31e7d0d8d79e06fbd5 (diff)
downloadaur-59b9780f682f3542c124a1d6491dd826909e8a06.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002c8a371f32..5a369d63e708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bssenglish-bin
pkgdesc = 白杉树背单词训练软件.
pkgver = 2.0_65
- pkgrel = 2
+ pkgrel = 3
url = https://bailplus.github.io/bssenglish.pages/
arch = x86_64
license = GPL3
depends = python
depends = python-requests
- provides = bssenglish-2.0_65
+ 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
sha256sums = 5a0c4292539f8c6f698fa2487ca626adb3014f5a835bec2431886e8dc6d51c4d
diff --git a/PKGBUILD b/PKGBUILD
index 85c21f342553..09e1f50323e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=bssenglish-bin
pkgver=2.0_65
-pkgrel=2
+pkgrel=3
pkgdesc="白杉树背单词训练软件."
arch=('x86_64')
url="https://bailplus.github.io/bssenglish.pages/"
_githuburl="https://github.com/BailPlus/bssenglish"
license=('GPL3')
-provides=("${pkgname%-bin}-${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=('python' 'python-requests')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_v${pkgver%_65}_linux.deb")