Date: Sunday, September 25, 2022 @ 12:10:51 Author: dvzrv Revision: 456758
upgpkg: archinstall 2.5.1-1: Upgrade to 2.5.1. Switch to python-flit-core in makedepends, as that provides the PEP517 backend we need. Add systemd to depends as we are relying on systemd. Modified: archinstall/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-25 11:57:03 UTC (rev 456757) +++ PKGBUILD 2022-09-25 12:10:51 UTC (rev 456758) @@ -4,14 +4,14 @@ # Contributor: demostanis worlds <[email protected]> pkgname=archinstall -pkgver=2.5.0 +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) -makedepends=(python-build python-installer python-flit python-setuptools python-sphinx python-wheel) +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) @@ -19,9 +19,9 @@ $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' +sha512sums=('1916d9fc80e4048ff791a38d4b88bdae798f52fff7dfe1e49a1728321a2f7618b9af31f6664a020969e3a98b4cc85e6da9eaa1dc138e4072b4a749b04049fc0e' 'SKIP') -b2sums=('728205be5d9dbbe808975c8b86005e5e110c17ff53c9f723287eae1c4f479b90d26227a3152f7bb2765b58121c24995b76c5cca955b1455a8c3446208d577506' +b2sums=('a577026c7ab00e7da732aa84c807013befb0141ed1699f0dbe5b6ec1d325092e0f7338ce796a0453fac0c60a28c79423f3cd74a79b4afa8ea4756552c9c36c41' 'SKIP') validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxed) <[email protected]>
