Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-puremagic
Commits: 9f5d95a3 by Jelle van der Waa at 2024-04-05T11:59:23+02:00 upgpkg: 1.15-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-puremagic + pkgdesc = A Python module that will identify a file based off it's magic numbers + pkgver = 1.15 + pkgrel = 2 + url = https://github.com/cdgriffith/puremagic + arch = any + license = MIT + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + source = python-puremagic::git+https://github.com/cdgriffith/puremagic#commit=ff042db17e7477bbabcb9c5b7e8562a697f6b1cb + b2sums = SKIP + +pkgname = python-puremagic ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-puremagic pkgver=1.15 -pkgrel=1 +pkgrel=2 pkgdesc="A Python module that will identify a file based off it's magic numbers" arch=('any') url='https://github.com/cdgriffith/puremagic' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-puremagic/-/commit/9f5d95a32a7b09be486c2515cdb8b50690ab546f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-puremagic/-/commit/9f5d95a32a7b09be486c2515cdb8b50690ab546f You're receiving this email because of your account on gitlab.archlinux.org.
