summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-10-23 14:42:46 +0200
committerfordprefect2023-10-23 14:42:46 +0200
commitadbd0537604a9ea238a62706b489bd3344417c45 (patch)
tree2a49abfdc32cc1dce6651de711bae92039037db5
parent58e041fb4b7cf78ea95f2fcba1c78c00a55e3c1a (diff)
downloadaur-adbd0537604a9ea238a62706b489bd3344417c45.tar.gz
update dependency names
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4da266587a91..2397b6d01135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kmozillahelper
pkgdesc = Mozilla KDE Integration.
pkgver = 5.0.6
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/openSUSE/kmozillahelper
arch = i686
@@ -9,12 +9,11 @@ pkgbase = kmozillahelper
license = MIT
makedepends = cmake
makedepends = extra-cmake-modules
- depends = kio
- depends = knotifications
- depends = kwindowsystem
- depends = ki18n
+ depends = kio5
+ depends = knotifications5
+ depends = kwindowsystem5
+ depends = ki18n5
source = kmozillahelper-5.0.6.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v5.0.6.tar.gz
md5sums = 382142073322f942f4d332fffb77ef25
pkgname = kmozillahelper
-
diff --git a/PKGBUILD b/PKGBUILD
index f05f2df89718..cb2388b209a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=kmozillahelper
pkgver=5.0.6
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Mozilla KDE Integration."
url="https://github.com/openSUSE/kmozillahelper"
arch=("i686" "x86_64")
license=('MIT')
-depends=("kio" "knotifications" "kwindowsystem" "ki18n")
+depends=("kio5" "knotifications5" "kwindowsystem5" "ki18n5")
makedepends=("cmake" "extra-cmake-modules")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v${pkgver}.tar.gz")
md5sums=('382142073322f942f4d332fffb77ef25')