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

Alexander Rødseth arodseth at archlinux.org
Wed Jan 16 08:41:16 UTC 2019


    Date: Wednesday, January 16, 2019 @ 08:41:16
  Author: arodseth
Revision: 423477

upgpkg: asciinema 2.0.2-1

Modified:
  asciinema/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-16 08:25:14 UTC (rev 423476)
+++ PKGBUILD	2019-01-16 08:41:16 UTC (rev 423477)
@@ -1,17 +1,17 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Marcin Kulik <marcin at asciinema.org>
 
 pkgname=asciinema
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc='Record and share terminal sessions'
-arch=('any')
+arch=(any)
 url='https://asciinema.org/'
-license=('GPL3')
-depends=('python')
-makedepends=('git' 'python-setuptools')
+license=(GPL3)
+depends=(python)
+makedepends=(git python-setuptools)
 source=("git+https://github.com/asciinema/asciinema.git#tag=v$pkgver"
-        'asciinema.sh')
+        asciinema.sh)
 sha256sums=('SKIP'
             '14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
 
@@ -19,7 +19,7 @@
   cd "$pkgname"
 
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
+  install -Dm755 -t "$pkgdir/usr/bin" "$srcdir/asciinema.sh"
 }
 
 # getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py



More information about the arch-commits mailing list