summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772023-10-25 14:09:14 +0200
committerhawkeye1164772023-10-25 14:09:14 +0200
commit434571d71dcdcf0c2dcaa73995ffb629a83e7c90 (patch)
tree6edb956046bf1a560dfdc699394bc0e62939f232
parent80ab4cf9947506e446d48667f27d6ed92946ed3b (diff)
downloadaur-434571d71dcdcf0c2dcaa73995ffb629a83e7c90.tar.gz
Update depends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 777361484566..d24eefce0b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,14 +8,13 @@ pkgbase = kwaterfoxhelper
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = python
- depends = ki18n
- depends = kio
- depends = knotifications
- depends = kwindowsystem
+ depends = ki18n5
+ depends = kio5
+ depends = knotifications5
+ depends = kwindowsystem5
options = !emptydirs
options = !strip
source = kwaterfoxhelper-5.0.7.tar.gz::https://github.com/hawkeye116477/kwaterfoxhelper/archive/5.0.7.tar.gz
sha256sums = fb96cf22fda2e8740289d2bad0f91e92d6367d4bc22b5111832066ee05e3c337
pkgname = kwaterfoxhelper
-
diff --git a/PKGBUILD b/PKGBUILD
index 68607b159b2d..dc7342e48cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Waterfox KDE Plasma Integration"
url="https://github.com/hawkeye116477/kwaterfoxhelper"
arch=("x86_64")
license=('MIT')
-depends=('ki18n' 'kio' 'knotifications' 'kwindowsystem')
+depends=('ki18n5' 'kio5' 'knotifications5' 'kwindowsystem5')
makedepends=('cmake' 'extra-cmake-modules' 'python')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hawkeye116477/kwaterfoxhelper/archive/${pkgver}.tar.gz")
options=('!emptydirs' '!strip')