qjson: use http instead of git.

This commit is contained in:
Enno Boland 2015-07-25 22:56:48 +02:00
parent b5385081c5
commit 099f39a664

View file

@ -3,16 +3,14 @@ pkgname=qjson
version=0.8.1 version=0.8.1
revision=3 revision=3
build_style=cmake build_style=cmake
hostmakedepends="cmake git" hostmakedepends="cmake"
makedepends="qt-devel" makedepends="qt-devel"
short_desc="A QT-based library that maps JSON data to QVariant objects" short_desc="A QT-based library that maps JSON data to QVariant objects"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="http://qjson.sourceforge.net" homepage="http://qjson.sourceforge.net"
distfiles="https://github.com/flavio/qjson/archive/$version.tar.gz"
do_fetch() { checksum=920c94166cb91b1cf11c7d2745bdbcc8c0ea82411ca7b3732ce0b00ee2d56e98
git clone -b${version} git://github.com/flavio/qjson.git ${pkgname}-${version}
}
qjson-devel_package() { qjson-devel_package() {
depends="qt-devel ${sourcepkg}>=${version}" depends="qt-devel ${sourcepkg}>=${version}"