summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-02-28 17:52:49 +0100
committerFabioLolix2021-02-28 17:52:49 +0100
commitb0ee20e01caadc938b0738abf9f7ebc4dd7910a0 (patch)
treef4330c9f3def9b4c1263ae239cfeabe65b9248a4
parent8dc737014c45f621a20e9e2cef3c469794b8bf72 (diff)
downloadaur-b0ee20e01caadc938b0738abf9f7ebc4dd7910a0.tar.gz
v5.0-20210109, update url, contact info
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a4647797dc..d26e7ba30ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libcdk
pkgdesc = Curses Development Kit - widget library, enhanced version
- pkgver = 5.0.20190303
+ pkgver = 5.0.20210109
pkgrel = 1
- url = http://invisible-island.net/cdk/
+ url = https://invisible-island.net/cdk/
arch = x86_64
arch = i686
- license = BSD
+ license = custom:BSD-like
options = !emptydirs
- source = libcdk.5.0.20190303.tar.gz::ftp://ftp.invisible-island.net/cdk/cdk-5.0-20190303.tgz
- sha256sums = adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25
+ source = libcdk.5.0.20210109.tar.gz::ftp://ftp.invisible-island.net/cdk/cdk-5.0-20210109.tgz
+ sha256sums = c416c987bf77b4f1b2703d7c5e433ba9458c8be5266bf454cbf801ad87e72936
pkgname = libcdk
diff --git a/PKGBUILD b/PKGBUILD
index 1d67f124718e..20c64fa8cb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: Alexander F Rødseth <xyproto@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
# Contributor: Aitor <aitor.iturri@gmail.com>
pkgname=libcdk
-_pkgver=5.0-20190303
+_pkgver=5.0-20210109
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc='Curses Development Kit - widget library, enhanced version'
-arch=('x86_64' 'i686')
-url='http://invisible-island.net/cdk/'
-license=('BSD')
+arch=(x86_64 i686)
+url="https://invisible-island.net/cdk/"
+license=('custom:BSD-like')
options=('!emptydirs')
source=("${pkgname}.${pkgver}.tar.gz::ftp://ftp.invisible-island.net/cdk/cdk-${_pkgver}.tgz")
-sha256sums=('adad7870988d44b95df57722ab8dffc587d035183eb6b12a9500ebed4d8dba25')
+sha256sums=('c416c987bf77b4f1b2703d7c5e433ba9458c8be5266bf454cbf801ad87e72936')
build() {
cd "cdk-${_pkgver}"