[arch-commits] Commit in nawk/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Sun Sep 11 01:31:34 UTC 2016
Date: Sunday, September 11, 2016 @ 01:31:34
Author: dreisner
Revision: 276162
upgpkg: nawk 20121220-3
- change upstream URL to working location
- fetch source over https
Modified:
nawk/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-10 18:48:09 UTC (rev 276161)
+++ PKGBUILD 2016-09-11 01:31:34 UTC (rev 276162)
@@ -3,14 +3,14 @@
pkgname=nawk
pkgver=20121220
-pkgrel=2
+pkgrel=3
pkgdesc="The one, true implementation of AWK"
-url="http://cm.bell-labs.com/who/bwk/"
+url="https://www.cs.princeton.edu/~bwk/btl.mirror/"
license=('MIT')
arch=('i686' 'x86_64')
options=('!makeflags')
depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::http://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
'manpage-naming.patch')
md5sums=('b74ca7f8f4284fc82ccee6b4e34531d8'
'8486d387a51fe3b3c9875c4151ad92b4')
More information about the arch-commits
mailing list