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

Christian Hesse eworm at archlinux.org
Fri Jul 20 19:45:57 UTC 2018


    Date: Friday, July 20, 2018 @ 19:45:57
  Author: eworm
Revision: 329127

use https for url and download, use sha256 checksums

Modified:
  groff/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 19:39:21 UTC (rev 329126)
+++ PKGBUILD	2018-07-20 19:45:57 UTC (rev 329127)
@@ -4,9 +4,9 @@
 pkgname=groff
 pkgver=1.22.3
 pkgrel=7
-pkgdesc="GNU troff text-formatting system"
+pkgdesc='GNU troff text-formatting system'
 arch=('x86_64')
-url="http://www.gnu.org/software/groff/groff.html"
+url='https://www.gnu.org/software/groff/groff.html'
 license=('GPL')
 groups=('base-devel')
 depends=('perl' 'gcc-libs')
@@ -14,17 +14,21 @@
 optdepends=('netpbm: for use together with man -H command interaction in browsers'
             'psutils: for use together with man -H command interaction in browsers'
             'libxaw: for gxditview')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
-        site.tmac)
 options=('!docs' '!emptydirs' '!makeflags')
-md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
-         'SKIP'
-         'a1fedafd7863b37968d32ad9ae1d8c13')
 validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg <wl at gnu.org>
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+        'site.tmac')
+sha256sums=('3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5'
+            'SKIP'
+            'af59ecde597ce9f8189368a7739279a5f8a391139fe048ef6b4e493ed46e5f5f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-x --with-appresdir=/usr/share/X11/app-defaults
+
+  ./configure \
+    --prefix=/usr \
+    --with-x \
+    --with-appresdir=/usr/share/X11/app-defaults
   make
 }
 



More information about the arch-commits mailing list