summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2016-12-19 17:13:31 -0700
committernot_anonymous2016-12-19 17:13:31 -0700
commit4c3247422894cca4d7c8f209e2f9950276ec2598 (patch)
tree92c6097eb5fbb758337035dd0a1fe27d2592281a
parentbeb4f850bf3ffe43a60ae68c082e0949bd52a9a4 (diff)
downloadaur-4c3247422894cca4d7c8f209e2f9950276ec2598.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c90198352fbd..501114880ca1 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 = 2415
+ pkgver = 2614
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/cty-2415.zip
- md5sums = 77becc0f912763384d35af9786bf184f
- sha256sums = 1944268993ccdc143482f01987b3b1790749ccbdaa2c807961528ecbf9be4bb6
+ source = http://www.country-files.com/cty/download/2614/cty-2614.zip
+ md5sums = 52ec1f5f02ea06f8f280c1f99ba66562
+ sha256sums = 54167802b3dfa0c39c2a7bceeaab4206359efa282c798d19f85947eb6838ca96
pkgname = cty
diff --git a/PKGBUILD b/PKGBUILD
index c3c3f406fe47..f328d15ebf8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
pkgname=cty
-pkgver=2415
+pkgver=2614
pkgrel=1
pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
that are used by amateur radio logging software - CONTESTING VERSION."
@@ -11,7 +11,7 @@ provides=('cty')
conflicts=('bigcty')
url="http://www.country-files.com/cty"
license=('GPL')
-source=(${url}/download/${pkgname}-$pkgver.zip)
+source=(${url}/download/$pkgver/${pkgname}-$pkgver.zip)
package() {
mkdir -p $pkgdir/usr/share/cty/old
@@ -21,5 +21,5 @@ package() {
cp -R *.{cty,dat} old $pkgdir/usr/share/cty
}
-md5sums=('77becc0f912763384d35af9786bf184f')
-sha256sums=('1944268993ccdc143482f01987b3b1790749ccbdaa2c807961528ecbf9be4bb6')
+md5sums=('52ec1f5f02ea06f8f280c1f99ba66562')
+sha256sums=('54167802b3dfa0c39c2a7bceeaab4206359efa282c798d19f85947eb6838ca96')