qtchooser: fix homepage + repository links
This commit is contained in:
parent
3a1e5c4b6a
commit
5c13890e87
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'qtchooser'
|
||||
pkgname=qtchooser
|
||||
version=20150315
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
short_desc="Qt4/Qt5 version chooser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1, GPL-3"
|
||||
homepage="http://qt.gitorious.org/qt/qtchooser"
|
||||
homepage="http://code.qt.io/cgit/qt/qtchooser.git/"
|
||||
|
||||
do_fetch() {
|
||||
git clone https://gitorious.org/qt/qtchooser.git ${wrksrc}
|
||||
git clone https://code.qt.io/qt/qtchooser.git ${wrksrc}
|
||||
}
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
|
|
Loading…
Reference in New Issue