summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-06-02 17:13:23 +0200
committerFabioLolix2022-06-02 17:13:23 +0200
commit2e9cfd1c6ff27402c57df85b2f1381fb96a85d4e (patch)
treedb4299254c53f3d43e222f42b646f83b843fb8a1
parentfaaa7e20c699fa82a90aba19471d9116ba0bfd17 (diff)
downloadaur-2e9cfd1c6ff27402c57df85b2f1381fb96a85d4e.tar.gz
revision
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a6e7f5c822..6d62abaa8522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tokodon-git
pkgdesc = A native Mastodon client
- pkgver = r47.0ca83fe
+ pkgver = r202.c80bd74
pkgrel = 1
url = https://invent.kde.org/network/tokodon
arch = i686
@@ -9,9 +9,21 @@ pkgbase = tokodon-git
makedepends = extra-cmake-modules
makedepends = qt5-tools
makedepends = git
+ makedepends = qt5-svg
+ makedepends = qt5-multimedia
+ makedepends = qt5-websockets
+ makedepends = qt5-quickcontrols2
+ makedepends = kcoreaddons
+ makedepends = ki18n
+ makedepends = knotifications
+ makedepends = knotifyconfig
+ makedepends = qqc2-desktop-style
depends = kirigami2
depends = qtkeychain-qt5
depends = kdbusaddons
+ depends = ki18n
+ depends = qt5-websockets
+ depends = knotifications
provides = tokodon
conflicts = tokodon
source = git+https://invent.kde.org/network/tokodon.git
diff --git a/PKGBUILD b/PKGBUILD
index 864d14fdb82b..5cfc769a27a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: marcin mikołajczak <me@mkljczk.pl>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
+# Contributor: marcin mikołajczak <me@mkljczk.pl>
pkgname=tokodon-git
-pkgver=r47.0ca83fe
+pkgver=r202.c80bd74
pkgrel=1
pkgdesc='A native Mastodon client'
arch=('i686' 'x86_64')
url='https://invent.kde.org/network/tokodon'
license=(LGPL)
-depends=(kirigami2 qtkeychain-qt5 kdbusaddons)
-makedepends=(extra-cmake-modules qt5-tools git)
+depends=(kirigami2 qtkeychain-qt5 kdbusaddons ki18n qt5-websockets knotifications)
+makedepends=(extra-cmake-modules qt5-tools git qt5-svg qt5-multimedia qt5-websockets qt5-quickcontrols2 kcoreaddons ki18n knotifications knotifyconfig qqc2-desktop-style )
optdepends=()
conflicts=(tokodon)
provides=(tokodon)