git » minicom.git » commit 4813597

upstream release

author Giovanni Scafora
2014-01-11 10:02:09 UTC
committer Giovanni Scafora
2014-01-11 10:02:09 UTC
parent 918d96860280e116c0fc87c08e475d4492c80903

upstream release

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 25d0c03..7e440c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 # Contributor: Denis Tikhomirov <dvtikhomirov@gmail.com>
 
 pkgname=minicom
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.7
+pkgrel=1
 pkgdesc="A serial communication program"
 arch=('i686'  'x86_64')
 url="http://alioth.debian.org/projects/minicom/"
@@ -13,8 +13,8 @@ license=('GPL')
 depends=('bash')
 optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
 backup=('etc/minirc.dfl')
-source=("https://alioth.debian.org/frs/download.php/file/3869/${pkgname}-${pkgver}.tar.gz")
-md5sums=('203c56c4b447f45e2301b0cc4e83da3c')
+source=("https://alioth.debian.org/frs/download.php/file/3977/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7044ca3e291268c33294f171d426dc2d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"