index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2023-03-29 15:41:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 15:41:55 +0200 |
commit | 4f539a193146b67e122d30732294df44eb826f13 (patch) | |
tree | 76166b5719fe7c446f6104dc931b21d1cde1164c /PKGBUILD | |
parent | 4429b3897c016a71e8be4e40e68d4d12b377b72a (diff) |
-rw-r--r-- | PKGBUILD | 4 |
@@ -4,7 +4,7 @@ # Contributor: demostanis worlds <demostanis@protonmail.com> pkgname=archinstall -#pkgver=2.5.4 +pkgver=2.5.4 pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) @@ -13,7 +13,7 @@ license=(GPL3) depends=(python systemd) makedepends=(python-build python-installer python-setuptools python-sphinx python-wheel) provides=(python-archinstall) -conflicts=(python-archinstall) +conflicts=(python-archinstall archinstall-git) replaces=(python-archinstall) source=( $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz |