diff options
author | root <root@rshg054.dnsready.net> | 2011-12-29 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-29 23:14:54 +0000 |
commit | 8a823402bd45dc875237a20f174ecbe64e1bae4d (patch) | |
tree | f520fcd3f38fc11c721bd183e92d1b65c37ca1a9 /extra/minicom/PKGBUILD | |
parent | 5cd3c62bce23c2b25c28b22da71f664b48703ad2 (diff) |
Thu Dec 29 23:14:54 UTC 2011
Diffstat (limited to 'extra/minicom/PKGBUILD')
-rw-r--r-- | extra/minicom/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/minicom/PKGBUILD b/extra/minicom/PKGBUILD index a37a33f38..cf49521bb 100644 --- a/extra/minicom/PKGBUILD +++ b/extra/minicom/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 144449 2011-12-05 22:54:28Z giovanni $ +# $Id: PKGBUILD 145702 2011-12-28 10:18:27Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Denis Tikhomirov <dvtikhomirov@gmail.com> pkgname=minicom -pkgver=2.5 -pkgrel=3 +pkgver=2.6 +pkgrel=1 pkgdesc="A serial communication program" arch=('i686' 'x86_64') url="http://alioth.debian.org/projects/minicom/" @@ -14,8 +14,8 @@ license=('GPL') depends=('bash' 'ncurses') optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols') backup=('etc/minirc.dfl') -source=("http://alioth.debian.org/frs/download.php/3487/${pkgname}-${pkgver}.tar.gz") -md5sums=('a5117d4d21e2c9e825edb586ee2fe8d2') +source=("http://alioth.debian.org/frs/download.php/3689/${pkgname}-${pkgver}.tar.gz") +md5sums=('74088234773b9beb0a1fc2bfcc2cc5cc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |