Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-unrardll
Commits: 1cbc164f by Jelle van der Waa at 2024-04-03T21:07:38+02:00 upgpkg: 0.1.7-2: rebuild with python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-unrardll + pkgdesc = Python wrapper for UnRAR DLL + pkgver = 0.1.7 + pkgrel = 2 + url = https://github.com/kovidgoyal/unrardll + arch = x86_64 + license = BSD + makedepends = python-setuptools + depends = libunrar + depends = python + source = https://pypi.io/packages/source/u/unrardll/unrardll-0.1.7.tar.gz + validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C + sha256sums = e1067fe27bb4de204ef8f3692f23d93c5d3b4292f78b292c6fc7dc4f75749f76 + b2sums = 92f852ed9cbc02d4c48093dbd5a7f64f4bc279a7b3a3018247a832a61c263b3be19ec5ea94ffdc78c85bd2737647cc3eb231ae9d0953da1de5f23002e7e6ffdc + +pkgname = python-unrardll ===================================== PKGBUILD ===================================== @@ -4,18 +4,16 @@ _pkgname=unrardll pkgname=python-unrardll pkgver=0.1.7 -pkgrel=1 +pkgrel=2 pkgdesc="Python wrapper for UnRAR DLL" arch=('x86_64') url="https://github.com/kovidgoyal/${_pkgname}" license=('BSD') depends=('libunrar' 'python') makedepends=('python-setuptools') -source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('e1067fe27bb4de204ef8f3692f23d93c5d3b4292f78b292c6fc7dc4f75749f76' - 'SKIP') -b2sums=('92f852ed9cbc02d4c48093dbd5a7f64f4bc279a7b3a3018247a832a61c263b3be19ec5ea94ffdc78c85bd2737647cc3eb231ae9d0953da1de5f23002e7e6ffdc' - 'SKIP') +source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") +sha256sums=('e1067fe27bb4de204ef8f3692f23d93c5d3b4292f78b292c6fc7dc4f75749f76') +b2sums=('92f852ed9cbc02d4c48093dbd5a7f64f4bc279a7b3a3018247a832a61c263b3be19ec5ea94ffdc78c85bd2737647cc3eb231ae9d0953da1de5f23002e7e6ffdc') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-unrardll/-/commit/1cbc164f030bf24fe2f376873919366529fa0848 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-unrardll/-/commit/1cbc164f030bf24fe2f376873919366529fa0848 You're receiving this email because of your account on gitlab.archlinux.org.
