diff options
author | root <root@rshg054.dnsready.net> | 2011-09-15 23:14:42 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-15 23:14:42 +0000 |
commit | 062d1ba2c4d5de52d97f339c5a3ac1199b8533f6 (patch) | |
tree | bd00d2e476e1761b3771b1849a3a207dd8cb5c57 /community/roxterm/PKGBUILD | |
parent | d5effc9aadfb9ed5890376ca9497eef52fafcf83 (diff) |
Thu Sep 15 23:14:42 UTC 2011
Diffstat (limited to 'community/roxterm/PKGBUILD')
-rw-r--r-- | community/roxterm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index 321366e0e..ad189f6e9 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55281 2011-09-08 15:08:58Z ttopper $ +# $Id: PKGBUILD 55595 2011-09-14 14:55:41Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=roxterm -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="Tabbed, VTE-based terminal emulator" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'dbus' 'dbus-core' 'glib2') makedepends=('docbook-xsl' 'xmlto' 'po4a') install=roxterm.install source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.gz) -md5sums=('45f694c3633a4af2b76472dcac9203a7') -sha1sums=('c4fb10ca28ca5d781a2ed98cb7e13cbac0762cc9') +md5sums=('ad94bb37de28fcc3997a5529277708a1') +sha1sums=('463c334596744f60f9592752d85eb4af4feeef1d') build() { |