summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Mumford2023-10-23 09:59:02 +0100
committerStuart Mumford2023-10-23 09:59:02 +0100
commit3a3209d4ea6893452961df0e2c58b6384e0f2dd7 (patch)
tree637ead11b75c2ab03c5c90aa0ca07ab4de8ba44e
parent47b36ef40102dc66f46e817eb1e5386833e12207 (diff)
downloadaur-3a3209d4ea6893452961df0e2c58b6384e0f2dd7.tar.gz
Update for new dep names
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc69c93fdcdf..b114f0847d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nheko-krunner-git
pkgdesc = A KRunner plugin to list joined rooms and possibly other things from nheko.
- pkgver = 0.1.0.r0.gd5367d0
+ pkgver = 0.2.0.r3.g150f3a6
pkgrel = 1
url = https://github.com/LorenDB/nheko-krunner/
arch = i686
@@ -13,8 +13,9 @@ pkgbase = nheko-krunner-git
makedepends = fontconfig
makedepends = qt5-tools
depends = qt5-base
- depends = krunner
- provides = nheko-krunner=0.1.0.r0.gd5367d0
+ depends = krunner5
+ depends = ki18n5
+ provides = nheko-krunner=0.2.0.r3.g150f3a6
source = nheko-krunner-git::git+https://github.com/LorenDB/nheko-krunner.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a33e6b86d98..4aded68232bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stuart Mumford <stuart at cadair dot com>
pkgname=nheko-krunner-git
-pkgver=0.1.0.r0.gd5367d0
+pkgver=0.2.0.r3.g150f3a6
pkgrel=1
pkgdesc="A KRunner plugin to list joined rooms and possibly other things from nheko."
arch=("i686" "x86_64" "aarch64")
@@ -9,7 +9,7 @@ arch=("i686" "x86_64" "aarch64")
url="https://github.com/LorenDB/nheko-krunner/"
license=("GPL3")
-depends=("qt5-base" "krunner" "ki18n")
+depends=("qt5-base" "krunner5" "ki18n5")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools")
provides=("nheko-krunner=${pkgver}")