Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-rebulk
Commits: 4c2e4e09 by Jelle van der Waa at 2024-04-05T12:04:09+02:00 upgpkg: 3.2.0-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-rebulk + pkgdesc = Define simple search patterns in bulk to perform advanced matching on any string + pkgver = 3.2.0 + pkgrel = 3 + url = https://github.com/Toilal/rebulk + arch = any + license = MIT + checkdepends = python-pytest + makedepends = git + makedepends = python-setuptools + depends = python + source = python-rebulk::git+https://github.com/Toilal/rebulk#commit=ee938ca3c1ce9981a171f8f124271424d6774da9 + b2sums = SKIP + +pkgname = python-rebulk ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-rebulk pkgver=3.2.0 -pkgrel=2 +pkgrel=3 pkgdesc='Define simple search patterns in bulk to perform advanced matching on any string' arch=('any') url='https://github.com/Toilal/rebulk' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rebulk/-/commit/4c2e4e0946acd05ca3c1ad07a4ff47bcf2aea0e9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rebulk/-/commit/4c2e4e0946acd05ca3c1ad07a4ff47bcf2aea0e9 You're receiving this email because of your account on gitlab.archlinux.org.
