diff options
Diffstat (limited to 'community/libphonenumber/APKBUILD')
-rw-r--r-- | community/libphonenumber/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD index 91e80936b6..bc92aabaa9 100644 --- a/community/libphonenumber/APKBUILD +++ b/community/libphonenumber/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libphonenumber pkgver=8.11.4 -pkgrel=0 +pkgrel=1 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" @@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/googlei18n/libphonenumber/ar build() { cd "$builddir/cpp" cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |