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