David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pywlroots


Commits:
fcf8d984 by David Runge at 2024-05-23T10:18:48+02:00
upgpkg: 0.17.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-pywlroots
        pkgdesc = Python binding to the wlroots library using cffi
-       pkgver = 0.16.8
+       pkgver = 0.17.0
        pkgrel = 1
        url = https://github.com/flacjacket/pywlroots
        arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = python-pywlroots
        depends = python-cffi
        depends = python-pywayland
        depends = python-xkbcommon
-       depends = wlroots0.16
+       depends = wlroots
        provides = pywlroots
        conflicts = pywlroots
        replaces = pywlroots
-       source = 
pywlroots-0.16.8.tar.gz::https://github.com/flacjacket/pywlroots/archive/refs/tags/v0.16.8.tar.gz
-       sha512sums = 
36a6e296fba3abc0733b8ccd76f09f826ce9bd32b7c360f7b331d64f640589113b37921ebe593b4cfcdaac18c56dbcfa96e56b8fad042d03e09073f55f0421bc
-       b2sums = 
a3bb0342b111e1f642878ab3d39710d2e417c1423beec87e1fc840be0a3ca96b7193efdfc78b6a78cb4dc0106732b0ada434ed86918798844906cbbf9dd8974d
+       source = 
pywlroots-0.17.0.tar.gz::https://github.com/flacjacket/pywlroots/archive/refs/tags/v0.17.0.tar.gz
+       sha512sums = 
7084d68092c01b44676304b602b47eee237d835d2bee7a71f1e9faeedbdb407ae5cb072c53066cb43dc9bca747e8d6ca5466a7a43a7382b9844cbe57a8de8d8b
+       b2sums = 
8e73b3e15f93b85e32e298664dae90870c095a674ef5db2730cbf1c0cd18e27911ac96a3988ef7b7fcc77758d23f7370f2e07469b096de372475654a91c9cd17
 
 pkgname = python-pywlroots


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 _name=pywlroots
 pkgname=python-pywlroots
-pkgver=0.16.8
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Python binding to the wlroots library using cffi"
 arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(
   python-cffi
   python-pywayland
   python-xkbcommon
-  wlroots0.16
+  wlroots
 )
 makedepends=(
   python-build
@@ -27,12 +27,10 @@ provides=(pywlroots)
 conflicts=(pywlroots)
 replaces=(pywlroots)
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('36a6e296fba3abc0733b8ccd76f09f826ce9bd32b7c360f7b331d64f640589113b37921ebe593b4cfcdaac18c56dbcfa96e56b8fad042d03e09073f55f0421bc')
-b2sums=('a3bb0342b111e1f642878ab3d39710d2e417c1423beec87e1fc840be0a3ca96b7193efdfc78b6a78cb4dc0106732b0ada434ed86918798844906cbbf9dd8974d')
+sha512sums=('7084d68092c01b44676304b602b47eee237d835d2bee7a71f1e9faeedbdb407ae5cb072c53066cb43dc9bca747e8d6ca5466a7a43a7382b9844cbe57a8de8d8b')
+b2sums=('8e73b3e15f93b85e32e298664dae90870c095a674ef5db2730cbf1c0cd18e27911ac96a3988ef7b7fcc77758d23f7370f2e07469b096de372475654a91c9cd17')
 
 build() {
-  export CFLAGS="$CFLAGS -I/usr/include/wlroots0.16"
-  export LDFLAGS="$LDFLAGS -L/usr/lib/wlroots0.16"
   cd $_name-$pkgver
   python wlroots/ffi_build.py
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywlroots/-/commit/fcf8d98492f670f6684c41dd3e632994dbf09ec4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywlroots/-/commit/fcf8d98492f670f6684c41dd3e632994dbf09ec4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to