From f2c733cc31441fd8e4ed5a6769fa3a1cc45d93c3 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 28 Mar 2023 22:10:39 +0200 Subject: [PATCH] fix typo --- packages/calamares/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calamares/PKGBUILD b/packages/calamares/PKGBUILD index 760db282..f317e550 100644 --- a/packages/calamares/PKGBUILD +++ b/packages/calamares/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='Universal linux distro graphical installer' arch=('x86_64') license=('GPL3') url='https://calamares.io/' -depends=('binutils' 'fakeroot' 'qt5-tools' 'kpmcore' 'qt5-location' 'icu' 'qt5-declarative' 'qt5-translations' 'qt5-xmlpatterns' 'kiconthemes' 'kservice' 'kio' 'kparts' 'flex' 'appstream-qt' 'squashfs-tools' 'fish' 'libpwquality' 'qt5-webengine' 'python-qtpy' 'python-qt.py' 'pytjon3') +depends=('binutils' 'fakeroot' 'qt5-tools' 'kpmcore' 'qt5-location' 'icu' 'qt5-declarative' 'qt5-translations' 'qt5-xmlpatterns' 'kiconthemes' 'kservice' 'kio' 'kparts' 'flex' 'appstream-qt' 'squashfs-tools' 'fish' 'libpwquality' 'qt5-webengine' 'python-qtpy' 'python-qt.py' 'python3') makedepends=('gcc' 'boost' 'patch' 'yaml-cpp' 'ack' 'cmake' 'autoconf' 'automake' 'bison' 'git' 'libtool' 'm4' 'make' 'extra-cmake-modules' 'python-pip') source=("https://github.com/calamares/calamares/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('86bdceb90eb81d42596b780ccd99385002e2b8d45d8fae836156d37b5122d020')