qtchooser: update to 20150315
Use https to clone gitorious repository. Close #1128.
This commit is contained in:
parent
ec794dd567
commit
18142ab707
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'qtchooser'
|
||||
pkgname=qtchooser
|
||||
version=20141130
|
||||
version=20150315
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
short_desc="A QT version chooser"
|
||||
short_desc="Qt4/Qt5 version chooser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
license="LGPL-2.1, GPL-3"
|
||||
homepage="http://qt.gitorious.org/qt/qtchooser"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://gitorious.org/qt/qtchooser.git ${wrksrc}
|
||||
git clone https://gitorious.org/qt/qtchooser.git ${wrksrc}
|
||||
}
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
|
|
Loading…
Reference in a new issue