Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD/python-archinstall
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD/python-archinstall')
-rw-r--r--PKGBUILD/python-archinstall/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD/python-archinstall/PKGBUILD b/PKGBUILD/python-archinstall/PKGBUILD
index 61b00db2..d330a3e2 100644
--- a/PKGBUILD/python-archinstall/PKGBUILD
+++ b/PKGBUILD/python-archinstall/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname="python-archinstall"
-pkgver="2.0.6rc1"
+pkgver="2.0.6rc3"
pkgdesc="Installs ${pkgname} as a python library."
pkgrel=1
url="https://github.com/Torxed/archinstall"
@@ -13,7 +13,7 @@ arch=('x86_64')
depends=('python>=3.8')
makedepends=('python-setuptools')
optdepends=('pyttsx3: Adds text-to-speech support for log/screen output.')
-sha256sums=('3df8d6c422202d79ae4be83366a8c288e99fe24fff256112b6cdd4c0288907e6')
+sha256sums=('db25333c66896068efc758c3b93020f52df44a876a1124ccad65a3e708711a6a')
build() {
cd "archinstall-${pkgver}"