Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sip
Commits: 4f9fe7ef by Antonio Rojas at 2025-02-02T23:06:23+01:00 Update to 6.10.0 - - - - - 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.9.1 - pkgrel = 2 + pkgver = 6.10.0 + pkgrel = 1 url = https://www.riverbankcomputing.com/ arch = any license = BSD-2-Clause @@ -13,7 +13,7 @@ pkgbase = sip depends = python depends = python-packaging depends = python-setuptools - source = git+https://github.com/Python-SIP/sip#tag=6.9.1 - sha256sums = 5e80d7ab86f1feb341b5d480588166153d0fcf5c048147520ca16b3f0556be10 + source = git+https://github.com/Python-SIP/sip#tag=6.10.0 + sha256sums = 6a4bedb1762989ca9c278ebb6cca519da770d5ad0177991565da590b7586c407 pkgname = sip ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=sip -pkgver=6.9.1 -pkgrel=2 +pkgver=6.10.0 +pkgrel=1 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=('5e80d7ab86f1feb341b5d480588166153d0fcf5c048147520ca16b3f0556be10') +sha256sums=('6a4bedb1762989ca9c278ebb6cca519da770d5ad0177991565da590b7586c407') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/4f9fe7ef4465a29704f53c8a25eb1de91011d483 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/4f9fe7ef4465a29704f53c8a25eb1de91011d483 You're receiving this email because of your account on gitlab.archlinux.org.