summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2016-09-04 18:43:46 -0400
committerSlashbunny2016-09-04 18:43:46 -0400
commitc081025ee73625a4b0fe9207287afa162b18069c (patch)
treefa97fa3171f9c9357af4c8b255b1c26ad3e5c394 /PKGBUILD
parent30428889311134d48ac0b5a7b5951004af9e9eb4 (diff)
downloadaur-tracks.tar.gz
url should not be an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92bade7e75e8..08de8dfae2f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2.3.0
pkgrel=1
pkgdesc="Web-based application helping to implement the 'Getting things done' methodology"
arch=('any')
-url=("http://www.getontracks.org/")
+url="http://www.getontracks.org/"
license=('GPL')
makedepends=('libmariadbclient' 'libxml2' 'libxslt' 'ruby-bundler' 'sqlite')
backup=('usr/share/webapps/tracks/config/database.yml'