Date: Monday, December 12, 2022 @ 17:02:18
Author: freswa
Revision: 1358867
archrelease: copy trunk to community-x86_64
Added:
libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 1358866, libfilezilla/trunk/PKGBUILD)
Deleted:
libfilezilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-12 17:02:15 UTC (rev 1358866)
+++ PKGBUILD 2022-12-12 17:02:18 UTC (rev 1358867)
@@ -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.39.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=('ffa0728aaaa90e1561f8ab6bb855bf21068d0a653dd764560064b36efc20b9d0182d97151fb528a7fb26fb2f1779a884d23f1e4cf0b13fa7984e7f3568c9c217')
-b2sums=('f3fac951ea46e36d45748697f4f8d78b46176d457c42a031355f3d35713d419b31b2e886bfcba9f769814c67b8cd797ebc67b2ec6f338213a22dda7cc0282b6e')
-
-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 1358866,
libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-12 17:02:18 UTC (rev 1358867)
@@ -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.40.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=('95652289a015f9d663329638e6fe3bf03c769b6001ab5a61516ef6695e94d19ebc30ec4ac58ab84f583cdf1159b1db455731248c3239719adba420352618cc52')
+b2sums=('e70957ab6b32b36cb8abb6f0248c25383e4ad4a8163a5672e393c16f106e94a80cd2c89220cdb236f655845ec311952b2583865d8a0bafa88e387ba8017b74eb')
+
+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: