diff options
Diffstat (limited to 'community/dvtm/PKGBUILD')
-rw-r--r-- | community/dvtm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dvtm/PKGBUILD b/community/dvtm/PKGBUILD index f7962892f..8e2791853 100644 --- a/community/dvtm/PKGBUILD +++ b/community/dvtm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64667 2012-02-17 15:34:11Z lfleischer $ +# $Id: PKGBUILD 74674 2012-08-01 19:22:27Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Giorgio Lando <patroclo7@gmail.com> # Contributor: bender02 at gmx dot com pkgname=dvtm -pkgver=0.7 -pkgrel=2 +pkgver=0.8 +pkgrel=1 pkgdesc='Dynamic virtual terminal manager.' arch=('i686' 'x86_64' 'mips64el') url='http://www.brain-dump.org/projects/dvtm/' @@ -13,7 +13,7 @@ license=('MIT') depends=('ncurses') source=("http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'config.h') -md5sums=('d8ef63bad5b48324ad040630c51a1c26' +md5sums=('c565067557c9be4cdc63aecd0932452e' '50ae76c4b33864f0cf051417443cc422') build() { |