summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Nagel2015-06-08 13:44:10 +0200
committerGeorg Nagel2015-06-08 13:44:10 +0200
commitcb30d824f2b6c34103a3d121b010d65da6998dea (patch)
tree073ab9c370f5fc6e78d6b440689d0ae60ebf59e8
parentd78f6432ab48b7c34d56022dfe6213d3bfeddb15 (diff)
downloadaur-cb30d824f2b6c34103a3d121b010d65da6998dea.tar.gz
fixed the source ?
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7349d198e92..189697d47b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git')
depends=('libmicrohttpd' 'cppunit' 'protobuf' 'python2-protobuf' 'python2')
optdepends=('liblo' 'avahi' 'libusb' 'libusb-compat' 'libftdi-compat' 'openslp')
conflicts=('ola')
-source=("$pkgname::git+https://github.com/OpenLightingProject/ola")
+source=("${pkgname}"::'git+https://github.com/OpenLightingProject/ola.git')
# uncomment for 0.9.5
#source=("$pkgname::git+https://github.com/OpenLightingProject/ola#tag=0.9.5")
sha256sums=('SKIP')