summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDouglas McFadzean2018-01-28 14:06:30 +0000
committerDouglas McFadzean2018-01-28 14:06:30 +0000
commit13d6c8666c2b36ccb7e93851df42f100c106bfb2 (patch)
tree13dc5ca77946e6226a664c908f6c8bbe72627406 /PKGBUILD
parentde8114cb55600e46683a9104cce26c7323b3ea88 (diff)
downloadaur-treeline-unstable.tar.gz
Update to 2.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04e0795d9f81..394c8f0bc991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=treeline-unstable
_pkg=${pkgname%%-*}
-pkgver=2.1.2
+pkgver=2.9.0
pkgrel=1
pkgdesc="Tree outliner and PIM which stores any kind of information within a tree structure; unstable development snapshot"
-arch=(any)
+arch=('any')
url="http://treeline.bellz.org"
license=('GPL2')
-depends=('python-lxml' 'python-pyqt5' 'ispell')
+depends=('python-lxml' 'python-pyqt5')
+optdepends=('aspell' 'ispell' 'hunspell')
conflicts=('treeline')
replaces=('treeline')
-install=treeline.install
source=("http://sourceforge.net/projects/treeline/files/${pkgver}/treeline-${pkgver}.tar.gz/download")
-md5sums=('1d6880f4b20d7b2e8c9ca6f496f88747')
+md5sums=('c27d6af5162bb9a181f6d520e2590919')
package() {
cd "$srcdir/TreeLine"