Date: Sunday, December 30, 2018 @ 22:13:56
  Author: maximbaz
Revision: 419848

archrelease: copy trunk to community-any

Added:
  py3status/repos/community-any/PKGBUILD
    (from rev 419847, py3status/trunk/PKGBUILD)
Deleted:
  py3status/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-30 22:13:48 UTC (rev 419847)
+++ PKGBUILD    2018-12-30 22:13:56 UTC (rev 419848)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-# Contributor: Alexis "Horgix" Chotard <alexis.horgix.chot...@gmail.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-
-pkgname=py3status
-pkgver=3.14
-pkgrel=1
-pkgdesc="An extensible i3status replacement/wrapper written in python"
-url="http://www.ultrabug.fr/tag/py3status/";
-arch=('any')
-license=('BSD')
-depends=('python' 'python-setuptools' 'i3status')
-optdepends=('i3status: for some of the functionality'
-            'acpi: for some of the battery related modules'
-            'python-pyudev: udev module'
-            'pacman-contrib: for the arch_updates module')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz";)
-sha256sums=('4bbd27f606c90e3932f449c998773c801c86cf6146473ec153943ff0df2dc496')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 doc/* README.rst CHANGELOG "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: py3status/repos/community-any/PKGBUILD (from rev 419847, 
py3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-30 22:13:56 UTC (rev 419848)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexis "Horgix" Chotard <alexis.horgix.chot...@gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+
+pkgname=py3status
+pkgver=3.15
+pkgrel=1
+pkgdesc="An extensible i3status replacement/wrapper written in python"
+url="http://www.ultrabug.fr/tag/py3status/";
+arch=('any')
+license=('BSD')
+depends=('python' 'python-setuptools' 'i3status')
+optdepends=('i3status: for some of the functionality'
+            'acpi: for some of the battery related modules'
+            'python-pyudev: udev module'
+            'pacman-contrib: for the arch_updates module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz";)
+sha256sums=('79e487017e827e3428ae526f5c967f9e819b34a84bafee4fac2121d5de84ef1c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to