summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2019-11-06 23:41:26 +0100
committerfrederik2019-11-06 23:41:26 +0100
commit7d310551fa727c8dcf7fce5752eb4d47a6cfd518 (patch)
tree09b01e8216d76fb2b92ad99c6674d0142feb058f
parentd227305308390192959943ea216d2271b4dee295 (diff)
downloadaur-7d310551fa727c8dcf7fce5752eb4d47a6cfd518.tar.gz
fix quoting in PKGBUILD header
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b75a52ae1c88..d074ebd2ccf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git')
provides=('tpacpi-bat')
conflicts=('tpacpi-bat')
backup=('etc/conf.d/tpacpi')
-source=(git://github.com/teleshoes/tpacpi-bat.git)
+source=('git://github.com/teleshoes/tpacpi-bat.git')
sha512sums=('SKIP')
pkgver() {