summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2014-10-31 19:27:43 +0800
committerYen Chi Hsuan2014-10-31 19:27:43 +0800
commit78dfc88b63837a8912e6e2a9753dd9a340d8f230 (patch)
treee07ac2b5f99318ea6a80d84b8a4b513f7247227a
parente700d855161ef91706693fdf77d28a66440b8264 (diff)
downloadaur-78dfc88b63837a8912e6e2a9753dd9a340d8f230.tar.gz
Use https instead of git for dhcptest and thrift-base
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26721b068db8..5d5cac80c3d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dhcptest-git
pkgver=0.4.r0.ga2e034e
-pkgrel=1
+pkgrel=2
pkgdesc="DHCP test client"
arch=('i686' 'x86_64')
url="https://github.com/CyberShadow/dhcptest"
license=('BSL1.0')
makedepends=('dmd' 'git')
-source=("$pkgname"::'git://github.com/CyberShadow/dhcptest'
+source=("$pkgname"::'git+https://github.com/CyberShadow/dhcptest'
'http://www.boost.org/LICENSE_1_0.txt')
md5sums=('SKIP'
'e4224ccaecb14d942c71d31bef20d78c')