summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2015-08-30 12:45:25 +0200
committerFlorian Walch2015-09-26 18:04:30 +0200
commitbd30805b0f75b2910a05955ce3c98fd99d37f266 (patch)
treee082c17ab3d04add1f1e4e907014b6f0ab238f17 /PKGBUILD
parent2a83b3c6bb042a40292386944e46b24589d44e36 (diff)
downloadaur-bd30805b0f75b2910a05955ce3c98fd99d37f266.tar.gz
Add 'staticlibs' option to PKGBUILD.
As this is a VCS package, the library's API might change at any time. Projects using this library thus might want to link it statically.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51d620c67797..10cb6e79701b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Walch <florian+aur@fwalch.com>
pkgname=libvterm-bzr
-pkgver=r646
+pkgver=r650
pkgrel=1
pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator.'
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@ conflicts=('libvterm')
provides=("libvterm=${pkgver}")
source=("${pkgname}::bzr+http://bazaar.leonerd.org.uk/c/libvterm/")
sha256sums=('SKIP')
+options=('staticlibs')
pkgver() {
cd "${pkgname}"