update sha sums
- update test to include no plugins
This commit is contained in:
parent
62dceb21c7
commit
b085bdb541
46
.SRCINFO
46
.SRCINFO
@ -1,18 +1,32 @@
|
|||||||
pkgbase = python-jimaku-dl
|
pkgbase = python-manga-ocr
|
||||||
pkgdesc = A Python package to download Japanese subtitles for anime from Jimaku.cc
|
pkgdesc = A tool for extracting text from manga images using OCR
|
||||||
pkgver = 0.1.2
|
pkgver = 0.1.14
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/ksyasuda/jimaku-dl
|
url = https://github.com/kha-white/manga-ocr
|
||||||
arch = any
|
arch = x86_64
|
||||||
license = GPL3
|
license = Apache-2.0
|
||||||
makedepends = python-setuptools
|
checkdepends = python-pytest
|
||||||
makedepends = python-wheel
|
makedepends = python-pip
|
||||||
makedepends = python-build
|
|
||||||
makedepends = python-installer
|
makedepends = python-installer
|
||||||
depends = python
|
makedepends = python-wheel
|
||||||
depends = fzf
|
depends = python>=3.6
|
||||||
optdepends = mpv: for playback functionality
|
depends = python-fire
|
||||||
source = python-jimaku-dl-0.1.2.tar.gz::https://github.com/ksyasuda/jimaku-dl/archive/refs/tags/v0.1.2.tar.gz
|
depends = python-fugashi
|
||||||
sha256sums = 50283abb662c03a9e1956355d4f900d562a7751df74bccf1315feaa38ad4e9f0
|
depends = python-jaconv
|
||||||
|
depends = python-loguru
|
||||||
|
depends = python-numpy
|
||||||
|
depends = python-pillow>=10.0.0
|
||||||
|
depends = python-pyperclip
|
||||||
|
depends = python-pytorch>=1.0
|
||||||
|
depends = python-transformers>=4.25.0
|
||||||
|
depends = python-unidic-lite
|
||||||
|
optdepends = python-pytorch: GPU acceleration
|
||||||
|
optdepends = wl-clipboard: Read images from the clipboard in the command-line mode on Wayland
|
||||||
|
optdepends = xclip: Read images from the clipbaord in the command-line mode on X11
|
||||||
|
conflicts = manga-ocr-git
|
||||||
|
source = https://github.com/kha-white/manga_ocr/archive/refs/tags/v0.1.14.tar.gz
|
||||||
|
source = skip-example-run-on-boot.patch
|
||||||
|
sha256sums = f7d73bbf482cbefb6f91ff3c628a3131d6c7dc863612539fe5d03a4b7d640643
|
||||||
|
sha256sums = d287a2fbfa71d9753cdfd921ce67bd7bf1fcf1e36dd08fc00c8d142305d4da88
|
||||||
|
|
||||||
pkgname = python-jimaku-dl
|
pkgname = python-manga-ocr
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -35,7 +35,7 @@ source=(
|
|||||||
"skip-example-run-on-boot.patch"
|
"skip-example-run-on-boot.patch"
|
||||||
)
|
)
|
||||||
sha256sums=('f7d73bbf482cbefb6f91ff3c628a3131d6c7dc863612539fe5d03a4b7d640643'
|
sha256sums=('f7d73bbf482cbefb6f91ff3c628a3131d6c7dc863612539fe5d03a4b7d640643'
|
||||||
'e0458743eebd9baac05d31031511477c81f20157821becf3d8da1d487df7d9c1')
|
'd287a2fbfa71d9753cdfd921ce67bd7bf1fcf1e36dd08fc00c8d142305d4da88')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${_pkgname//_/-}-$pkgver"
|
cd "${_pkgname//_/-}-$pkgver"
|
||||||
@ -49,7 +49,7 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "${_pkgname//_/-}-$pkgver"
|
cd "${_pkgname//_/-}-$pkgver"
|
||||||
pytest
|
pytest -o addopts=""
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user