Date: Tuesday, October 11, 2022 @ 20:15:37
Author: freswa
Revision: 1327725
archrelease: copy trunk to community-x86_64
Added:
libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 1327724, libfilezilla/trunk/PKGBUILD)
Deleted:
libfilezilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-11 20:15:30 UTC (rev 1327724)
+++ PKGBUILD 2022-10-11 20:15:37 UTC (rev 1327725)
@@ -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.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=('b5c4dcaef146ea3e249a4972e66aa441187693bea148f0ead0c08568ecf1856a78c7455cbc70737d82b9c33c2af5d6abe79dd4cb2dfbb65bdcefd6765016dfb6')
-b2sums=('2845f0309f8a9036f42930203b89d503ffe5897dbb819cc9249b3179deb24f5c562843471712702d7a302df0b3c7dead1bc108de9dd5dd4b1cb1501cd3ef9ba1')
-
-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 1327724,
libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-11 20:15:37 UTC (rev 1327725)
@@ -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.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: