summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-12-17 11:50:19 -0700
committernot_anonymous2022-12-17 11:50:19 -0700
commit6794ab20cd30b8992e04a88d7674ce92839b3f1c (patch)
treede3e9dc009cf6cdf4c3829113f20167a659746a1
parentb17d37e07bc1cc94ece1a6a8909a9b63dc7a63a5 (diff)
downloadaur-fdlog.tar.gz
Updated
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b96a0e5bfe..05d3a4d0f5e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fdlog
pkgdesc = Ham Radio - Field Day Logger with networked nodes
pkgver = 152i
- pkgrel = 5
+ pkgrel = 6
url = http://www.fdlog.info
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = fdlog
source = http://www.fdlog.info/files/fdlog152i.zip
source = http://www.fdlog.info/files/arrl_sect.txt
source = http://www.arrl.org/files/file/Field-Day/2017/2017%20Rules.pdf
- source = http://www.arrl.org/files/file/Regulatory/Band%20Chart/Hambands4-web_color_11x17_4-25-17.pdf
+ source = https://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf
source = diff.linux.patch.de.kd8kbu
source = fdlog.1
source = fdlog.desktop
@@ -21,7 +21,7 @@ pkgbase = fdlog
md5sums = 2fab5d9372c9d70515cb8b87e4cd4a40
md5sums = c735d25edf2535dc88e65f62a1be7d1c
md5sums = 3fcfaaa66c1f4198b6c1f3bb73c39e77
- md5sums = 7c6b4b78690377a9d9cf84d7b34354c3
+ md5sums = 40febf5205d9309e747f324e6b3b6323
md5sums = fc94f8d1deb8238200c1a75781f6cba5
md5sums = d74c9696c6132d51cf5cdc5c81afc427
md5sums = ed55981d519bc7a1644183d913ba54a0
@@ -29,11 +29,10 @@ pkgbase = fdlog
sha256sums = 39e4da70a1922937a94230fb34f9c277cc8b926a316de555dda9234fde592eed
sha256sums = e466e4d6f2a7723b7de904f4dd54d999ec3e05ab2f19d147ff79ed1124f2927b
sha256sums = de5de8233cb41b36334818d41d51e032396982312a18cb1b296f407a991825a2
- sha256sums = 7a0c75c885a18846fa3cd9952fb9a309886d144c48a58d96f51a5b2e0383c882
+ sha256sums = b3d77d6faeb1b990235452d9b50f2746e68133b88acdf6fa536b83c26fef95ab
sha256sums = 294fa25ce11bb2f3507dcdefcd81e0cf5a69050cf73f769bafb8143716c88daf
sha256sums = 586bd09c0364d19c05b49a7d17c1e25ebb652c3cb3b8475440fed4358a02bfbd
sha256sums = aea54578f79ef0aa7ca91eb5a52ddad92429379d40d97fc9f87234073bfc81ce
sha256sums = 5e3e7867385997b5a11c231d32f9429e09f234f50882ff8385241f4cbf92b500
pkgname = fdlog
-
diff --git a/PKGBUILD b/PKGBUILD
index 80ce1ffdd4b4..8ab501d1fba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=fdlog
pkgver=152i
-pkgrel=5
+pkgrel=6
pkgdesc="Ham Radio - Field Day Logger with networked nodes"
arch=('any')
url="http://www.fdlog.info"
@@ -13,7 +13,7 @@ depends=('python2' 'tk' 'epdfview' 'sqlite' 'hamradio-menus')
source=(${url}/files/$pkgname$pkgver.zip
${url}/files/arrl_sect.txt
http://www.arrl.org/files/file/Field-Day/2017/2017%20Rules.pdf
- http://www.arrl.org/files/file/Regulatory/Band%20Chart/Hambands4-web_color_11x17_4-25-17.pdf
+ https://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf
diff.linux.patch.de.kd8kbu
$pkgname.1
$pkgname.desktop
@@ -39,7 +39,7 @@ package() {
install -m 644 * $pkgdir/usr/share/$pkgname/
install -m 644 ../arrl_sect.txt $pkgdir/usr/share/$pkgname/arrl_sect.txt
install -m 644 ../2017%20Rules.pdf $pkgdir/usr/share/$pkgname/fdrules.pdf
- install -m 644 ../Hambands4-web_color_11x17_4-25-17.pdf $pkgdir/usr/share/$pkgname/bands.pdf
+ install -m 644 ../Band%20Chart%20-%2011X17%20Color.pdf $pkgdir/usr/share/$pkgname/bands.pdf
install -D -m 755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
mkdir -p $pkgdir/usr/share/{applications,pixmaps}
@@ -49,7 +49,7 @@ package() {
md5sums=('2fab5d9372c9d70515cb8b87e4cd4a40'
'c735d25edf2535dc88e65f62a1be7d1c'
'3fcfaaa66c1f4198b6c1f3bb73c39e77'
- '7c6b4b78690377a9d9cf84d7b34354c3'
+ '40febf5205d9309e747f324e6b3b6323'
'fc94f8d1deb8238200c1a75781f6cba5'
'd74c9696c6132d51cf5cdc5c81afc427'
'ed55981d519bc7a1644183d913ba54a0'
@@ -57,7 +57,7 @@ md5sums=('2fab5d9372c9d70515cb8b87e4cd4a40'
sha256sums=('39e4da70a1922937a94230fb34f9c277cc8b926a316de555dda9234fde592eed'
'e466e4d6f2a7723b7de904f4dd54d999ec3e05ab2f19d147ff79ed1124f2927b'
'de5de8233cb41b36334818d41d51e032396982312a18cb1b296f407a991825a2'
- '7a0c75c885a18846fa3cd9952fb9a309886d144c48a58d96f51a5b2e0383c882'
+ 'b3d77d6faeb1b990235452d9b50f2746e68133b88acdf6fa536b83c26fef95ab'
'294fa25ce11bb2f3507dcdefcd81e0cf5a69050cf73f769bafb8143716c88daf'
'586bd09c0364d19c05b49a7d17c1e25ebb652c3cb3b8475440fed4358a02bfbd'
'aea54578f79ef0aa7ca91eb5a52ddad92429379d40d97fc9f87234073bfc81ce'