Date: Thursday, July 21, 2022 @ 20:42:40 Author: archange Revision: 1255064
FS#74959 add python-distro to depends Modified: displaycal/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-21 20:34:12 UTC (rev 1255063) +++ PKGBUILD 2022-07-21 20:42:40 UTC (rev 1255064) @@ -6,13 +6,14 @@ _pkgname=DisplayCAL pkgname=displaycal pkgver=3.9.6 -pkgrel=1 +pkgrel=2 pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)" arch=(x86_64) url="https://github.com/eoyilmaz/displaycal-py3" license=(GPL3) -depends=(argyllcms dbus dbus-python glib2 python-certifi python-numpy - python-pillow python-send2trash python-wxpython python-zeroconf) +depends=(argyllcms dbus dbus-python glib2 python-certifi python-distro + python-numpy python-pillow python-send2trash python-wxpython + python-zeroconf) makedepends=(libxrandr libxxf86vm python-build python-installer python-setuptools python-wheel) optdepends=('gnome-color-manager: profile installation for GNOME'
