summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 15:46:10 +0000
committerJoão Figueiredo2024-03-02 15:46:10 +0000
commit5272126c80b7cf309e8e5ac23396f825fd015566 (patch)
tree68106326cfd3a844ecf56b9691325507032649d2 /PKGBUILD
parentb63d2bf93448bc0db63a41a05c60bdea5b86d73d (diff)
downloadaur-step-git.tar.gz
Fix erroneous kf5-git dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebc9ae28ee7d..0ededd383e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=step-git
pkgver=24.04.70_r1422.gbe025ee
-pkgrel=1
+pkgrel=2
pkgdesc='Interactive Physical Simulator'
url='https://apps.kde.org/step/'
license=(GPL-2.0-or-later LGPL-2.0-or-later)
-depends=(gcc-libs glibc gsl kcompletion5-git kconfig5-git kconfigwidgets5-git kcoreaddons5-git kcrash5-git ki18n5-git kiconthemes5-git kio5-git kjobwidgets5-git knewstuff5-git kplotting5-git ktextwidgets5-git kwidgetsaddons5-git kxmlgui5-git libqalculate qt5-base)
-makedepends=(git eigen extra-cmake-modules-git kdoctools5-git python qt5-tools)
+depends=(gcc-libs glibc gsl kcompletion5 kconfig5 kconfigwidgets5 kcoreaddons5 kcrash5 ki18n5 kiconthemes5 kio5 kjobwidgets5 knewstuff5 kplotting5 ktextwidgets5 kwidgetsaddons5 kxmlgui5 libqalculate qt5-base)
+makedepends=(git eigen extra-cmake-modules-git kdoctools5 python qt5-tools)
arch=($CARCH)
groups=(kde-applications-git kde-education-git)
conflicts=(${pkgname%-git})