git » minicom.git » commit 918d968

FS38043 - Fixed source url

author Giovanni Scafora
2013-12-07 19:40:22 UTC
committer Giovanni Scafora
2013-12-07 19:40:22 UTC
parent b78dadbc182f94c6df735fabf1389ce266e6d172

FS38043 - Fixed source url

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index c49f78b..25d0c03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=minicom
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A serial communication program"
 arch=('i686'  'x86_64')
 url="http://alioth.debian.org/projects/minicom/"
@@ -13,7 +13,7 @@ license=('GPL')
 depends=('bash')
 optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
 backup=('etc/minirc.dfl')
-source=("http://alioth.debian.org/frs/download.php/3869/${pkgname}-${pkgver}.tar.gz")
+source=("https://alioth.debian.org/frs/download.php/file/3869/${pkgname}-${pkgver}.tar.gz")
 md5sums=('203c56c4b447f45e2301b0cc4e83da3c')
 
 build() {