Date: Sunday, April 2, 2023 @ 08:01:59
Author: dvzrv
Revision: 472555
archrelease: copy trunk to community-any
Added:
archinstall/repos/community-any/PKGBUILD
(from rev 472554, archinstall/trunk/PKGBUILD)
archinstall/repos/community-any/keys/
Deleted:
archinstall/repos/community-any/PKGBUILD
archinstall/repos/community-any/keys/
----------+
PKGBUILD | 102 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 56 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-02 08:01:23 UTC (rev 472554)
+++ PKGBUILD 2023-04-02 08:01:59 UTC (rev 472555)
@@ -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.1
-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=(
- $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=('1916d9fc80e4048ff791a38d4b88bdae798f52fff7dfe1e49a1728321a2f7618b9af31f6664a020969e3a98b4cc85e6da9eaa1dc138e4072b4a749b04049fc0e'
- 'SKIP')
-b2sums=('a577026c7ab00e7da732aa84c807013befb0141ed1699f0dbe5b6ec1d325092e0f7338ce796a0453fac0c60a28c79423f3cd74a79b4afa8ea4756552c9c36c41'
- '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/community-any/PKGBUILD (from rev 472554,
archinstall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-02 08:01:59 UTC (rev 472555)
@@ -0,0 +1,56 @@
+# 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.5
+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-setuptools
+ python-sphinx
+ python-wheel
+)
+optdepends=(
+ 'python-systemd: for systemd-journald support'
+)
+provides=(python-archinstall)
+source=(
+ $pkgname-v$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
+
$pkgname-v$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig
+)
+sha512sums=('0488e614ecf7e33035015b95b6ec86bd183288e85655452f31f364b906515c6854d841ac1bf60d08496065dc53c6e522d528998bf16e99ed87e93c848313f954'
+ 'SKIP')
+b2sums=('9eaffc7b99ce2999ee55e312b59ee1b0fade3066c15f07f9dfc09b5b039c705f2ba4f4695592fddfcdc48e7c83f974fb372ca96565f8997a74b10e27c5f58fe2'
+ '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/"
+}