summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-06-15 14:18:53 -0700
committerDonald Carr2017-06-15 14:18:53 -0700
commit48a9be8c4d7e5f17b2fa7e00a252fae6b0a027c5 (patch)
tree7a706dbcaf4ced9087e8e3dac7961b78a0123be5
parentf7b1e8b18f002046f1bfab401de754f7618ee8cc (diff)
downloadaur-qlaunchfs.tar.gz
Don't check out a tag; grab the latest
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31c7e5a7ec2a..6c1b58abadbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ url="http://www.qt.io"
license=("LGPL3" "GPL3")
makedepends=("qt-sdk-raspberry-pi${_piver}")
depends=("qt-sdk-raspberry-pi-target-libs")
-source=("git://github.com/sirspudd/${pkgname}.git#tag=${pkgver}")
+source=("git://github.com/sirspudd/${pkgname}.git")
sha256sums=("SKIP")
options=('!strip')