summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-10-20 12:13:06 +0200
committerMartchus2023-10-20 12:13:06 +0200
commit2474a6689ac0a357f6197195518822ddb8e27d88 (patch)
tree8485e02747de2ad190d7a3d95cac0cded915a01f
parentdc7e39c5cd7ba25ccc16584579b1e083999336a0 (diff)
downloadaur-2474a6689ac0a357f6197195518822ddb8e27d88.tar.gz
Update deps for kf5 package renaming
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 936098256ed7..85ad1133fcf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syncthingtray-git
pkgdesc = Tray application for Syncthing
- pkgver = 1298.14c4aa6
- pkgrel = 2
+ pkgver = 1714.7846301
+ pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = syncthingtray-git
makedepends = qt5-tools
makedepends = git
makedepends = boost
- makedepends = kio
- makedepends = plasma-framework
+ makedepends = kio5
+ makedepends = plasma-framework5
makedepends = extra-cmake-modules
depends = libqtutilities-git.so
depends = libqtforkawesome-git.so
@@ -31,7 +31,7 @@ pkgbase = syncthingtray-git
depends = xdg-utils
depends = qt5-webengine
depends = qt5-declarative
- optdepends = kio: KIO plugin for Syncthing actions in Dolphin
+ optdepends = kio5: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
conflicts = syncthingtray
source = syncthingtray::git+https://github.com/Martchus/syncthingtray.git
diff --git a/PKGBUILD b/PKGBUILD
index 88e88e97a88a..c5605eadf1e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,8 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray-git
_name=${pkgname%-git}
-pkgver=1298.14c4aa6
-pkgrel=2
+pkgver=1714.7846301
+pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
license=('GPL')
@@ -37,12 +37,12 @@ depends=('libqtutilities-git.so' 'libqtforkawesome-git.so' 'libc++utilities-git.
[[ $_webview_provider == webengine ]] && depends+=('qt5-webengine')
[[ $_js_provider == script ]] && depends+=('qt5-script')
[[ $_js_provider == qml ]] && depends+=('qt5-declarative')
-[[ $_enable_kio_plugin ]] && optdepends+=('kio: KIO plugin for Syncthing actions in Dolphin')
+[[ $_enable_kio_plugin ]] && optdepends+=('kio5: KIO plugin for Syncthing actions in Dolphin')
[[ $_enable_plasmoid ]] && optdepends+=('plasma-workspace: Plasmoid for Plasma 5 desktop')
makedepends=('cmake' 'ninja' 'qt5-tools' 'git' 'boost')
checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
-[[ $_enable_kio_plugin ]] && makedepends+=('kio')
-[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
+[[ $_enable_kio_plugin ]] && makedepends+=('kio5')
+[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework5' 'extra-cmake-modules')
#provides=("${_name}")
conflicts=("${_name}")
url="https://github.com/Martchus/${_reponame}"