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

Alexander Rødseth arodseth at archlinux.org
Wed Jan 13 12:58:34 UTC 2021


    Date: Wednesday, January 13, 2021 @ 12:58:33
  Author: arodseth
Revision: 820445

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 12:58:26 UTC (rev 820444)
+++ PKGBUILD	2021-01-13 12:58:33 UTC (rev 820445)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marcin Kulik <marcin at asciinema.org>
-
-pkgname=asciinema
-pkgver=2.0.2
-pkgrel=4
-pkgdesc='Record and share terminal sessions'
-arch=(any)
-url='https://asciinema.org/'
-license=(GPL3)
-depends=(python python-setuptools) # FS#62700
-makedepends=(git)
-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:

Copied: asciinema/repos/community-any/PKGBUILD (from rev 820444, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 12:58:33 UTC (rev 820445)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=2.0.2
+pkgrel=5
+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#commit=ab1be29888e3aca947343773148641fcc396f311' # tag: v2.0.2
+        asciinema.sh)
+sha256sums=('SKIP'
+            '14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
+
+package() {
+  install -Dm755 -t "$pkgdir/usr/bin" asciinema.sh
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py

Deleted: asciinema.sh
===================================================================
--- asciinema.sh	2021-01-13 12:58:26 UTC (rev 820444)
+++ asciinema.sh	2021-01-13 12:58:33 UTC (rev 820445)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"

Copied: asciinema/repos/community-any/asciinema.sh (from rev 820444, asciinema/trunk/asciinema.sh)
===================================================================
--- asciinema.sh	                        (rev 0)
+++ asciinema.sh	2021-01-13 12:58:33 UTC (rev 820445)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"



More information about the arch-commits mailing list