diff options
Diffstat (limited to 'community/libnitrokey/APKBUILD')
-rw-r--r-- | community/libnitrokey/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libnitrokey/APKBUILD b/community/libnitrokey/APKBUILD index 74c47126dd..f0919995c0 100644 --- a/community/libnitrokey/APKBUILD +++ b/community/libnitrokey/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libnitrokey pkgver=3.5 -pkgrel=0 +pkgrel=1 arch="all" url="https://nitrokey.com/" pkgdesc="Communicate with Nitrokey devices in a clean and easy manner" @@ -14,7 +14,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make |