summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2022-07-05 16:42:11 +0200
committerSanskritFritz2022-07-05 16:42:11 +0200
commitfa860001153beba0ae1cc7611067498cf0e31ac1 (patch)
tree6be6f7721868769d12d39177a1999a97120519f5 /PKGBUILD
parent7b365d1dd2a49d8cf22f9f2866efe6c2af7cf607 (diff)
downloadaur-fa860001153beba0ae1cc7611067498cf0e31ac1.tar.gz
Again some dependency fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e022a4e02f54..a13e6b89c254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,16 @@
_name=kupfer
pkgname=$_name-git
-pkgver=v311.r4.gd8a469d4
+pkgver=v321.r9.g35759097
pkgrel=1
pkgdesc="An interface for quick and convenient access to applications and their documents."
arch=(any)
url="https://kupferlauncher.github.io/"
-license=('GPL')
+license=('GPL3')
depends=('libkeybinder3' 'python-dbus' 'python-cairo' 'libwnck3' 'python-xdg' 'python-gobject')
-makedepends=('intltool')
-optdepends=('gnome-python-desktop: enables all plugins and gnome integration'
- 'xautomation: enables the Send Keys plugin'
- 'gvfs: enables the Trash plugin')
-makedepends=('intltool' 'git')
+makedepends=('intltool' 'itstool' 'python-docutils' 'git')
+optdepends=('xautomation: Send Keys plugin'
+ 'gvfs: Trash plugin')
provides=("$_name")
conflicts=("$_name")
source=("git+https://github.com/kupferlauncher/kupfer.git")