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