summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-02-22 00:17:42 +0000
committerDouglas McFadzean2017-02-22 00:17:42 +0000
commit6be10c4cb5786e139dc51ee800993a1c86520b7d (patch)
tree907c773e77ad0999c785fc4c536b8b92a7ef49c4
parentd67299d2a3926c425e72dacba0e1907cf57815ba (diff)
downloadaur-6be10c4cb5786e139dc51ee800993a1c86520b7d.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18bda5eec65f..8d474c8cf4fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
+# Generated by mksrcinfo v8
+# Wed Feb 22 00:16:46 UTC 2017
pkgbase = treeline-unstable
pkgdesc = Tree outliner and PIM which stores any kind of information within a tree structure; unstable development snapshot
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = http://treeline.bellz.org
install = treeline.install
arch = any
license = GPL2
depends = python-lxml
- depends = python-pyqt4
+ depends = python-pyqt5
depends = ispell
conflicts = treeline
replaces = treeline
- source = http://sourceforge.net/projects/treeline/files/2.0.2/treeline-2.0.2.tar.gz/download
- md5sums = d846d7346ea97ae2e23efd59497b4952
+ source = http://sourceforge.net/projects/treeline/files/2.1.0/treeline-2.1.0.tar.gz/download
+ md5sums = 66fdff065c9e4eae51e8f129a08d9631
pkgname = treeline-unstable
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"