python/pywlroots: Updated for version 0.15.14.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-05-20 17:25:34 +01:00 committed by Willy Sudiarto Raharjo
parent c3d0f84974
commit d933d5a0cf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pywlroots
VERSION=${VERSION:-0.15.11}
VERSION=${VERSION:-0.15.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="pywlroots"
VERSION="0.15.11"
VERSION="0.15.14"
HOMEPAGE="https://github.com/flacjacket/pywlroots"
DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.11/pywlroots-0.15.11.tar.gz"
MD5SUM="4590117fcb4d99048dba3b2eae1ffe3f"
DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.14/pywlroots-0.15.14.tar.gz"
MD5SUM="4ac8174eebb6b8960c51df58ba4c878f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wlroots pywayland python-xkbcommon"