summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2021-12-27 17:37:04 +0100
committerNicola Murino2021-12-27 17:37:04 +0100
commitcb1640278a068508ac925e30f1e3b0e596d22f65 (patch)
tree075d709b8237c9598c51c4ba23e9673fdfdd8606 /PKGBUILD
parent5c05ee059aea905804c153070160c943fd640086 (diff)
downloadaur-mingw-w64-termcap.tar.gz
Update home page and download url links
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2790dcdbc2fa..bede9f7359b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
+# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: Filip Brcic <brcha@gna.org>
-# Updated by ant32 <antreimer@gmail.com>
+# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-termcap
pkgver=1.3.1
@@ -11,9 +12,9 @@ makedepends=(mingw-w64-configure)
options=(!strip !buildflags staticlibs)
license=(GPL LGPL)
groups=('mingw-w64')
-url="ftp://ftp.gnu.org/gnu/termcap/"
-source=("http://ftp.gnu.org/gnu/termcap/termcap-${pkgver}.tar.gz")
-md5sums=('ffe6f86e63a3a29fa53ac645faaabdfa')
+url="https://ftp.gnu.org/gnu/termcap/"
+source=("https://ftp.gnu.org/gnu/termcap/termcap-${pkgver}.tar.gz")
+sha256sums=('91a0e22e5387ca4467b5bcb18edf1c51b930262fd466d5fda396dd9d26719100')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"