Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pcbnewtransition
Commits: 388a48e3 by Antonio Rojas at 2024-03-30T20:42:52+01:00 upgpkg: 0.4.1-1: Update to 0.4.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-pcbnewtransition + pkgdesc = Library that allows you to support both, KiCAD 5 and KiCAD 6 in your plugins + pkgver = 0.4.1 + pkgrel = 1 + url = https://github.com/yaqwsx/pcbnewTransition + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + depends = kicad + source = https://pypi.io/packages/source/p/pcbnewTransition/pcbnewTransition-0.4.1.tar.gz + sha512sums = 1a0e49bede2d809982858191313688b51d0d815e03d3eec32ad48e83ee26269bb44dadd3f8f28ddc73f09fbf69081cc828654199db546d71d0aa8d2fdf654fc6 + +pkgname = python-pcbnewtransition ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ _pkgname=pcbnewTransition pkgname=python-pcbnewtransition -pkgver=0.3.4 -pkgrel=2 +pkgver=0.4.1 +pkgrel=1 pkgdesc='Library that allows you to support both, KiCAD 5 and KiCAD 6 in your plugins' arch=(any) url='https://github.com/yaqwsx/pcbnewTransition' @@ -11,7 +11,7 @@ license=(MIT) depends=(python kicad) makedepends=(python-build python-installer python-setuptools python-wheel) source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz) -sha512sums=('cca02f15d59e051f2a04f561a1ecc9a3dcf2f755695feb38850eaf3c0fbb2a92a43049d4af51cb9fc7850059404c8da209121c82902e0775f23af7aeb4c178bc') +sha512sums=('1a0e49bede2d809982858191313688b51d0d815e03d3eec32ad48e83ee26269bb44dadd3f8f28ddc73f09fbf69081cc828654199db546d71d0aa8d2fdf654fc6') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pcbnewtransition/-/commit/388a48e3bf09b1b7eaf92ad8c116c3b6895a4ff2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pcbnewtransition/-/commit/388a48e3bf09b1b7eaf92ad8c116c3b6895a4ff2 You're receiving this email because of your account on gitlab.archlinux.org.
