summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2024-02-29 12:12:55 -0700
committernot_anonymous2024-02-29 12:12:55 -0700
commit9cd88167e9365e0d9bb9cf4485b1067c186155df (patch)
tree3e365e97b570a706bcafb3db1756ef36d8302d9f
parentb17575068a0f06299cff5a5d69d01ee0890f6637 (diff)
downloadaur-9cd88167e9365e0d9bb9cf4485b1067c186155df.tar.gz
Updated
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc0683d3b5b..5a0f6a76440d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cty
pkgdesc = The package represents databases of entities (countries), prefixes and callsigns that are used by amateur (ham) radio logging software - CONTESTING VERSION.
- pkgver = 3406
+ pkgver = 3407
pkgrel = 1
url = http://www.country-files.com/cty
arch = any
- license = GPL
+ license = GPL-3.0-only
provides = cty
conflicts = bigcty
- source = http://www.country-files.com/cty/download/3406/cty-3406.zip
- md5sums = bf2ee2acb26fcc174f6a2ee294518c4a
- sha256sums = 066931776f6c9029457425c69db3d5d570d9d18093af8d4bfbe694667be077b1
+ source = http://www.country-files.com/cty/download/3407/cty-3407.zip
+ md5sums = 65f73529b62a2cd51ce8459e014e4834
+ sha256sums = d0a403554eeec098f95d28a006c5761bd62ef01e42fa9883c3ca00c695d42b79
pkgname = cty
diff --git a/PKGBUILD b/PKGBUILD
index a4ac224b00d9..1a1ae57448d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Original Submission: Bob Finch <w9ya@qrparci.net>
pkgname=cty
-pkgver=3406
+pkgver=3407
pkgrel=1
pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
that are used by amateur (ham) radio logging software - CONTESTING VERSION."
@@ -11,7 +11,7 @@ arch=('any')
provides=('cty')
conflicts=('bigcty')
url="http://www.country-files.com/cty"
-license=('GPL')
+license=('GPL-3.0-only')
source=(${url}/download/$pkgver/${pkgname}-$pkgver.zip)
package() {
@@ -22,5 +22,5 @@ package() {
chmod 644 * old/*
cp -R *.{cty,dat} old $pkgdir/usr/share/cty
}
-md5sums=('bf2ee2acb26fcc174f6a2ee294518c4a')
-sha256sums=('066931776f6c9029457425c69db3d5d570d9d18093af8d4bfbe694667be077b1')
+md5sums=('65f73529b62a2cd51ce8459e014e4834')
+sha256sums=('d0a403554eeec098f95d28a006c5761bd62ef01e42fa9883c3ca00c695d42b79')