md5 -> sha256

This commit is contained in:
demostanis 2020-11-02 18:52:10 +01:00
parent 8f7cc1280e
commit d14f1156a0
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ provides=("${pkgname}")
arch=('x86_64')
source=("${pkgname}-v${pkgver}-x86_64.tar.gz::https://github.com/Torxed/archinstall/archive/v$pkgver.tar.gz")
depends=('python-archinstall')
md5sums=('a23ec87d901d9dc28a8a36dd7427200f')
sha256sums=('04176c096d13589b874083aecbb9b1d34e676d2b784f55e5368f4ab83ff38c2e')
package() {
mkdir -p "${pkgdir}/usr/bin"

View File

@ -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.')
md5sums=('a23ec87d901d9dc28a8a36dd7427200f')
sha256sums=('04176c096d13589b874083aecbb9b1d34e676d2b784f55e5368f4ab83ff38c2e')
build() {
cd "archinstall-${pkgver}"