[arch-commits] Commit in libfilezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Fri Apr 1 16:46:56 UTC 2022
Date: Friday, April 1, 2022 @ 16:46:56
Author: freswa
Revision: 1180590
archrelease: copy trunk to community-x86_64
Added:
libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 1180589, libfilezilla/trunk/PKGBUILD)
Deleted:
libfilezilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-01 16:46:53 UTC (rev 1180589)
+++ PKGBUILD 2022-04-01 16:46:56 UTC (rev 1180590)
@@ -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.36.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=('c6b0240c560afb87426f7ccf01e34eb92975b043697be89f26a12dcfaf4a109d308eed200429f986b14f80111573ea5a869194375c844fa7b666d173e9629a0a')
-b2sums=('d578b7c83cbd440acbb3efe2994c7140bfb0a11271e68a8bae52ac53f10e1ccf428c50d07e8cfc79f63beb0a3bffe8fbffd962413725817ac9df14e0b3b3a1cd')
-
-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 1180589, libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-01 16:46:56 UTC (rev 1180590)
@@ -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.37.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=('799ec5dd7f38afc8f6db11b6b911a065dcbee00898131f6378c0fff5e2b58bc9c08dca1da7e8ebb50777a5b8df81f21743057e4940c2886fb24fb4122e114b76')
+b2sums=('85a3ecdf98ff892732e537ab4f7b28cb2b612876b87efd843b9f897dde799f678314a18b83e78424c36eb8d6a016dd6fa840d95f75ebc9fe66539080524a389e')
+
+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