Date: Tuesday, May 2, 2023 @ 15:13:25
  Author: arojas
Revision: 1455858

archrelease: copy trunk to community-x86_64

Added:
  ueberzug/repos/community-x86_64/PKGBUILD
    (from rev 1455857, ueberzug/trunk/PKGBUILD)
Deleted:
  ueberzug/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 15:13:14 UTC (rev 1455857)
+++ PKGBUILD    2023-05-02 15:13:25 UTC (rev 1455858)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: arkhan <[email protected]>
-
-pkgname=ueberzug
-pkgver=18.1.9
-pkgrel=4
-pkgdesc='Command line util which allows to display images in combination with 
X11'
-arch=('x86_64')
-url=https://github.com/seebye/ueberzug
-license=('GPL3')
-depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow' 
'python-xlib')
-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')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: ueberzug/repos/community-x86_64/PKGBUILD (from rev 1455857, 
ueberzug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-02 15:13:25 UTC (rev 1455858)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: arkhan <[email protected]>
+
+pkgname=ueberzug
+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/ueber-devel/ueberzug
+license=('GPL3')
+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://github.com/ueber-devel/ueberzug/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('091975b68ddba56789258c7e9a30a0d6c13c46dfcbfc6451c8c4d15907acb6e2')
+b2sums=('cc843433ba01de1bfa65ac0bc5632094bd2b0a4dbc8d2638a21dceffb6f9019257b7116198802d822477c3e10c9d2a82c52d136697a58cbace01666b7188f20e')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to