Johannes Löthberg pushed to branch main at Arch Linux / Packaging / Packages / python-srcinfo
Commits: 631046da by Johannes Löthberg at 2023-10-17T02:02:30+02:00 upgpkg: 0.1.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-srcinfo + pkgdesc = Simple .SRCINFO parsing library + pkgver = 0.1.2 + pkgrel = 1 + url = https://github.com/kyrias/python-srcinfo + arch = any + license = ISC + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-poetry-core + makedepends = python-wheel + depends = python + depends = python-parse + source = git+https://github.com/kyrias/python-srcinfo?signed#tag=4bf4f83bb5242ae932c54197dd63047f487f0d1c + validpgpkeys = 5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5 + sha256sums = SKIP + +pkgname = python-srcinfo ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ # Maintainer: Johannes Löthberg <[email protected]> pkgname=python-srcinfo -pkgver=0.1.1 -_commit=a7cdd66dc402eed35aa35f3753bbdefc69f84554 -pkgrel=2 +pkgver=0.1.2 +_tag=4bf4f83bb5242ae932c54197dd63047f487f0d1c +pkgrel=1 pkgdesc="Simple .SRCINFO parsing library" url='https://github.com/kyrias/python-srcinfo' @@ -13,7 +13,7 @@ license=(ISC) depends=(python python-parse) makedepends=(git python-build python-installer python-poetry-core python-wheel) -source=("git+https://github.com/kyrias/python-srcinfo?signed#commit=$_commit") +source=("git+https://github.com/kyrias/python-srcinfo?signed#tag=$_tag") validpgpkeys=(5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-srcinfo/-/commit/631046da04c16c99efe69a31c5d6da791a9db55f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-srcinfo/-/commit/631046da04c16c99efe69a31c5d6da791a9db55f You're receiving this email because of your account on gitlab.archlinux.org.
