[arch-commits] Commit in asciinema/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Tue May 28 12:43:41 UTC 2019
Date: Tuesday, May 28, 2019 @ 12:43:40
Author: arodseth
Revision: 472744
archrelease: copy trunk to community-any
Added:
asciinema/repos/community-any/PKGBUILD
(from rev 472743, asciinema/trunk/PKGBUILD)
asciinema/repos/community-any/asciinema.sh
(from rev 472743, 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 2019-05-28 12:43:19 UTC (rev 472743)
+++ PKGBUILD 2019-05-28 12:43:40 UTC (rev 472744)
@@ -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=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:
Copied: asciinema/repos/community-any/PKGBUILD (from rev 472743, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-28 12:43:40 UTC (rev 472744)
@@ -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=2
+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:
Deleted: asciinema.sh
===================================================================
--- asciinema.sh 2019-05-28 12:43:19 UTC (rev 472743)
+++ asciinema.sh 2019-05-28 12:43:40 UTC (rev 472744)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"
Copied: asciinema/repos/community-any/asciinema.sh (from rev 472743, asciinema/trunk/asciinema.sh)
===================================================================
--- asciinema.sh (rev 0)
+++ asciinema.sh 2019-05-28 12:43:40 UTC (rev 472744)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"
More information about the arch-commits
mailing list