summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Nagel2015-06-10 17:14:06 +0200
committerGeorg Nagel2015-06-10 17:14:06 +0200
commit436d65175579efca063696b2ea51930197980e60 (patch)
treea878a0825b19ff7c597db042b18678cf925780d0
parentb01f2c2dfda02b9c4bd8ecee39100be995c900be (diff)
downloadaur-436d65175579efca063696b2ea51930197980e60.tar.gz
fixed repo current tag url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ba62f950bf7..2a450ef034b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=('liblo' 'avahi' 'libusb' 'libusb-compat' 'libftdi-compat' 'openslp')
conflicts=('ola')
source=("git+https://github.com/OpenLightingProject/ola.git")
# uncomment for 0.9.5
-#source=("$pkgname::git+https://github.com/OpenLightingProject/ola#tag=0.9.5")
+#source=("git+https://github.com/OpenLightingProject/ola.git#tag=0.9.5")
sha256sums=('SKIP')
_gitname="ola"