[arch-commits] Commit in archinstall/repos/extra-any (PKGBUILD PKGBUILD)

Giancarlo Razzolini grazzolini at gemini.archlinux.org
Mon May 30 02:23:33 UTC 2022


    Date: Monday, May 30, 2022 @ 02:23:32
  Author: grazzolini
Revision: 447013

archrelease: copy trunk to extra-any

Added:
  archinstall/repos/extra-any/PKGBUILD
    (from rev 447012, archinstall/trunk/PKGBUILD)
Deleted:
  archinstall/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 02:22:52 UTC (rev 447012)
+++ PKGBUILD	2022-05-30 02:23:32 UTC (rev 447013)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Contributor: Anton Hvornum <anton at hvornum.se>
-# Contributor: demostanis worlds <demostanis at protonmail.com>
-
-pkgname=archinstall
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Just another guided/automated Arch Linux installer with a twist"
-arch=(any)
-url="https://github.com/archlinux/archinstall"
-license=(GPL3)
-depends=(python)
-makedepends=(python-build python-installer python-flit python-setuptools python-sphinx python-wheel)
-provides=(python-archinstall)
-conflicts=(python-archinstall)
-replaces=(python-archinstall)
-source=(
-  $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
-  $pkgname-$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig
-)
-sha512sums=('3fab415118ee2c45c6b7c58d7929af690e753688ce916499e7c8a4a11c786161f3742a2de7fe4bc7dcf2af6eeac7c7c66c8d3b3b4e87d7885ff39349ff50caa3'
-            'SKIP')
-b2sums=('c632f0530c15a3b973875ba8bdb8969a0ff9cf22dcd0adcd4b73db140fcad4b20f114ad5916fe5902662c3d3a8788ae67a59997a2270a5e1b1476027a3b18536'
-        'SKIP')
-validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxed) <anton at hvornum.se>
-
-prepare() {
-  cd $pkgname-$pkgver
-  # use real directories for examples and profiles, as symlinks do not work
-  # with flit or setuptools PEP517 backends
-  rm -fv $pkgname/{examples,profiles}
-  mv -v examples profiles $pkgname/
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-  PYTHONDONTWRITEBYTECODE=1 make man -C docs
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 docs/_build/man/archinstall.1 -t "$pkgdir/usr/share/man/man1/"
-}

Copied: archinstall/repos/extra-any/PKGBUILD (from rev 447012, archinstall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-30 02:23:32 UTC (rev 447013)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Anton Hvornum <anton at hvornum.se>
+# Contributor: demostanis worlds <demostanis at protonmail.com>
+
+pkgname=archinstall
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Just another guided/automated Arch Linux installer with a twist"
+arch=(any)
+url="https://github.com/archlinux/archinstall"
+license=(GPL3)
+depends=(python)
+makedepends=(python-build python-installer python-flit python-setuptools python-sphinx python-wheel)
+provides=(python-archinstall)
+conflicts=(python-archinstall)
+replaces=(python-archinstall)
+source=(
+  $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
+  $pkgname-$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig
+)
+sha512sums=('9f083da273145a8c69cbf900b7292e1f4793095428c67308f4b63ef1f1c538586bcb22b7dc8a8410e595e254c43c888c95a3199b62d87bda570ecf1ce4b828d4'
+            'SKIP')
+b2sums=('728205be5d9dbbe808975c8b86005e5e110c17ff53c9f723287eae1c4f479b90d26227a3152f7bb2765b58121c24995b76c5cca955b1455a8c3446208d577506'
+        'SKIP')
+validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxed) <anton at hvornum.se>
+
+prepare() {
+  cd $pkgname-$pkgver
+  # use real directories for examples and profiles, as symlinks do not work
+  # with flit or setuptools PEP517 backends
+  rm -fv $pkgname/{examples,profiles}
+  mv -v examples profiles $pkgname/
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+  PYTHONDONTWRITEBYTECODE=1 make man -C docs
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 docs/_build/man/archinstall.1 -t "$pkgdir/usr/share/man/man1/"
+}



More information about the arch-commits mailing list