[arch-commits] Commit in asciinema/repos/community-any (4 files)

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


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

archrelease: copy trunk to community-any

Added:
  asciinema/repos/community-any/PKGBUILD
    (from rev 423477, asciinema/trunk/PKGBUILD)
  asciinema/repos/community-any/asciinema.sh
    (from rev 423477, asciinema/trunk/asciinema.sh)
Deleted:
  asciinema/repos/community-any/PKGBUILD
  asciinema/repos/community-any/asciinema.sh

--------------+
 PKGBUILD     |   53 ++++++++++++++++++++++++++---------------------------
 asciinema.sh |    4 ++--
 2 files changed, 28 insertions(+), 29 deletions(-)

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

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

Deleted: asciinema.sh
===================================================================
--- asciinema.sh	2019-01-16 08:41:16 UTC (rev 423477)
+++ asciinema.sh	2019-01-16 08:41:23 UTC (rev 423478)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"

Copied: asciinema/repos/community-any/asciinema.sh (from rev 423477, asciinema/trunk/asciinema.sh)
===================================================================
--- asciinema.sh	                        (rev 0)
+++ asciinema.sh	2019-01-16 08:41:23 UTC (rev 423478)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"



More information about the arch-commits mailing list