summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-06-28 16:44:55 -0600
committergustawho2021-06-28 16:44:55 -0600
commitc8d1ce29bc0ba925e76d239ac761c63b4ce8819e (patch)
treeeb7ab007895ee7a6b9c7da95ee0917027bc65d02
parent07567bb903d595002c9adbbbfddf741c06122428 (diff)
downloadaur-c8d1ce29bc0ba925e76d239ac761c63b4ce8819e.tar.gz
Added missing dependencies: kconfigwidgets, kitemmodels
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c9dccdba892..0f41cb80d220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tok-git
pkgdesc = Telegram client built using Kirigami
- pkgver = r148.035ab76
- pkgrel = 3
+ pkgver = r193.0ade57f
+ pkgrel = 1
url = https://invent.kde.org/network/tok
arch = x86_64
arch = i686
@@ -21,6 +21,8 @@ pkgbase = tok-git
depends = ki18n
depends = icu
depends = rlottie-git
+ depends = kconfigwidgets
+ depends = kitemmodels
provides = tok
conflicts = tok
source = git+https://invent.kde.org/network/tok.git
diff --git a/PKGBUILD b/PKGBUILD
index 9721f59d32b1..1b72dc90c77d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=tok-git
-pkgver=r148.035ab76
-pkgrel=3
+pkgver=r193.0ade57f
+pkgrel=1
pkgdesc="Telegram client built using Kirigami"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://invent.kde.org/network/tok"
license=('GPL3')
-depends=('kirigami2' 'knotifications' 'libtd-git' 'ki18n' 'icu' 'rlottie-git')
+depends=('kirigami2' 'knotifications' 'libtd-git' 'ki18n' 'icu' 'rlottie-git' 'kconfigwidgets' 'kitemmodels')
makedepends=('git' 'qt5-tools' 'qt5-svg' 'qbs' 'jq')
provides=('tok')
conflicts=('tok')
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
- qbs build --no-install
+ qbs build --no-install qbs.installPrefix:/usr
}
package() {