diff options
author | root <root@rshg047.dnsready.net> | 2011-07-04 23:11:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-04 23:11:10 +0000 |
commit | 9d2caacbc33de06407311a5da87e5d22e0266435 (patch) | |
tree | c0eb320a79d1e1943d2531e3fe3c1422367cb48d /community/roxterm | |
parent | 067b127a853780b2b4ae7236dcdaaf72396dfa86 (diff) |
Mon Jul 4 23:11:10 UTC 2011
Diffstat (limited to 'community/roxterm')
-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 6cad15be5..063e3699e 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 48623 2011-06-03 14:19:38Z ttopper $ +# $Id: PKGBUILD 50924 2011-07-03 09:31:49Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=roxterm -pkgver=1.22.1 +pkgver=1.22.2 pkgrel=1 pkgdesc="Tabbed, VTE-based terminal emulator" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('libglade' 'dbus-glib' 'vte' 'hicolor-icon-theme' 'dbus' 'dbus-core' 'g makedepends=('docbook-xsl' 'xmlto' 'po4a') install=roxterm.install source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.gz) -md5sums=('522067d466545753cb3df369b582ce60') -sha1sums=('40743fa8d93c5ddf76676bb7df4bf0c6f97351ad') +md5sums=('9ff2878ea64bc6c474334b2446ae18a6') +sha1sums=('aed9c6f0d849b612757b9a300e6198d384e66ccb') build() { |