summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Janzic2020-10-20 22:53:55 +0200
committerJosip Janzic2020-10-20 22:53:55 +0200
commitd1d1b547d284009d06bb6cf68453bd58d608413f (patch)
tree77de0820049db65724234c7ef18419967c860b03 /PKGBUILD
parent6cc020eb41c866c09087571065510d0ad55279b6 (diff)
downloadaur-kandoman-git.tar.gz
Correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84eb67f8daac..deac1a09488c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: josip <josip@jjanzic.com>
pkgname=kandoman-git
_pkgname=kandoman
-pkgver=r11.979a418
+pkgver=r13.1f85a49
pkgrel=1
pkgdesc="UI for todoman in form of kanban board"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'arm' 'aarch64')
url="https://github.com/janza/kandoman"
license=('MIT')
-depends=('todoman' 'pyside2')
+depends=('todoman' 'python-pyqt5')
source=("${pkgname%-*}::git+https://github.com/janza/kandoman.git")
sha1sums=("SKIP")