[arch-commits] Commit in filezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Mon May 6 16:32:24 UTC 2019
Date: Monday, May 6, 2019 @ 16:32:23
Author: bluewind
Revision: 461173
archrelease: copy trunk to community-x86_64
Added:
filezilla/repos/community-x86_64/PKGBUILD
(from rev 461172, filezilla/trunk/PKGBUILD)
Deleted:
filezilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-06 16:32:20 UTC (rev 461172)
+++ PKGBUILD 2019-05-06 16:32:23 UTC (rev 461173)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.41.2
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/"
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' 'libfilezilla')
-source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2")
-md5sums=('44113ebc39487a89ee1f441a0751ac76')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --disable-manualupdatecheck \
- --disable-autoupdatecheck \
- --with-pugixml=builtin \
- --with-wx-config=/usr/bin/wx-config-gtk3
-
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 461172, filezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-06 16:32:23 UTC (rev 461173)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.42.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="https://filezilla-project.org/"
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' 'libfilezilla')
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2")
+md5sums=('fe17909025d8e13a11b7a8cd85332feb')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --disable-manualupdatecheck \
+ --disable-autoupdatecheck \
+ --with-pugixml=builtin \
+ --with-wx-config=/usr/bin/wx-config-gtk3
+
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list