mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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'
|
# Template file for 'qtchooser'
|
||||||
pkgname=qtchooser
|
pkgname=qtchooser
|
||||||
version=20141130
|
version=20150315
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="A QT version chooser"
|
short_desc="Qt4/Qt5 version chooser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="LGPL-2.1, GPL-3"
|
||||||
homepage="http://qt.gitorious.org/qt/qtchooser"
|
homepage="http://qt.gitorious.org/qt/qtchooser"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://gitorious.org/qt/qtchooser.git ${wrksrc}
|
git clone https://gitorious.org/qt/qtchooser.git ${wrksrc}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue