[arch-commits] Commit in leatherman/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Aug 14 08:53:11 UTC 2019


    Date: Wednesday, August 14, 2019 @ 08:53:11
  Author: anthraxx
Revision: 499187

upgpkg: leatherman 1.7.0-3 (add missing soname provides)

Modified:
  leatherman/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-14 08:44:10 UTC (rev 499186)
+++ PKGBUILD	2019-08-14 08:53:11 UTC (rev 499187)
@@ -4,7 +4,7 @@
 
 pkgname=leatherman
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('x86_64')
 url="https://github.com/puppetlabs/leatherman"
@@ -14,12 +14,15 @@
 checkdepends=('ruby')
 optdepends=('python: cpplint cmake script')
 provides=(
+  leatherman_curl.so
+  leatherman_dynamic_library.so
   leatherman_execution.so
-  leatherman_dynamic_library.so
-  leatherman_util.so
+  leatherman_file_util.so
+  leatherman_json_container.so
   leatherman_locale.so
-  leatherman_file_util.so
   leatherman_logging.so
+  leatherman_ruby.so
+  leatherman_util.so
 )
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/puppetlabs/leatherman/archive/${pkgver}.tar.gz"
         librapidjson-1.1.patch)



More information about the arch-commits mailing list