Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
python-pyotherside
Commits:
46466a4b by Christian Hesse at 2024-05-20T21:34:49+02:00
upgpkg: 1.6.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyotherside
pkgdesc = Asynchronous Python 3 Bindings for Qt5
- pkgver = 1.6.0
- pkgrel = 3
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://thp.io/2011/pyotherside
arch = x86_64
license = ISC
@@ -9,7 +9,7 @@ pkgbase = python-pyotherside
depends = qt5-base
depends = qt5-declarative
depends = qt5-svg
- source =
python-pyotherside-1.6.0.tar.gz::https://github.com/thp/pyotherside/archive/1.6.0.tar.gz
- sha256sums =
ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab
+ source =
python-pyotherside-1.6.1.tar.gz::https://github.com/thp/pyotherside/archive/1.6.1.tar.gz
+ sha256sums =
d8ce8383990635472be98461f12c2352e98bc8351faa3416e6fa4679f8f08f06
pkgname = python-pyotherside
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgname=python-pyotherside
_pyname=pyotherside
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.6.1
+pkgrel=1
pkgdesc='Asynchronous Python 3 Bindings for Qt5'
arch=('x86_64')
url='https://thp.io/2011/pyotherside'
license=('ISC')
depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/${_pyname}/archive/${pkgver}.tar.gz")
-sha256sums=('ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab')
+sha256sums=('d8ce8383990635472be98461f12c2352e98bc8351faa3416e6fa4679f8f08f06')
build() {
cd "${_pyname}-${pkgver}/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyotherside/-/commit/46466a4b787eb1b8b06493c895ac76ee6fc4d7bb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyotherside/-/commit/46466a4b787eb1b8b06493c895ac76ee6fc4d7bb
You're receiving this email because of your account on gitlab.archlinux.org.