summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-09-04 18:43:46 -0400
committerSlashbunny2016-09-04 18:43:46 -0400
commitc081025ee73625a4b0fe9207287afa162b18069c (patch)
treefa97fa3171f9c9357af4c8b255b1c26ad3e5c394
parent30428889311134d48ac0b5a7b5951004af9e9eb4 (diff)
downloadaur-tracks.tar.gz
url should not be an array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7af9523406ca..6b9e4e6cd35f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Sep 4 22:43:35 UTC 2016
pkgbase = tracks
pkgdesc = Web-based application helping to implement the 'Getting things done' methodology
pkgver = 2.3.0
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'