[arch-commits] Commit in libfilezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Mon Jul 23 08:36:13 UTC 2018
Date: Monday, July 23, 2018 @ 08:36:13
Author: bluewind
Revision: 362933
archrelease: copy trunk to community-x86_64
Added:
libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 362932, libfilezilla/trunk/PKGBUILD)
Deleted:
libfilezilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-23 08:34:12 UTC (rev 362932)
+++ PKGBUILD 2018-07-23 08:36:13 UTC (rev 362933)
@@ -1,36 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=libfilezilla
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs"
-arch=('x86_64')
-url="https://lib.filezilla-project.org/"
-license=('GPL')
-depends=('gcc-libs')
-makedepends=(clang)
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2")
-
-build() {
- cd "${srcdir}/$pkgname-$pkgver"
- export CXX=clang++
- export CC=clang
- ./configure \
- --prefix=/usr \
- --disable-static
- make
-}
-
-check() {
- cd "${srcdir}/$pkgname-$pkgver"
- # LANG needed to fix string_test::test_conversion2
- LANG=en_US.UTF-8 make check
-}
-
-package() {
- cd "${srcdir}/$pkgname-$pkgver"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('28faa13d86fbb7b5e3edac22956449ca')
Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 362932, libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-23 08:36:13 UTC (rev 362933)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/"
+license=('GPL')
+depends=('gcc-libs')
+makedepends=(clang)
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2")
+
+build() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ export CXX=clang++
+ export CC=clang
+ ./configure \
+ --prefix=/usr \
+ --disable-static
+ make
+}
+
+check() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ # LANG needed to fix string_test::test_conversion2
+ LANG=en_US.UTF-8 make check
+}
+
+package() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('bdb48a81e0cdef196fc336bf306cd6d5')
More information about the arch-commits
mailing list