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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 20 21:50:59 UTC 2018


    Date: Tuesday, February 20, 2018 @ 21:50:57
  Author: arodseth
Revision: 296631

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 21:50:34 UTC (rev 296630)
+++ PKGBUILD	2018-02-20 21:50:57 UTC (rev 296631)
@@ -1,26 +0,0 @@
-# $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:

Copied: asciinema/repos/community-any/PKGBUILD (from rev 296630, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-20 21:50:57 UTC (rev 296631)
@@ -0,0 +1,26 @@
+# $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:

Deleted: asciinema.sh
===================================================================
--- asciinema.sh	2018-02-20 21:50:34 UTC (rev 296630)
+++ asciinema.sh	2018-02-20 21:50:57 UTC (rev 296631)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"

Copied: asciinema/repos/community-any/asciinema.sh (from rev 296630, asciinema/trunk/asciinema.sh)
===================================================================
--- asciinema.sh	                        (rev 0)
+++ asciinema.sh	2018-02-20 21:50:57 UTC (rev 296631)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"



More information about the arch-commits mailing list