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

Jan Steffens heftig at archlinux.org
Sat May 8 18:27:56 UTC 2021


    Date: Saturday, May 8, 2021 @ 18:27:55
  Author: heftig
Revision: 414756

libdepends

Modified:
  libphonenumber/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-08 18:24:34 UTC (rev 414755)
+++ PKGBUILD	2021-05-08 18:27:55 UTC (rev 414756)
@@ -9,7 +9,6 @@
 license=(Apache)
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git 'java-environment>=9')
-provides=(libgeocoding.so libphonenumber.so)
 _commit=23bede8f3f1e8abf4099b6366b4c87fbf695dba3  # tags/v8.12.22^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
@@ -37,5 +36,8 @@
 }
 
 package() {
+  depends+=(libicu{uc,i18n}.so libprotobuf.so libboost_thread.so)
+  provides+=(libgeocoding.so libphonenumber.so)
+
   DESTDIR="$pkgdir" cmake --install build
 }



More information about the arch-commits mailing list