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

David Runge dvzrv at gemini.archlinux.org
Sun Jan 23 14:50:48 UTC 2022


    Date: Sunday, January 23, 2022 @ 14:50:48
  Author: dvzrv
Revision: 1113604

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

Simplify quoting in file.

Modified:
  python-pywayland/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 14:50:26 UTC (rev 1113603)
+++ PKGBUILD	2022-01-23 14:50:48 UTC (rev 1113604)
@@ -2,22 +2,18 @@
 
 _name=pywayland
 pkgname=python-pywayland
-pkgver=0.4.7
-pkgrel=3
+pkgver=0.4.9
+pkgrel=1
 pkgdesc="Python bindings for the libwayland library"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/flacjacket/pywayland"
-license=('Apache')
-depends=('python-cffi' 'wayland')
-makedepends=('python-setuptools' 'wayland-protocols')
-checkdepends=('python-pytest')
-# TODO: remove provides/conflicts/replaces after 2022-01-01
-conflicts=('pywayland')
-provides=('pywayland')
-replaces=('pywayland')
+license=(Apache)
+depends=(python-cffi wayland)
+makedepends=(python-setuptools wayland-protocols)
+checkdepends=(python-pytest)
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('0af88a125264fef4962547b07e3f7ead2752a339bb9049036a30e8b5e9e5942d13f9d2cca4a3e643635b533b8ce1b939c7402a661e8638b4f95f7f48755c696f')
-b2sums=('697ec8119de68fec47b225b35208eca1eb470fd846542e4e872ff8fcf19f2074c7647af895d199acde16fc58f9393a4f4f0347119864c778114cd5b4990f402b')
+sha512sums=('3d41e54e5bdf50df39253e90a65e5ba0a27dd8797a6015e8b68a8dab918ba76a04f4917e90b99e0ac96cc317e91fa3ce84c7de04f784c0442190c70e4a3c2ca3')
+b2sums=('492ace001c4183e070671e996c5f3454b0e7e29d985f88d4b501342c26d444007cae83b209abec7d3daf72a8286663288679c70a7fd391aec5fd009d43d238ed')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



More information about the arch-commits mailing list