hugin: Fix version and distfile url
This commit is contained in:
parent
6e04539094
commit
5ed654a2f7
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'hugin'
|
||||
pkgname=hugin
|
||||
version=2017.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${version}.0
|
||||
version=2017.0.0
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${version}
|
||||
build_style=cmake
|
||||
configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
||||
pycompile_module="hpi.py hsi.py"
|
||||
|
@ -17,7 +17,7 @@ depends="exiftool"
|
|||
license="GPL-2"
|
||||
homepage="http://hugin.sourceforge.net/"
|
||||
short_desc="An easy to use panoramic imaging toolchain"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue