George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-pcbnewtransition
Commits:
cceb9b2b by George Rawlinson at 2025-02-24T22:17:53+00:00
upgpkg: 0.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pcbnewtransition
pkgdesc = Library that allows you to support KiCAD 6/7/8 in your KiCAD
plugins
- pkgver = 0.4.2
- pkgrel = 3
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/yaqwsx/pcbnewTransition
arch = any
license = MIT
@@ -12,11 +12,11 @@ pkgbase = python-pcbnewtransition
makedepends = python-wheel
depends = python
depends = kicad
- source =
python-pcbnewtransition::git+https://github.com/yaqwsx/pcbnewTransition#tag=v0.4.2
+ source =
python-pcbnewtransition::git+https://github.com/yaqwsx/pcbnewTransition#tag=v0.5.0
source = remove-versioneer.patch
- sha512sums =
dfdf6a769712d3c024f0d6244ada1f28378f59220c7e2a82fa45154f1643949732e6627b4c7eea0277faa6a179e15e355665e4cff2cc684a37f2e8eeebcc0a22
+ sha512sums =
76644b3c048fa3158346e5388adf4a51576ca11e2925d7fdcc2ebf1e4f2565cc497cef139b9b55b63c196b7337add0086f546d44114fc91d685a83d4dcc4d9d6
sha512sums =
9f344e54dd2dca076202282a2af455465bc6f91609a2b86474309e6a3c3b9000b670255b187039453ae74bf9c55ac246372a8ec7379d252685ce952eb84b4dd6
- b2sums =
429e4bdcd48adb3b96ad361b7709de05feef87e418a567f98cc123a3cacd6211483f8c0fae85415193f0a0338d4f0e12ef1d72947bb7e840ee131d7b6ff7016d
+ b2sums =
f41ce7e12b404896eb417c441ccc5b00346e124569fe9a6a6ad81d69a8d0a3e59d0ffd98bd5c60b2e043cbb4532588940bdeb272a670b42e30af064088919bd6
b2sums =
6df0290e0d59fc0a483d33ce8a9a5295dc3969c033b094ac46ba6b4d91c366e3ea7df385ee071236952205a8b3152e026147d067589ffbf0ed834024d9dcd064
pkgname = python-pcbnewtransition
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=python-pcbnewtransition
-pkgver=0.4.2
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Library that allows you to support KiCAD 6/7/8 in your KiCAD plugins'
arch=('any')
url='https://github.com/yaqwsx/pcbnewTransition'
@@ -19,9 +19,9 @@ source=(
"$pkgname::git+$url#tag=v$pkgver"
'remove-versioneer.patch'
)
-sha512sums=('dfdf6a769712d3c024f0d6244ada1f28378f59220c7e2a82fa45154f1643949732e6627b4c7eea0277faa6a179e15e355665e4cff2cc684a37f2e8eeebcc0a22'
+sha512sums=('76644b3c048fa3158346e5388adf4a51576ca11e2925d7fdcc2ebf1e4f2565cc497cef139b9b55b63c196b7337add0086f546d44114fc91d685a83d4dcc4d9d6'
'9f344e54dd2dca076202282a2af455465bc6f91609a2b86474309e6a3c3b9000b670255b187039453ae74bf9c55ac246372a8ec7379d252685ce952eb84b4dd6')
-b2sums=('429e4bdcd48adb3b96ad361b7709de05feef87e418a567f98cc123a3cacd6211483f8c0fae85415193f0a0338d4f0e12ef1d72947bb7e840ee131d7b6ff7016d'
+b2sums=('f41ce7e12b404896eb417c441ccc5b00346e124569fe9a6a6ad81d69a8d0a3e59d0ffd98bd5c60b2e043cbb4532588940bdeb272a670b42e30af064088919bd6'
'6df0290e0d59fc0a483d33ce8a9a5295dc3969c033b094ac46ba6b4d91c366e3ea7df385ee071236952205a8b3152e026147d067589ffbf0ed834024d9dcd064')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pcbnewtransition/-/commit/cceb9b2bc0fe38a5a3866c636aaa22cd8e41e4ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pcbnewtransition/-/commit/cceb9b2bc0fe38a5a3866c636aaa22cd8e41e4ef
You're receiving this email because of your account on gitlab.archlinux.org.