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

Kyle Keen kkeen at archlinux.org
Tue Jun 5 12:10:24 UTC 2018


    Date: Tuesday, June 5, 2018 @ 12:10:23
  Author: kkeen
Revision: 340512

Alioth retirement

Modified:
  pinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 10:55:08 UTC (rev 340511)
+++ PKGBUILD	2018-06-05 12:10:23 UTC (rev 340512)
@@ -4,14 +4,16 @@
 
 pkgname=pinfo
 pkgver=0.6.10
-pkgrel=5
+pkgrel=6
 pkgdesc="A hypertext info file viewer"
 arch=('x86_64')
-url="https://alioth.debian.org/projects/pinfo/"
+url="http://pinfo.sourceforge.net/"
+# https://fossies.org/linux/misc/pinfo-0.6.10.tar.gz/
 license=('GPL')
 depends=('ncurses' 'readline')
-#source=(https://alioth.debian.org/frs/download.php/file/3351/$pkgname-$pkgver.tar.bz2)
-source=(https://arch.p5n.pp.ru/~sergej/dl/2014/pinfo-$pkgver.tar.bz2)
+#source=("https://alioth.debian.org/frs/download.php/file/3351/$pkgname-$pkgver.tar.bz2")
+#source=("https://arch.p5n.pp.ru/~sergej/dl/2014/pinfo-$pkgver.tar.bz2")
+source=("https://fossies.org/linux/misc/pinfo-$pkgver.tar.bz2")
 sha256sums=('122180a0c23d11bc9eb569a4de3ff97d3052af96e32466fa62f2daf46ff61c5d')
 
 build() {
@@ -25,7 +27,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
+  rm -f "$pkgdir/usr/share/info/dir"
 }



More information about the arch-commits mailing list