[arch-commits] Commit in termdown/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Mon Jun 17 16:16:11 UTC 2019


    Date: Monday, June 17, 2019 @ 16:16:10
  Author: polyzen
Revision: 481990

archrelease: copy trunk to community-any

Added:
  termdown/repos/community-any/PKGBUILD
    (from rev 481989, termdown/trunk/PKGBUILD)
Deleted:
  termdown/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 16:15:52 UTC (rev 481989)
+++ PKGBUILD	2019-06-17 16:16:10 UTC (rev 481990)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=termdown
-pkgver=1.14.1
-pkgrel=2
-pkgdesc='Countdown timer and stopwatch in your terminal'
-arch=('any')
-url=https://github.com/trehn/termdown
-license=('GPL3')
-depends=('python-click' 'python-dateutil' 'python-pyfiglet' 'python-setuptools')
-optdepends=('espeak: for spoken countdown')
-source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz")
-sha512sums=('89bcbbc17beae61ebe4e42888fd3daf1ce542351fac63d6d3bc6a8534b1c2963477249075fa26fec352bb6a489998298b51b40cd4e11398dd4e9c41069e857af')
-
-build() {
-  cd termdown-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd termdown-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: termdown/repos/community-any/PKGBUILD (from rev 481989, termdown/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-17 16:16:10 UTC (rev 481990)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=termdown
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='Countdown timer and stopwatch in your terminal'
+arch=('any')
+url=https://github.com/trehn/termdown
+license=('GPL3')
+depends=('python-click' 'python-dateutil' 'python-pyfiglet' 'python-setuptools')
+optdepends=('espeak: for spoken countdown')
+source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz")
+sha512sums=('9de8e506d12cebf41caa5a91cd76308e9e9080c1d7e595049690c3564322717d310bc77505e77f7b09def64585b1e74aa47d05b39b9761b8d517ea9b0c6c64be')
+
+build() {
+  cd termdown-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd termdown-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list