summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2017-04-02 18:52:26 -0600
committernot_anonymous2017-04-02 18:52:26 -0600
commit4dcc4c2d61a7187094532c9451886e441a8a0bc7 (patch)
tree2586ff5e5bfb57e718d4ed194cf9ebfe0c664ae5
parent4c3247422894cca4d7c8f209e2f9950276ec2598 (diff)
downloadaur-4dcc4c2d61a7187094532c9451886e441a8a0bc7.tar.gz
Updated
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501114880ca1..76660b3ec9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = cty
- pkgdesc = The package represents databases of entities (countries), prefixes and callsigns that are used by amateur radio logging software - CONTESTING VERSION.
- pkgver = 2614
+ pkgdesc = The package represents databases of entities (countries), prefixes and callsigns that are used by amateur (ham) radio logging software - CONTESTING VERSION.
+ pkgver = 2703
pkgrel = 1
url = http://www.country-files.com/cty
arch = any
license = GPL
provides = cty
conflicts = bigcty
- source = http://www.country-files.com/cty/download/2614/cty-2614.zip
- md5sums = 52ec1f5f02ea06f8f280c1f99ba66562
- sha256sums = 54167802b3dfa0c39c2a7bceeaab4206359efa282c798d19f85947eb6838ca96
+ source = http://www.country-files.com/cty/download/2703/cty-2703.zip
+ md5sums = aad4db161e85e26744cc214ed3b3a903
+ sha256sums = f00a073afcf612c6cb2fd8301b50758b84bdf50a01c0ffc0bcaf0c4699e117d3
pkgname = cty
diff --git a/PKGBUILD b/PKGBUILD
index f328d15ebf8d..9bda22ed8af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
pkgname=cty
-pkgver=2614
+pkgver=2703
pkgrel=1
pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
- that are used by amateur radio logging software - CONTESTING VERSION."
+ that are used by amateur (ham) radio logging software - CONTESTING VERSION."
arch=('any')
provides=('cty')
conflicts=('bigcty')
@@ -18,8 +18,8 @@ package() {
cd $srcdir
+ chmod 644 * old/*
cp -R *.{cty,dat} old $pkgdir/usr/share/cty
}
-
-md5sums=('52ec1f5f02ea06f8f280c1f99ba66562')
-sha256sums=('54167802b3dfa0c39c2a7bceeaab4206359efa282c798d19f85947eb6838ca96')
+md5sums=('aad4db161e85e26744cc214ed3b3a903')
+sha256sums=('f00a073afcf612c6cb2fd8301b50758b84bdf50a01c0ffc0bcaf0c4699e117d3')