python/pywlroots: Update for 0.15.19

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-08-09 23:57:10 -07:00 committed by Willy Sudiarto Raharjo
parent 199f701e7c
commit cd3ab535a6
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.18}
VERSION=${VERSION:-0.15.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="pywlroots"
VERSION="0.15.18"
VERSION="0.15.19"
HOMEPAGE="https://github.com/flacjacket/pywlroots"
DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.18/pywlroots-0.15.18.tar.gz"
MD5SUM="11340fd3e910a6168427352cb3cf3625"
DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.19/pywlroots-0.15.19.tar.gz"
MD5SUM="1a0172abc9c2ee7dfbb37421aa1475a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wlroots pywayland python-xkbcommon"