Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-internetarchive/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-internetarchive'
pkgname=python3-internetarchive
version=5.11.0
version=5.11.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
Expand All @@ -10,9 +10,9 @@ short_desc="Python and command-line interface to archive.org"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="AGPL-3.0-only"
homepage="https://github.com/jjjake/internetarchive"
changelog="https://github.com/jjjake/internetarchive/releases"
changelog="https://raw.githubusercontent.com/jjjake/internetarchive/master/HISTORY.rst"
distfiles="https://github.com/jjjake/internetarchive/archive/refs/tags/v${version}.tar.gz"
checksum=aae08851984b47ba604d4dc2d1e85388b50057f1a79c816ba4dfea75cf5e7241
checksum=8fb648f89ba726486a64ccc78ca406b5fa17a1be684ac9da3760a490171f0c34

post_install() {
vlicense LICENSE
Expand Down