Date: Tuesday, May 2, 2023 @ 15:13:14 Author: arojas Revision: 1455857
upgpkg: ueberzug 18.2.0-1: Update to 18.2.0 Modified: ueberzug/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 15:07:26 UTC (rev 1455856) +++ PKGBUILD 2023-05-02 15:13:14 UTC (rev 1455857) @@ -2,24 +2,24 @@ # Contributor: arkhan <[email protected]> pkgname=ueberzug -pkgver=18.1.9 -pkgrel=5 +pkgver=18.2.0 +pkgrel=1 pkgdesc='Command line util which allows to display images in combination with X11' arch=('x86_64') -url=https://github.com/seebye/ueberzug +url=https://github.com/ueber-devel/ueberzug license=('GPL3') -depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow' 'python-xlib') +depends=('libxext' 'libxres' 'python-attrs' 'python-docopt' 'python-pillow') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') provides=("python-$pkgname") replaces=("python-$pkgname") -source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('7ce49f351132c7d1b0f8097f6e4c5635376151ca59318540da3e296e5b21adc3') -b2sums=('96a925cc2212512dcbf05aa47015c2611f9f36bcf3dcf65d62dc6212c567165faeb798abff55b092f174fd57ff5740734dde74006af8cd7e974598813c8c3adb') +source=("https://github.com/ueber-devel/ueberzug/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('091975b68ddba56789258c7e9a30a0d6c13c46dfcbfc6451c8c4d15907acb6e2') +b2sums=('cc843433ba01de1bfa65ac0bc5632094bd2b0a4dbc8d2638a21dceffb6f9019257b7116198802d822477c3e10c9d2a82c52d136697a58cbace01666b7188f20e') build() { cd $pkgname-$pkgver - python -m build --wheel --skip-dependency-check --no-isolation + python -m build --wheel --no-isolation } package() {
