Date: Wednesday, March 29, 2023 @ 21:24:09
  Author: dvzrv
Revision: 472177

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-29 21:23:48 UTC (rev 472176)
+++ PKGBUILD    2023-03-29 21:24:09 UTC (rev 472177)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Contributor: Anton Hvornum <[email protected]>
-# Contributor: demostanis worlds <[email protected]>
-
-pkgname=archinstall
-pkgver=2.5.3
-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 systemd)
-makedepends=(python-build python-installer python-flit-core python-setuptools 
python-sphinx python-wheel)
-provides=(python-archinstall)
-conflicts=(python-archinstall)
-replaces=(python-archinstall)
-source=(
-  $url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz
-  
$pkgname-v$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig
-)
-sha512sums=('5ee9ed024ba9567e0dde3bdb85195bc5b22d37352b872216be10414ea85d3f53c7824b6a977d744658366734c150538d80717d8b459c182d02224b561c108cde'
-            'SKIP')
-b2sums=('baf4dd861d37f8f4a2c8231daadcece7a734698bd572b5da91bd43c93f857474f42083bf7385957919550e1f85a9ce276fc2393ef0ddecddca676e3c0277b6b5'
-        'SKIP')
-validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum 
(Torxed) <[email protected]>
-
-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 472176, 
archinstall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-29 21:24:09 UTC (rev 472177)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge <[email protected]>
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Anton Hvornum <[email protected]>
+# Contributor: demostanis worlds <[email protected]>
+
+pkgname=archinstall
+pkgver=2.5.4
+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
+  python-systemd
+  systemd
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-sphinx
+  python-wheel
+)
+provides=(python-archinstall)
+source=(
+  $url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz
+  
$pkgname-v$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig
+)
+sha512sums=('64cb3593c5091b3885ad14ef073cfab31090b4f9bcb4405b18cf9b19adb5ca42255ba8891ec62e21f92d59872541ef6d94f186fb05c625822af63525441e08d9'
+            'SKIP')
+b2sums=('9c0ec0871841804377ba8310dc744711adcec4eed7319a8d89d684af8e7b822bb9d47540b00f4d746a9fcd7b9ea1b9e07bac773e6c28fabc760e4df38b16748b'
+        'SKIP')
+validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum 
(Torxed) <[email protected]>
+
+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/"
+}

Reply via email to