summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walch2015-08-30 12:45:25 +0200
committerFlorian Walch2015-09-26 18:04:30 +0200
commitbd30805b0f75b2910a05955ce3c98fd99d37f266 (patch)
treee082c17ab3d04add1f1e4e907014b6f0ab238f17
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.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cde84514efb..f5430c636f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = libvterm-bzr
pkgdesc = Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator.
- pkgver = r646
+ pkgver = r650
pkgrel = 1
url = http://www.leonerd.org.uk/code/libvterm
arch = i686
arch = x86_64
license = MIT
makedepends = bzr
- provides = libvterm=r646
+ provides = libvterm=r650
conflicts = libvterm
+ options = staticlibs
source = libvterm-bzr::bzr+http://bazaar.leonerd.org.uk/c/libvterm/
sha256sums = SKIP
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}"