[arch-commits] Commit in archinstall/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Apr 30 16:24:01 UTC 2021


    Date: Friday, April 30, 2021 @ 16:24:01
  Author: dvzrv
Revision: 414085

upgpkg: archinstall 2.1.4-3: Rebuild to add replaces array.

Add python-archinstall to replaces, as the default answer for replacing it with
archinstall is 'No' otherwise.
Remove python-pip from makedepends. It is not required.

Modified:
  archinstall/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 15:51:39 UTC (rev 414084)
+++ PKGBUILD	2021-04-30 16:24:01 UTC (rev 414085)
@@ -4,15 +4,16 @@
 
 pkgname=archinstall
 pkgver=2.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Just another guided/automated Arch Linux installer with a twist"
 arch=('any')
 url="https://github.com/archlinux/archinstall"
-license=('GPL')
+license=('GPL3')
 depends=('python')
-makedepends=('python-pip' 'python-setuptools' 'python-sphinx')
+makedepends=('python-setuptools' 'python-sphinx')
 provides=('python-archinstall')
 conflicts=('python-archinstall')
+replaces=('python-archinstall')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
         "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
 md5sums=('b5846e2a8aacfbba2ccc00643a9bb1f7'



More information about the arch-commits mailing list