summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2017-12-17 13:40:23 +0800
committerpingplug2017-12-17 13:40:33 +0800
commitb8c8db05f4493a734b46b227d4d36336f67719c2 (patch)
tree4d470aead4e8e18e8d3957855a73bec7a344107d
parentc4fcede217b7815df94bfb021939164bd4ab417f (diff)
downloadaur-b8c8db05f4493a734b46b227d4d36336f67719c2.tar.gz
Update URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f06f642d493..4f1bd30688f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 10:00:26 UTC 2017
+# Sun Dec 17 05:39:31 UTC 2017
pkgbase = mingw-w64-readline
pkgdesc = MinGW port of readline for editing typed command lines (mingw-w64)
pkgver = 7.0.003
pkgrel = 1
- url = https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
+ url = https://tiswww.case.edu/php/chet/readline/rltop.html
arch = any
license = GPL
makedepends = mingw-w64-configure
diff --git a/PKGBUILD b/PKGBUILD
index a8c5d9a42b29..a435b37d5d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('mingw-w64-crt' 'mingw-w64-pdcurses')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
license=('GPL')
-url="https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
+url="https://tiswww.case.edu/php/chet/readline/rltop.html"
source=("https://ftp.gnu.org/gnu/readline/readline-${_basever}.tar.gz"{,.sig}
"readline-1.patch")
if [ $_patchlevel -gt 00 ]; then