diff options
author | The-Repo-Club | 2021-08-19 17:39:03 +0100 |
---|---|---|
committer | The-Repo-Club | 2021-08-19 17:39:03 +0100 |
commit | 439d40d68099a7fe77711aaa22010b5df7233b55 (patch) | |
tree | 5958c1322c8392118f9e3cb07cb3eacb12cd755d | |
parent | dc1e988601c4e7deb8bef73d864a636a9d10de04 (diff) | |
download | aur-439d40d68099a7fe77711aaa22010b5df7233b55.tar.gz |
Fixed packages
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ pkgbase = index-fm-git pkgdesc = Index is a file manager that works on desktops, Android and Plasma Mobile - pkgver = r26.g1101ebb-1 + pkgver = v2.0.0.r5.g818bd9f pkgrel = 1 url = https://invent.kde.org/maui/index-fm arch = any license = GPL3 + makedepends = git makedepends = cmake makedepends = extra-cmake-modules - depends = git - depends = mauikit-git + depends = mauikit + depends = mauikit-filebrowsing depends = qmltermwidget source = git+https://invent.kde.org/maui/index-fm.git md5sums = SKIP pkgname = index-fm-git - @@ -1,13 +1,13 @@ # Maintainer: Lerentis <lerentis@burntbunch.org> pkgname=index-fm-git -pkgver=v1.1.1.r26.g1101ebb +pkgver=v2.0.0.r5.g818bd9f pkgrel=1 pkgdesc="Index is a file manager that works on desktops, Android and Plasma Mobile" arch=('any') url="https://invent.kde.org/maui/index-fm" license=('GPL3') -depends=('git' 'mauikit-git' 'qmltermwidget') -makedepends=('cmake' 'extra-cmake-modules') +depends=('mauikit' 'mauikit-filebrowsing' 'qmltermwidget') +makedepends=('git' 'cmake' 'extra-cmake-modules') source=("git+https://invent.kde.org/maui/index-fm.git") md5sums=('SKIP') |