[arch-commits] Commit in libfilezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Jun 27 17:55:24 UTC 2019


    Date: Thursday, June 27, 2019 @ 17:55:24
  Author: bluewind
Revision: 485104

archrelease: copy trunk to community-x86_64

Added:
  libfilezilla/repos/community-x86_64/PKGBUILD
    (from rev 485103, libfilezilla/trunk/PKGBUILD)
Deleted:
  libfilezilla/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-27 17:55:21 UTC (rev 485103)
+++ PKGBUILD	2019-06-27 17:55:24 UTC (rev 485104)
@@ -1,36 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=libfilezilla
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs"
-arch=('x86_64')
-url="https://lib.filezilla-project.org/"
-license=('GPL')
-depends=('gcc-libs' 'nettle')
-makedepends=(clang)
-checkdepends=('cppunit')
-source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2")
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  export CXX=clang++
-  export CC=clang
-  ./configure \
-    --prefix=/usr \
-    --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-sha512sums=('ea3302ae0c51582d6715fa3dd06d330a2ac820c3229b4dcab4a3470021dba667b6aea1a5b13168d720d7218cc8513e40c97990ed6573d0ea46d76e6ef50c2e6e')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 485103, libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-27 17:55:24 UTC (rev 485104)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/"
+license=('GPL')
+depends=('gcc-libs' 'nettle')
+makedepends=(clang)
+checkdepends=('cppunit')
+source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2")
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+sha512sums=('c9c88bf3cbeb5284c3e55571b40b07f780cb23aeb802284d385a2564bf46396875a34739f9819b0c3f89923950f19a13f6454940434a987bb91b2f23b898f774')



More information about the arch-commits mailing list