summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDouglas McFadzean2015-09-27 12:30:24 +0100
committerDouglas McFadzean2015-09-27 12:30:24 +0100
commit0e957bb7faba8bea0cb6e36b9fff0baf2134e3bc (patch)
treef6760e7563d44b8f4b7109ef35ba27169e1e8215 /PKGBUILD
parent7c71ce92a0952dedf3e192dc6cb70249623d0428 (diff)
downloadaur-0e957bb7faba8bea0cb6e36b9fff0baf2134e3bc.tar.gz
Update to 2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"