summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2024-02-29 12:18:41 -0700
committernot_anonymous2024-02-29 12:18:41 -0700
commite6ee6ffacc07dacbf940be7bb1a5db0892afa5b1 (patch)
treed567573cf2121430eef517b40a9e1e8802c00c6a
parent1e440ae9d5894bf3d0b8d48c4ffc77a6d8c9b09f (diff)
downloadaur-e6ee6ffacc07dacbf940be7bb1a5db0892afa5b1.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 56b026348e5d..7ab9ed4ece52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bigcty
pkgdesc = The package represents databases of entities (countries), prefixes and callsigns that are used by amateur (ham) radio logging software - EVERYDAY LOGGING VERSION.
- pkgver = 20240220
+ pkgver = 20240229
pkgrel = 1
url = http://www.country-files.com/bigcty
arch = any
- license = GPL
+ license = GPL-3.0-only
provides = cty
conflicts = cty
- source = http://www.country-files.com/bigcty/download/2024/bigcty-20240220.zip
- md5sums = bf27e7090ff77098234526c00247cb66
- sha256sums = 4265c27be828232c0a7d228c656c6dc9fce805ce980ac8b864ad590f0887ccef
+ source = http://www.country-files.com/bigcty/download/2024/bigcty-20240229.zip
+ md5sums = ffdf0e841e10e86053ad638638398c49
+ sha256sums = 1fad0c3db42fbb15cec6094095d44c7eeba4ae8ec80f97865194e863ce4620d5
pkgname = bigcty
diff --git a/PKGBUILD b/PKGBUILD
index 9443dee123c0..7626e3251f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original Submission: Bob Finch <w9ya@qrparci.net>
pkgname=bigcty
-pkgver=20240220
+pkgver=20240229
_pkgyear=2024
pkgrel=1
pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
@@ -11,7 +11,7 @@ arch=('any')
conflicts=('cty')
provides=('cty')
url="http://www.country-files.com/bigcty"
-license=('GPL')
+license=('GPL-3.0-only')
source=(${url}/download/$_pkgyear/$pkgname-$pkgver.zip)
package() {
@@ -21,5 +21,5 @@ package() {
cp -R *.{csv,dat} $pkgdir/usr/share/cty
}
-md5sums=('bf27e7090ff77098234526c00247cb66')
-sha256sums=('4265c27be828232c0a7d228c656c6dc9fce805ce980ac8b864ad590f0887ccef')
+md5sums=('ffdf0e841e10e86053ad638638398c49')
+sha256sums=('1fad0c3db42fbb15cec6094095d44c7eeba4ae8ec80f97865194e863ce4620d5')