summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2015-09-27 12:30:24 +0100
committerDouglas McFadzean2015-09-27 12:30:24 +0100
commit0e957bb7faba8bea0cb6e36b9fff0baf2134e3bc (patch)
treef6760e7563d44b8f4b7109ef35ba27169e1e8215
parent7c71ce92a0952dedf3e192dc6cb70249623d0428 (diff)
downloadaur-0e957bb7faba8bea0cb6e36b9fff0baf2134e3bc.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35c3ee48e3f..30409247a280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = treeline-unstable
pkgdesc = Tree outliner and PIM which stores any kind of information within a tree structure; unstable development snapshot
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = http://treeline.bellz.org
install = treeline.install
arch = any
- license = GPL
+ license = GPL2
depends = python-lxml
depends = python-pyqt4
depends = ispell
conflicts = treeline
replaces = treeline
- source = http://sourceforge.net/projects/treeline/files/2.0.0/treeline-2.0.0.tar.gz/download
- md5sums = 3f0a38b2c090dceacf89b7285cae99a6
+ source = http://sourceforge.net/projects/treeline/files/2.0.1/treeline-2.0.1.tar.gz/download
+ md5sums = 9ddaa06cd0890194fc9aa371bbf90f10
pkgname = treeline-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 7bd3a85b9487..adb493ec3fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=treeline-unstable
_pkg=${pkgname%%-*}
-pkgver=2.0.0
+pkgver=2.0.1
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=('GPL')
+license=('GPL2')
depends=('python-lxml' 'python-pyqt4' 'ispell')
conflicts=('treeline')
replaces=('treeline')
install=treeline.install
source=("http://sourceforge.net/projects/treeline/files/${pkgver}/treeline-${pkgver}.tar.gz/download")
-md5sums=('3f0a38b2c090dceacf89b7285cae99a6')
+md5sums=('9ddaa06cd0890194fc9aa371bbf90f10')
package() {
cd "$srcdir/TreeLine"