summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWiktor Zykubek2023-07-09 15:49:18 +0200
committerWiktor Zykubek2023-07-09 15:49:18 +0200
commit610ab3d380e0d98d3a2cdd0381b9d5677a54a84c (patch)
treef571dbd1f5a964e729a0e2685b918a1a6121a396
parent1e664e9863bcdb04c7eaf0294e8c0d412cfc469f (diff)
downloadaur-610ab3d380e0d98d3a2cdd0381b9d5677a54a84c.tar.gz
Change depends types
Signed-off-by: Wiktor Zykubek <wz-git@mailbox.org>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39444da602b0..183431b10733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = openfm-qt
makedepends = python-installer
makedepends = python-wheel
makedepends = gendesk
+ makedepends = qt6-base
depends = python-requests
depends = pyside6
- depends = qt6-base
depends = qt6-multimedia-ffmpeg
source = openfm-qt-0.1.1.tar.gz::https://github.com/wzykubek/openfm-qt/archive/v0.1.1.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68e9ad06843d..3254f7646ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='Qt client for Polish internet radio Open FM.'
arch=('any')
url='https://github.com/wzykubek/openfm-qt'
licence=('ISC')
-depends=('python-requests' 'pyside6' 'qt6-base' 'qt6-multimedia-ffmpeg')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'gendesk')
+depends=('python-requests' 'pyside6' 'qt6-multimedia-ffmpeg')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'gendesk' 'qt6-base')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wzykubek/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')