[arch-commits] Commit in lha/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Sun Jul 21 19:36:15 UTC 2013


    Date: Sunday, July 21, 2013 @ 21:36:15
  Author: eric
Revision: 191222

upgpkg: lha 1.17-5

Fix source url (close FS#36221)

Modified:
  lha/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-21 19:23:31 UTC (rev 191221)
+++ PKGBUILD	2013-07-21 19:36:15 UTC (rev 191222)
@@ -1,21 +1,21 @@
 # $Id$
+# Maintainer: 
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=lha
 pkgver=1.17
-pkgrel=4
+pkgrel=5
 pkgdesc="A compression and archive utility for LH-7 format archives"
 arch=('i686')
 url="http://www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/"
 license=('custom')
 depends=('glibc')
-source=(http://www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/linux/${pkgname}117.tar.gz LICENSE lha.man.en)
+source=(ftp://ftp.uhulinux.hu/mirror/http%3A/www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/linux/${pkgname}117.tar.gz LICENSE lha.man.en)
 md5sums=('7896188203cfaf5782d153c4dcd19f57'
          'be11a6fd915099970126b23d683937dd'
          '558fa922133507817137ed4b27764cc8')
 
 package() {
-  cd "${srcdir}"
   install -D -m755 lha "${pkgdir}/usr/bin/lha"
   install -D -m644 lha.man "${pkgdir}/usr/share/man/ja/man1/lha.1"
   install -D -m644 lha.man.en "${pkgdir}/usr/share/man/man1/lha.1"




More information about the arch-commits mailing list