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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 9 07:18:40 UTC 2021


    Date: Tuesday, February 9, 2021 @ 07:18:40
  Author: polyzen
Revision: 850808

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 07:18:21 UTC (rev 850807)
+++ PKGBUILD	2021-02-09 07:18:40 UTC (rev 850808)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=termdown
-pkgver=1.17.0
-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'
-            'espeak-ng-espeak: for spoken countdown')
-source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz")
-sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
-
-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 850807, termdown/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-09 07:18:40 UTC (rev 850808)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=termdown
+pkgver=1.17.0
+pkgrel=3
+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')
+makedepends=('python-setuptools')
+optdepends=('espeak: for spoken countdown'
+            'espeak-ng-espeak: for spoken countdown')
+source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz")
+sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
+b2sums=('e8576a2706fb0b958c57789f32f3e9d962596d4c78c3c7ef1683dac8e8d0c7af1e7e738b58dfd5b127b43fb5dd40ef9d1b68c3e4dd0d2468a04bbdfbd89dcc8e')
+
+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