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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Oct 4 09:48:27 UTC 2021


    Date: Monday, October 4, 2021 @ 09:48:27
  Author: arodseth
Revision: 1027272

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 09:48:21 UTC (rev 1027271)
+++ PKGBUILD	2021-10-04 09:48:27 UTC (rev 1027272)
@@ -1,24 +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=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

Copied: asciinema/repos/community-any/PKGBUILD (from rev 1027271, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 09:48:27 UTC (rev 1027272)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=2.1.0
+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#commit=5f958ccc40b04f84341cc0bfafee6d679a8f7c1c') # tag: v2.1.0
+b2sums=(SKIP)
+
+prepare() {
+  echo -e '#!/bin/sh\n/usr/bin/python -m asciinema "$@"' > "$pkgname/asciinema.sh"
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 -t "$pkgdir/usr/bin" asciinema.sh
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py

Deleted: asciinema.sh
===================================================================
--- asciinema.sh	2021-10-04 09:48:21 UTC (rev 1027271)
+++ asciinema.sh	2021-10-04 09:48:27 UTC (rev 1027272)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"



More information about the arch-commits mailing list