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

Frederik Schwan freswa at gemini.archlinux.org
Tue Sep 14 23:48:12 UTC 2021


    Date: Tuesday, September 14, 2021 @ 23:48:12
  Author: freswa
Revision: 1014959

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-14 23:48:10 UTC (rev 1014958)
+++ PKGBUILD	2021-09-14 23:48:12 UTC (rev 1014959)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Florian Pritz <bluewind at xinu.at>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=libfilezilla
-pkgver=0.31.1
-pkgrel=1
-pkgdesc='Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs'
-url='https://lib.filezilla-project.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'gcc-libs' 'nettle' 'gnutls' 'libnettle.so' 'libhogweed.so')
-makedepends=(clang)
-checkdepends=('cppunit')
-provides=('libfilezilla.so')
-source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
-sha512sums=('072ae343bc44939deff435078c29954dc60e4bb5079aa705b7445bec17717919d4957858538284e4f131d734439743bd5d39085a618ea41d586be8be887cf2b8')
-b2sums=('b7cd275ee39d5ac62801889adae79515c056a5f838f4348324c0f5a975d3cc45a058b4c7d37f99179efe6808464b7972c31e300ae9e05371134d7a149b5616d5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXX=clang++
-  export CC=clang
-  ./configure \
-    --prefix=/usr \
-    --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 1014958, libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-14 23:48:12 UTC (rev 1014959)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.32.0
+pkgrel=1
+pkgdesc='Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs'
+url='https://lib.filezilla-project.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'gcc-libs' 'nettle' 'gnutls' 'libnettle.so' 'libhogweed.so')
+makedepends=(clang)
+checkdepends=('cppunit')
+provides=('libfilezilla.so')
+source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
+sha512sums=('72d3017612c1eea6fa31d50792f14ee9af066f24128404c2ce289736449aa444715716549bb1f472795807358a3f72fadca1da62b03345d52c7c330dbdb5b1c4')
+b2sums=('4fb3a360f943edaf06d58bf5dc50f50f1b5fffce5139fb4b40f54d41d9b6d253678dd818f2486204122843f841fcd3eb1b655c98936c63eed755ab83bf42fbef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list