Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sip


Commits:
fc787b85 by Antonio Rojas at 2023-12-12T22:36:36+01:00
upgpkg: 6.8.1-1: Update to 6.8.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.8.0
-       pkgrel = 2
+       pkgver = 6.8.1
+       pkgrel = 1
        url = https://www.riverbankcomputing.com/software/sip/intro
        arch = any
        license = custom:"sip"
@@ -12,9 +12,7 @@ pkgbase = sip
        depends = python-packaging
        depends = python-setuptools
        depends = python-tomli
-       source = https://pypi.python.org/packages/source/s/sip/sip-6.8.0.tar.gz
-       source = https://www.riverbankcomputing.com/hg/sip/raw-rev/67e0294b505c
-       sha256sums = 
2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c
-       sha256sums = 
d0ec6d3030727c3db047e09c58eebd0dcd8198c114093aba164749d26d2e1c26
+       source = https://pypi.python.org/packages/source/s/sip/sip-6.8.1.tar.gz
+       sha256sums = 
3002df415e168ac3ffe393942dbc7131cb82ade50000e1526f46a88ade26f598
 
 pkgname = sip


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=sip
-pkgver=6.8.0
-pkgrel=2
+pkgver=6.8.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/software/sip/intro'
@@ -14,14 +14,8 @@ depends=(python
 makedepends=(python-build
              python-installer
              python-wheel)
-source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz
-        https://www.riverbankcomputing.com/hg/sip/raw-rev/67e0294b505c)
-sha256sums=('2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c'
-            'd0ec6d3030727c3db047e09c58eebd0dcd8198c114093aba164749d26d2e1c26')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 67e0294b505c # Fix typo in code generator
-}
+source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
+sha256sums=('3002df415e168ac3ffe393942dbc7131cb82ade50000e1526f46a88ade26f598')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/fc787b85c0b33ab3c85071bf62da3794b3b64127

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/fc787b85c0b33ab3c85071bf62da3794b3b64127
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to