summaryrefslogtreecommitdiff
path: root/community/roxterm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
committerroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
commit0f02baec6afdab918d86a226ee9a984482b5a534 (patch)
tree15cb1e77a0a46bc218404a4725caeda3089039f8 /community/roxterm/PKGBUILD
parent975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff)
Wed Apr 17 00:05:54 PDT 2013
Diffstat (limited to 'community/roxterm/PKGBUILD')
-rw-r--r--community/roxterm/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD
index f970099cf..040667852 100644
--- a/community/roxterm/PKGBUILD
+++ b/community/roxterm/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 72814 2012-06-22 18:59:49Z ttopper $
+# $Id: PKGBUILD 88305 2013-04-16 12:29:33Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=roxterm
-pkgver=2.6.5
+pkgver=2.7.1
pkgrel=1
-pkgdesc="Tabbed, VTE-based terminal emulator"
+pkgdesc='Tabbed, VTE-based terminal emulator'
arch=('i686' 'x86_64')
-url="http://roxterm.sourceforge.net/"
+url='http://roxterm.sourceforge.net/'
license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme')
makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 'imagemagick' 'librsvg')
install=roxterm.install
source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2")
-sha1sums=('1c0062abe7c133cf606f2f12013bad5a991b33a8')
-md5sums=('c95d9a74f342573bce71a19b50d46832')
+md5sums=('97b33c75fbded13d99ecdc1452ec6d0b')
+sha1sums=('3fb4012d5b5283cb740962cd295cdfd5c6c0044d')
build() {
cd "${srcdir}/roxterm-${pkgver}"
- python2 mscript.py configure --prefix="/usr"
+ python2 mscript.py configure --prefix='/usr'
python2 mscript.py build
}