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

Frederik Schwan freswa at gemini.archlinux.org
Fri Apr 29 15:18:37 UTC 2022


    Date: Friday, April 29, 2022 @ 15:18:37
  Author: freswa
Revision: 1191796

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 15:18:34 UTC (rev 1191795)
+++ PKGBUILD	2022-04-29 15:18:37 UTC (rev 1191796)
@@ -1,42 +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
-epoch=1
-pkgver=0.37.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=('1bcf9da8ec0fbac1ffada95d8dc1e4a67fbd77fca9273fa9e67418c7e89c74139683535fb917db4fa750bd263cb45a8f230e32b6ab890f3ca5ef5af39ef8ecae')
-b2sums=('ae76a1d9d9829061ec95ae3b94e282a32835db19b85859c39db5b089a478f93b511fce4a798ebe79bf628bcb6b30f3ea40ff34aacfe2201bfa93887d4f8ce48e')
-
-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 1191795, libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-29 15:18:37 UTC (rev 1191796)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+epoch=1
+pkgver=0.37.2
+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=('a8902977bae5f442045faa8a68c2f85e667a2371b1e643fde49e592fa9544b0a672c476246b01b2ba7b52390b37b0f1f33e5196be4499eddf5783f225091c93a')
+b2sums=('8ff4bee0c007c2c527d172bef8a6efd4e3238e9a265d75d5a8bcc50a204e0fcef09876f112d7eacd4df4f4cf6551361e99646dd7729ab09774a7416440c5ee06')
+
+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