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

David Runge dvzrv at gemini.archlinux.org
Sat Nov 20 09:34:05 UTC 2021


    Date: Saturday, November 20, 2021 @ 09:34:04
  Author: dvzrv
Revision: 1052828

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

Simplify quoting in file.

Modified:
  python-pywlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-20 08:35:56 UTC (rev 1052827)
+++ PKGBUILD	2021-11-20 09:34:04 UTC (rev 1052828)
@@ -2,22 +2,22 @@
 
 _name=pywlroots
 pkgname=python-pywlroots
-pkgver=0.14.10
+pkgver=0.14.11
 pkgrel=1
 pkgdesc="Python binding to the wlroots library using cffi"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/flacjacket/pywlroots"
-license=('custom:UIUC')
-depends=('glibc' 'python-cffi' 'python-pywayland' 'python-xkbcommon' 'wlroots'
-'libwlroots.so')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-provides=('pywlroots')
-conflicts=('pywlroots')
-replaces=('pywlroots')
+license=(custom:UIUC)
+depends=(glibc python-cffi python-pywayland python-xkbcommon wlroots
+libwlroots.so)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+provides=(pywlroots)
+conflicts=(pywlroots)
+replaces=(pywlroots)
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('ac386442ea025ac1e9381bd29c7ca92f5575fd1044229351248c53308c88216237321362099d66d258ed2f8d371afdc8ac1d766bac353f3942640d7089e9e620')
-b2sums=('7e46407ad59a4d5dca8620cc161ee7b7a8a0562c75d4e27889cdfc27b5c1ce2e3691d853e36d1491811f40293bd235b713f37f68ef4a44331af816177bd0a319')
+sha512sums=('075890c5666a3a7c2685648ab605148e94b69b3450364dd3d0feabf87194b62e79ca60b59e7fda6e574f415961b30b3e49ab85ab48d3483c1029ba7bf17e3dec')
+b2sums=('4f40be41d574c655ee3389d762143357eb14036217dba27b008570944b15e8302d51a082eac9bc1b6c940c460ecb18e2c6af0faac1df0fd2a19b011d7336e26d')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



More information about the arch-commits mailing list