python3-libarchive-c: update to 3.0.
This commit is contained in:
parent
9ef27fd0a3
commit
658fab7620
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-libarchive-c'
|
||||
pkgname=python3-libarchive-c
|
||||
version=2.9
|
||||
revision=2
|
||||
wrksrc="libarchive-c-${version}"
|
||||
version=3.0
|
||||
revision=1
|
||||
wrksrc="python-libarchive-c-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="libarchive python3"
|
||||
|
@ -10,6 +10,6 @@ checkdepends="python3-mock python3-pytest"
|
|||
short_desc="Python interface to libarchive"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="CC0-1.0"
|
||||
homepage="https://github.com/Changaco/python-libarchive-c"
|
||||
distfiles="${PYPI_SITE}/l/libarchive-c/libarchive-c-${version}.tar.gz"
|
||||
checksum=9919344cec203f5db6596a29b5bc26b07ba9662925a05e24980b84709232ef60
|
||||
homepage="https://pypi.org/project/libarchive-c/"
|
||||
distfiles="https://github.com/Changaco/python-libarchive-c/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=964b3a8048668c7071eaef9d266f9e7853f970542d1ace011fa53e032b225405
|
||||
|
|
Loading…
Reference in New Issue