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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Jul 25 02:17:50 UTC 2022


    Date: Monday, July 25, 2022 @ 02:17:49
  Author: polyzen
Revision: 1256011

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-25 02:17:30 UTC (rev 1256010)
+++ PKGBUILD	2022-07-25 02:17:49 UTC (rev 1256011)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marcin Kulik <marcin at asciinema.org>
-
-pkgname=asciinema
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Record and share terminal sessions'
-arch=(any)
-url='https://asciinema.org/'
-license=(GPL3)
-depends=(python python-setuptools python-wheel python-build python-installer)
-makedepends=(git)
-source=('git+https://github.com/asciinema/asciinema#commit=f3af768f569e0b363bcced11d266d4ed857e21e7') # tag: v2.1.0
-b2sums=(SKIP)
-
-prepare() {
-  echo -e '#!/bin/sh\n/usr/bin/python -m asciinema "$@"' > "$pkgname/asciinema.sh"
-}
-
-build() {
-  cd $pkgname
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 -t "$pkgdir/usr/bin" asciinema.sh
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}
-
-# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py

Copied: asciinema/repos/community-any/PKGBUILD (from rev 1256010, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-25 02:17:49 UTC (rev 1256011)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Record and share terminal sessions'
+arch=(any)
+url='https://asciinema.org/'
+license=(GPL3)
+depends=(python)
+makedepends=(git python-setuptools python-wheel python-build python-installer)
+source=('git+https://github.com/asciinema/asciinema#commit=f3af768f569e0b363bcced11d266d4ed857e21e7') # tag: v2.1.0
+b2sums=(SKIP)
+
+prepare() {
+  echo -e '#!/bin/sh\n/usr/bin/python -m asciinema "$@"' > "$pkgname/asciinema.sh"
+}
+
+build() {
+  cd $pkgname
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 -t "$pkgdir/usr/bin" asciinema.sh
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}
+
+# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py



More information about the arch-commits mailing list