From 06c09bfd467bcba30a810699dfb52ff139c43e28 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 30 Mar 2023 19:19:42 +0200 Subject: [PATCH] calamares: fix deps --- packages/calamares/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/calamares/PKGBUILD b/packages/calamares/PKGBUILD index f317e550..18ff8dc1 100644 --- a/packages/calamares/PKGBUILD +++ b/packages/calamares/PKGBUILD @@ -1,14 +1,12 @@ - - pkgname=calamares pkgver=3.2.49.1 -pkgrel=2 +pkgrel=3 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' 'python3') -makedepends=('gcc' 'boost' 'patch' 'yaml-cpp' 'ack' 'cmake' 'autoconf' 'automake' 'bison' 'git' 'libtool' 'm4' 'make' 'extra-cmake-modules' 'python-pip') +depends=('boost' 'patch' 'yaml-cpp' 'ack' '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' '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')