Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sip
Commits:
fe9b7ddd by Antonio Rojas at 2024-12-12T21:34:12+01:00
upgpkg: 6.9.1-1: Update to 6.9.1
- - - - -
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.0
- pkgrel = 2
+ pkgver = 6.9.1
+ 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.0
- sha256sums =
aded42c2cfbbf9fe69cee474ef8c04b14e0fb6ce4ab5b7ac26911e783bd3b4eb
+ source = git+https://github.com/Python-SIP/sip#tag=6.9.1
+ sha256sums =
5e80d7ab86f1feb341b5d480588166153d0fcf5c048147520ca16b3f0556be10
pkgname = sip
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=sip
-pkgver=6.9.0
-pkgrel=2
+pkgver=6.9.1
+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=('aded42c2cfbbf9fe69cee474ef8c04b14e0fb6ce4ab5b7ac26911e783bd3b4eb')
+sha256sums=('5e80d7ab86f1feb341b5d480588166153d0fcf5c048147520ca16b3f0556be10')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/fe9b7ddda5e3c1f232753f95ec3d748814384edd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/fe9b7ddda5e3c1f232753f95ec3d748814384edd
You're receiving this email because of your account on gitlab.archlinux.org.