index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2023-02-27 23:51:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-27 23:51:22 +0100 |
commit | 2a17ba983330cf8c511b9b1fa0329acaa2631c7c (patch) | |
tree | ca347cabeaf44cedd4b6447fa006a51a6fa50e31 /PKGBUILD | |
parent | f26b5308597273dfa182b89d265bcc59e057bd0e (diff) |
-rw-r--r-- | PKGBUILD | 3 |
@@ -12,7 +12,7 @@ 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) +makedepends=(python-build python-installer python-setuptools python-sphinx python-wheel) provides=(python-archinstall) conflicts=(python-archinstall) replaces=(python-archinstall) @@ -29,7 +29,6 @@ validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxe 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/ } |