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

David Runge dvzrv at gemini.archlinux.org
Sat Jul 17 21:02:18 UTC 2021


    Date: Saturday, July 17, 2021 @ 21:02:18
  Author: dvzrv
Revision: 978428

upgpkg: python-pywayland 0.4.5-1: Upgrade to 0.4.5.

Switch back to pypi sdist tarball as upstream added the missing files.

Modified:
  python-pywayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 21:01:28 UTC (rev 978427)
+++ PKGBUILD	2021-07-17 21:02:18 UTC (rev 978428)
@@ -2,8 +2,8 @@
 
 _name=pywayland
 pkgname=python-pywayland
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+pkgrel=1
 pkgdesc="Python bindings for the libwayland library"
 arch=('x86_64')
 url="https://github.com/flacjacket/pywayland"
@@ -15,11 +15,9 @@
 conflicts=('pywayland')
 provides=('pywayland')
 replaces=('pywayland')
-# files required for tests missing in pypi sdist tarball: https://github.com/flacjacket/pywayland/issues/27
-# 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=('2801d8e2f579fe59c3ecd7a61a95dac32931ff821836ad9dcc2a3ac347cce3d5ab3b45097b9104464028c8168ae1872a3809d1f8432c094f1ab6f8d0dbdd20a1')
-b2sums=('8d90c6acac609dc507245fa57745897508d8cd0e2cda0879a9086712fc1abb4e5f661437d87b78d053b091642c9ceeac49536daf883b75eb3ad957d18e018f99')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('b71266c704f94709d00369927189b3c5be3206e3695f29e02a2fba006ad4f2550e67a72e26d878fd798f03d66d8e9d5a00427fb57e01f589ba35b2e5c1ca481d')
+b2sums=('8eb76edffff465bfb912df1e999dced9aa3fb986ec06b9f521737bedb2f070c318dc618003c99446d5fcb5681365b68c11ae382503f71e93bd14600d2e2ec3ab')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"




More information about the arch-commits mailing list