[arch-commits] Commit in asciinema/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Thu Apr 5 10:13:48 UTC 2018
Date: Thursday, April 5, 2018 @ 10:13:47
Author: arodseth
Revision: 314413
archrelease: copy trunk to community-any
Added:
asciinema/repos/community-any/PKGBUILD
(from rev 314412, asciinema/trunk/PKGBUILD)
asciinema/repos/community-any/asciinema.sh
(from rev 314412, asciinema/trunk/asciinema.sh)
Deleted:
asciinema/repos/community-any/PKGBUILD
asciinema/repos/community-any/asciinema.sh
--------------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
asciinema.sh | 4 ++--
2 files changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-05 10:13:35 UTC (rev 314412)
+++ PKGBUILD 2018-04-05 10:13:47 UTC (rev 314413)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Marcin Kulik <marcin at asciinema.org>
-
-pkgname=asciinema
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Record and share terminal sessions'
-arch=('any')
-url='https://asciinema.org/'
-license=('GPL3')
-makedepends=('git' 'python-setuptools')
-depends=('python')
-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"
-}
-
-# vim: ts=2 sw=2 et:
Copied: asciinema/repos/community-any/PKGBUILD (from rev 314412, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-05 10:13:47 UTC (rev 314413)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=2.0.1
+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 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
+}
+
+# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py
+# vim: ts=2 sw=2 et:
Deleted: asciinema.sh
===================================================================
--- asciinema.sh 2018-04-05 10:13:35 UTC (rev 314412)
+++ asciinema.sh 2018-04-05 10:13:47 UTC (rev 314413)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"
Copied: asciinema/repos/community-any/asciinema.sh (from rev 314412, asciinema/trunk/asciinema.sh)
===================================================================
--- asciinema.sh (rev 0)
+++ asciinema.sh 2018-04-05 10:13:47 UTC (rev 314413)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"
More information about the arch-commits
mailing list