summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolf2017-11-18 15:11:00 +0100
committerWolf2017-11-18 15:11:00 +0100
commit81fec83f0e538d1bd116b873907ae394e2cc6833 (patch)
tree91553a3c794cf90c75a1f6dea16390c630b81bd7 /PKGBUILD
parente2acac16a0cad5d99047cfe0c37c56a62e45a651 (diff)
downloadaur-81fec83f0e538d1bd116b873907ae394e2cc6833.tar.gz
Keep static libs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace90666273a..0dc11e5a155c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=xbase
pkgver=3.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="A C++ library"
arch=('i686' 'x86_64')
url='https://github.com/graywolf/xbase'
license=('LGPL')
depends=('gcc-libs')
makedepends=('git' 'cmake')
+options=(staticlibs)
source=("git+https://github.com/graywolf/xbase#tag=${pkgver}")
sha512sums=('SKIP')