[arch-commits] Commit in libfilezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Tue Feb 20 09:16:57 UTC 2018
Date: Tuesday, February 20, 2018 @ 09:16:57
Author: bluewind
Revision: 296453
archrelease: copy trunk to community-x86_64
Added:
libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 296452, libfilezilla/trunk/PKGBUILD)
Deleted:
libfilezilla/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-20 09:16:51 UTC (rev 296452)
+++ PKGBUILD 2018-02-20 09:16:57 UTC (rev 296453)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Martchus <martchus at gmx.net>
-
-pkgname=libfilezilla
-pkgver=0.11.2
-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')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2")
-
-build() {
- cd "${srcdir}/$pkgname-$pkgver"
- ./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=('b4e1aa9f7cb40e0266daea69e5f66fcc')
Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 296452, libfilezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-20 09:16:57 UTC (rev 296453)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.12.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')
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2")
+
+build() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ ./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=('3811f59645f2632a901584a6e7832f91')
More information about the arch-commits
mailing list