Date: Monday, April 24, 2023 @ 08:44:18
  Author: freswa
Revision: 1448477

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-24 08:44:15 UTC (rev 1448476)
+++ PKGBUILD    2023-04-24 08:44:18 UTC (rev 1448477)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Florian Pritz <[email protected]>
-# Contributor: Martchus <[email protected]>
-
-pkgname=libfilezilla
-epoch=1
-pkgver=0.42.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.xz)
-sha512sums=('c0b82872a7326741255f18994adac2fe527cc26a3b99ea518e1e9838286bcb99b5d3ce4c13a73568b66e4e44cc1a1d45e2aa57790ef613d51c4661f6445dcb53')
-b2sums=('2fb4cb2f5b4ea1e8d6a12db8ab18c51220afa1f2bfc2ea9351f8921c38879aec2cfa21625297ee8c03436c86e56e06a6041e0b90df3130c4a1b7bd0907dc77f9')
-
-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 1448476, 
libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-24 08:44:18 UTC (rev 1448477)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Florian Pritz <[email protected]>
+# Contributor: Martchus <[email protected]>
+
+pkgname=libfilezilla
+epoch=1
+pkgver=0.42.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.xz)
+sha512sums=('b1db5404acb6a05edda7762da16a93b66059b178cf8a7cdc9c37b0ec17745d6ab5ef747a556d4293b146d728bbff57a3776b21ea2b933e86025bd610914b6373')
+b2sums=('820c2ce90c74d1948ae63b7d48c8b992835877d7ad9c8706e57d0d5598dfc6bbd3f405188c4208b79fa6d222ef07dcfa6fcd7ad198ee46a7799c764d8267dbfb')
+
+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:

Reply via email to