summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe77165ffd20..0cf2d543c871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/adurbin/iotools"
license=('GPL')
#depends=('')
makedepends=('git')
-source=("git://github.com/adurbin/iotools.git")
+source=("git+https://github.com/adurbin/iotools.git")
md5sums=('SKIP')
pkgver() {
@@ -20,6 +20,7 @@ pkgver() {
build() {
cd "$srcdir/${_pkgname}"
unset CPPFLAGS
+ #CFLAGS="$CFLAGS -static"
make
}