summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"