mcomix: auto updated to 3.0.0-1

This commit is contained in:
Lilac 2023-09-16 22:01:25 +00:00
parent 170b5ef699
commit 6c6e154ca8

View file

@ -2,7 +2,7 @@
# Contributor: Ray Powell <ray_al@xphoniexx.net>
pkgname=mcomix
pkgver=2.3.0
pkgver=3.0.0
pkgrel=1
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
arch=('any')
@ -21,7 +21,7 @@ optdepends=(
source=(
"https://downloads.sourceforge.net/project/${pkgname}/MComix-${pkgver}/${pkgname}-${pkgver}.tar.gz"
)
sha256sums=('23933a9a1aeeaf3a31e4f13878d32c38567652a5c11f39b3e603b3f5c5bad3af')
sha256sums=('2270c43d75e2878f64e4c886d5b013125c42894b364594d5ec979154c4dea004')
build() {
cd "${pkgname}-${pkgver}"
@ -31,4 +31,7 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
python -m installer --destdir="$pkgdir" dist/*.whl
# application meta files are no longer copied automatically by the installation process
cp -a share "$pkgdir/usr"
}