mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
filezilla: update to 3.9.0.3
also remove only_for_archs and replace it with nocross=yes – filezilla should build fine for ARM (in theory, anyway)
This commit is contained in:
parent
f52c0139af
commit
fa83095618
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'filezilla'
|
# Template file for 'filezilla'
|
||||||
pkgname=filezilla
|
pkgname=filezilla
|
||||||
version=3.8.0
|
version=3.9.0.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck"
|
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
only_for_archs="x86_64 i686"
|
|
||||||
makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel
|
makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel
|
||||||
gtk+-devel wxGTK-devel xdg-utils hicolor-icon-theme desktop-file-utils"
|
gtk+-devel wxWidgets-devel xdg-utils hicolor-icon-theme desktop-file-utils"
|
||||||
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
|
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Fast and reliable FTP, FTPS and SFTP client"
|
short_desc="Fast and reliable FTP, FTPS and SFTP client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://filezilla-project.org/"
|
homepage="http://filezilla-project.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
|
||||||
checksum=8d9c1c9812f916f83676e1930933683828579b40a9fba331c4757f84a02ec308
|
checksum=155af18b16dabec72f3c1135bae9e9048c6d9b0921c2042dd22e487fef45a939
|
||||||
|
nocross=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue