diff --git a/cblrepo.cabal b/cblrepo.cabal
--- a/cblrepo.cabal
+++ b/cblrepo.cabal
@@ -1,5 +1,5 @@
 name: cblrepo
-version: 0.9.2
+version: 0.9.3
 cabal-version: >= 1.6
 license: OtherLicense
 license-file: LICENSE-2.0
diff --git a/src/Util/Translation.hs b/src/Util/Translation.hs
--- a/src/Util/Translation.hs
+++ b/src/Util/Translation.hs
@@ -160,7 +160,7 @@
             , text "arch=('i686' 'x86_64')"
             , pretty makeDepends
             , pretty depends
-            , text "options=('strip')"
+            , text "options=('strip' 'staticlibs')"
             , pretty source
             , maybe empty pretty install
             , pretty sha256sums
