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

Alexander Rødseth arodseth at archlinux.org
Thu Apr 13 12:22:35 UTC 2017


    Date: Thursday, April 13, 2017 @ 12:22:34
  Author: arodseth
Revision: 222683

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 12:21:40 UTC (rev 222682)
+++ PKGBUILD	2017-04-13 12:22:34 UTC (rev 222683)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Marcin Kulik <marcin at asciinema.org>
-
-pkgname=asciinema
-pkgver=1.3.0
-pkgrel=5
-pkgdesc='Record and share terminal sessions'
-arch=('any')
-url='https://asciinema.org/'
-license=('GPL3')
-depends=('python')
-source=("$pkgname.tar.gz::https://github.com/asciinema/asciinema/archive/v${pkgver}.tar.gz"
-        'asciinema.sh')
-sha256sums=('968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55'
-            '14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: asciinema/repos/community-any/PKGBUILD (from rev 222682, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-13 12:22:34 UTC (rev 222683)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Record and share terminal sessions'
+arch=('any')
+url='https://asciinema.org/'
+license=('GPL3')
+makedepends=('python-setuptools')
+depends=('python')
+source=("$pkgname.tar.gz::https://github.com/asciinema/asciinema/archive/v${pkgver}.tar.gz"
+        'asciinema.sh')
+sha256sums=('841a55b0f51988d5e155e99badbd6ce5cf3b43cca2ba15cd20c971a19719dc9a'
+            '14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: asciinema.sh
===================================================================
--- asciinema.sh	2017-04-13 12:21:40 UTC (rev 222682)
+++ asciinema.sh	2017-04-13 12:22:34 UTC (rev 222683)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"

Copied: asciinema/repos/community-any/asciinema.sh (from rev 222682, asciinema/trunk/asciinema.sh)
===================================================================
--- asciinema.sh	                        (rev 0)
+++ asciinema.sh	2017-04-13 12:22:34 UTC (rev 222683)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"



More information about the arch-commits mailing list