Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sip
Commits:
33f7ff11 by Antonio Rojas at 2024-11-16T22:54:25+01:00
upgpkg: 6.8.6-2: python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sip
pkgdesc = A tool that makes it easy to create Python bindings for C and
C++ libraries
pkgver = 6.8.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.riverbankcomputing.com/
arch = any
license = BSD-2-Clause
@@ -14,6 +14,6 @@ pkgbase = sip
depends = python-packaging
depends = python-setuptools
source = git+https://github.com/Python-SIP/sip#tag=6.8.6
- sha256sums =
2489fc17c34b30451564c296fa5460b90beca6c831e25dd3ed43f96a4832b48f
+ sha256sums =
088e9db118419831d9092650b268574b61e43f74ee12bc49591ce90c079a117a
pkgname = sip
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=sip
pkgver=6.8.6
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc='A tool that makes it easy to create Python bindings for C and C++
libraries'
url='https://www.riverbankcomputing.com/'
@@ -16,7 +16,7 @@ makedepends=(git
python-setuptools-scm
python-wheel)
source=(git+https://github.com/Python-SIP/sip#tag=$pkgver)
-sha256sums=('2489fc17c34b30451564c296fa5460b90beca6c831e25dd3ed43f96a4832b48f')
+sha256sums=('088e9db118419831d9092650b268574b61e43f74ee12bc49591ce90c079a117a')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/33f7ff11ea91e956a1178908eec565ce85e611c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/33f7ff11ea91e956a1178908eec565ce85e611c8
You're receiving this email because of your account on gitlab.archlinux.org.