[arch-commits] Commit in ueberzug/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Dec 3 20:27:13 UTC 2020


    Date: Thursday, December 3, 2020 @ 20:27:13
  Author: polyzen
Revision: 769765

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-03 20:23:34 UTC (rev 769764)
+++ PKGBUILD	2020-12-03 20:27:13 UTC (rev 769765)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: arkhan <arkhan at disroot.org>
-
-pkgname=ueberzug
-pkgver=18.1.7
-pkgrel=1
-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-psutil' 'python-setuptools' 'python-xlib')
-provides=("python-$pkgname")
-replaces=("python-$pkgname")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('ef0d6ac5815446ede654a38da550d2c44abd0fc05c901b2232935a65bcbca875')
-b2sums=('24ecab9503d0eaf04ad7626fb28bfdc2503bc42d72fde687d120e1a64c55a2e798958f14c9b19dd08f0c24dde9acc4aa9b232d40ca4e1d3c750264c6c38aedc1')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: ueberzug/repos/community-x86_64/PKGBUILD (from rev 769764, ueberzug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-03 20:27:13 UTC (rev 769765)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: arkhan <arkhan at disroot.org>
+
+pkgname=ueberzug
+pkgver=18.1.7
+pkgrel=1
+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-psutil' 'python-setuptools' 'python-xlib')
+provides=("python-$pkgname")
+replaces=("python-$pkgname")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('ef0d6ac5815446ede654a38da550d2c44abd0fc05c901b2232935a65bcbca875')
+b2sums=('24ecab9503d0eaf04ad7626fb28bfdc2503bc42d72fde687d120e1a64c55a2e798958f14c9b19dd08f0c24dde9acc4aa9b232d40ca4e1d3c750264c6c38aedc1')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list