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

Giancarlo Razzolini grazzolini at archlinux.org
Thu Jan 28 10:55:29 UTC 2021


    Date: Thursday, January 28, 2021 @ 10:55:29
  Author: grazzolini
Revision: 406865

upgpkg: archinstall 2.1.1-1

Modified:
  archinstall/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 09:26:40 UTC (rev 406864)
+++ PKGBUILD	2021-01-28 10:55:29 UTC (rev 406865)
@@ -4,7 +4,7 @@
 
 pkgbase=archinstall
 pkgname=('archinstall' 'python-archinstall')
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Just another guided/automated Arch Linux installer with a twist"
 arch=('any')
@@ -11,12 +11,12 @@
 url="https://github.com/Torxed/archinstall"
 license=('GPL')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-pip' 'python-setuptools' 'python-sphinx')
 source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
         "$url/releases/download/v$pkgver/$pkgbase-$pkgver.tar.gz.asc")
-md5sums=('4503023e83fd7c650ba1665b4258a6f4'
+md5sums=('8228c1522a4ff0378a1f55fc79bb83dd'
          'SKIP')
-sha512sums=('0ac8e759b8cae9221004e6f3f2f27a76b6923d7479ab81731d1c5abece8eab52d990dbdcc447adda1c10b9734dbcc61eccaf8a3ed1e6bdf009ebffa102ee4075'
+sha512sums=('08d2f889c688bf296b494680ef9fbda248e1cb35c4c87510fc2307d9061cd0cb6299e7ecf9e82ef9bb00b04b19bcffb37662b983aaacaccf82800c3094cefa5b'
             'SKIP')
 validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxed) <anton at hvornum.se>
 
@@ -25,6 +25,9 @@
 	cd "$pkgbase-$pkgver"
 
         python setup.py build
+
+        cd docs
+        make man
 }
 
 
@@ -41,6 +44,8 @@
 EOF
 
 	chmod +x "${pkgdir}/usr/bin/archinstall"
+
+        install -Dm644 docs/_build/man/archinstall.1 "${pkgdir}"/usr/share/man/man1/archinstall.1
 }
 
 package_python-archinstall() {



More information about the arch-commits mailing list