[arch-commits] Commit in asciinema/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue May 28 12:43:35 UTC 2019


    Date: Tuesday, May 28, 2019 @ 12:43:19
  Author: arodseth
Revision: 472743

upgpkg: asciinema 2.0.2-2

Modified:
  asciinema/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-28 12:31:51 UTC (rev 472742)
+++ PKGBUILD	2019-05-28 12:43:19 UTC (rev 472743)
@@ -3,13 +3,13 @@
 
 pkgname=asciinema
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Record and share terminal sessions'
 arch=(any)
 url='https://asciinema.org/'
 license=(GPL3)
-depends=(python)
-makedepends=(git python-setuptools)
+depends=(python python-setuptools) # FS#62700
+makedepends=(git)
 source=("git+https://github.com/asciinema/asciinema.git#tag=v$pkgver"
         asciinema.sh)
 sha256sums=('SKIP'



More information about the arch-commits mailing list