Date: Wednesday, November 2, 2016 @ 14:53:33 Author: bluewind Revision: 194480
upgpkg: libfilezilla 0.8.0-1 upstream update Modified: libfilezilla/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-02 14:51:32 UTC (rev 194479) +++ PKGBUILD 2016-11-02 14:53:33 UTC (rev 194480) @@ -2,7 +2,7 @@ # Contributor: Martchus <[email protected]> pkgname=libfilezilla -pkgver=0.7.1 +pkgver=0.8.0 pkgrel=1 pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('GPL') depends=('gcc-libs') checkdepends=('cppunit') -source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2") +source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2") build() { cd "${srcdir}/$pkgname-$pkgver" @@ -30,4 +30,4 @@ cd "${srcdir}/$pkgname-$pkgver" make DESTDIR="${pkgdir}" install } -md5sums=('3e4765e085703a8f2dd076ac2cd1f84a') +md5sums=('ef0fcfc9430701f0b94fe695f93c5354')
