summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19c19d4c0c3d..49ff5b43ca0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=treeline-unstable
_pkg=${pkgname%%-*}
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc="Tree outliner and PIM which stores any kind of information within a tree structure; unstable development snapshot"
arch=(any)
url="http://treeline.bellz.org"
license=('GPL2')
-depends=('python-lxml' 'python-pyqt4' 'ispell')
+depends=('python-lxml' 'python-pyqt5' 'ispell')
conflicts=('treeline')
replaces=('treeline')
install=treeline.install
source=("http://sourceforge.net/projects/treeline/files/${pkgver}/treeline-${pkgver}.tar.gz/download")
-md5sums=('d846d7346ea97ae2e23efd59497b4952')
+md5sums=('66fdff065c9e4eae51e8f129a08d9631')
package() {
cd "$srcdir/TreeLine"