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

Levente Polyak anthraxx at archlinux.org
Sat Mar 28 16:19:54 UTC 2020


    Date: Saturday, March 28, 2020 @ 16:19:53
  Author: anthraxx
Revision: 378608

upgpkg: jsoncpp 1.9.2-1

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-28 16:19:01 UTC (rev 378607)
+++ PKGBUILD	2020-03-28 16:19:53 UTC (rev 378608)
@@ -15,24 +15,24 @@
 options=('staticlibs')
 source=(https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
 sha512sums=('7c7188199d62ae040d458d507ba62f0370c53f39c580760ee5485cae5c08e5ced0c9aea7c14f54dfd041999a7291e4d0f67f8ccd8b1030622c85590774688640')
+b2sums=('9081bf2b2599194c1c77476287e34aaeacc3c331147db79e3343eae28321e55dbfc8d74faf899912c257194030d39eac4fdb016a68290755badd1b68b0a69dd4')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
   echo "${pkgver}" > version
-  sed -E "s|(version : )'1.9.0'|\1'${pkgver}'|" -i meson.build
 }
 
 build() {
   cd ${pkgbase}-${pkgver}
-  msg2 "Building shared library..."
+  echo "Building shared library..."
   arch-meson --default-library shared build
   ninja -C build
 
-  msg2 "Building static library..."
+  echo "Building static library..."
   arch-meson --default-library static build-static
   ninja -C build-static
 
-  msg2 "Building docs..."
+  echo "Building docs..."
   python doxybuild.py \
     --doxygen="$(command -v doxygen)" \
     --with-dot



More information about the arch-commits mailing list