summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Phillips2016-04-03 11:34:48 +1200
committerDavid Phillips2016-04-03 11:34:48 +1200
commit9260aa679890c40d7ef499fc6af7ec11310ff86b (patch)
treeea58f501569840f6d2999ee1fd9ac89e080998f9
parent2747ccef03f4a0a906bfe4dc62eb10b648d5cc93 (diff)
downloadaur-9260aa679890c40d7ef499fc6af7ec11310ff86b.tar.gz
Change url from array to string
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161589ec78c1..3848ba96b996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.7
pkgrel=1
pkgdesc="Docking battery monitor and CPU governer controller (fork of trayfreq)"
arch=('i686' 'x86_64' 'armv6h')
-url=(https://github.com/phillid/${pkgname})
+url=https://github.com/phillid/${pkgname}
license=('GPL')
depends=('gtk3' 'sudo')
makedepends=()