[arch-commits] Commit in python-pywlroots/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Jul 18 10:36:56 UTC 2021


    Date: Sunday, July 18, 2021 @ 10:36:56
  Author: dvzrv
Revision: 978473

upgpkg: python-pywlroots 0.14.3-1: Upgrade to 0.14.3.

Switch to pypi.org sdist tarballs as upstream included the required files.

Modified:
  python-pywlroots/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-18 10:36:19 UTC (rev 978472)
+++ PKGBUILD	2021-07-18 10:36:56 UTC (rev 978473)
@@ -2,8 +2,8 @@
 
 _name=pywlroots
 pkgname=python-pywlroots
-pkgver=0.14.2
-pkgrel=2
+pkgver=0.14.3
+pkgrel=1
 pkgdesc="Python binding to the wlroots library using cffi"
 arch=('x86_64')
 url="https://github.com/flacjacket/pywlroots"
@@ -15,11 +15,9 @@
 provides=('pywlroots')
 conflicts=('pywlroots')
 replaces=('pywlroots')
-# tests missing in pypi sdist tarball: https://github.com/flacjacket/pywlroots/issues/49
-# source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flacjacket/${_name}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('59ae38da48cf5254fb40012474c2f88c9b9c5491054e386b164dc0f977e7d4ac55594d7af9ca659bb52c1eb0d11cd76d525a6c75186652528efaeb8ab486570e')
-b2sums=('a46a60bf7541efedea106ac924093bdbcb2e0d8d2f5dbeb1429f91af656ee52c05c9e00a5b823c147564a0e7e66016c1051dbbd9e59d6b326ac8a81b1ada2340')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('74bc22f65ff03163a5ad4bbb921abef871d93b77bc154352951ab6c507fcf2b6caad4b0471ea52dde8842a9a5077e42b64d9464ae6971a364272b92dfbe3b008')
+b2sums=('bda6a4952f8c3a2ae14675d8dd43faaeab939a4d75c5be250e43528c041edf3494874faccfe9428c9212f97f75b570df206baa214893d35e0dfd3e9cc03b895f')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"




More information about the arch-commits mailing list