diff --git a/PKGBUILD b/PKGBUILD index e28e0ae..a724c93 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python3-fildem -pkgver=0.6.5 +pkgver=0.6.7 pkgrel=1 pkgdesc="This project is a fork of gnomehud with the adition of a global menu bar" arch=('i686' 'x86_64') @@ -8,7 +8,9 @@ depends=('bamf' 'appmenu-gtk-module' 'libkeybinder3' 'libdbusmenu-gtk2' - 'libdbusmenu-gtk3') + 'libdbusmenu-gtk3' + 'python-fuzzysearch' + 'python-future') makedepends=('git') provides=("python3-fildem=$pkgver") source=('git+https://github.com/gonzaarcr/fildem.git') @@ -21,7 +23,7 @@ pkgver() { build() { cd "$srcdir/fildem" - python3 setup.py bdist_wheel + python3 setup.py build } check() { diff --git a/fildemGMenu@gonza.com/metadata.json b/fildemGMenu@gonza.com/metadata.json index 9920348..7b101d2 100644 --- a/fildemGMenu@gonza.com/metadata.json +++ b/fildemGMenu@gonza.com/metadata.json @@ -5,7 +5,8 @@ "shell-version": [ "3.36", "3.38", - "40" + "40", + "41" ], "url": "https://github.com/gonzaarcr/Fildem", "uuid": "fildemGMenu@gonza.com"