summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2023-03-19 11:44:56 -0600
committernot_anonymous2023-03-19 11:44:56 -0600
commit7b372b633305c0e0a24ee0398eda715e0e0328e4 (patch)
treebc1735e2cd7d386ab8f36004af7b9666accee41e
parentaa3001c4ac5e169cd84ed011dd8b0525f037d65b (diff)
downloadaur-qgrid.tar.gz
Updated
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b5e2c8e92ec..b5e472a8a663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = qgrid
pkgdesc = Ham Radio - Maidenhead grid squares calculator
pkgver = 3.2
- pkgrel = 1
- url = http://users.telenet.be/on4qz/qgrid/index.html
+ pkgrel = 2
+ url = https://www.qsl.net/on4qz/qgrid/index.html
arch = i686
arch = x86_64
license = GPL3
makedepends = imagemagick
depends = qt5-base
depends = hamradio-menus
- source = http://users.telenet.be/on4qz/qgrid/downloads/qgrid_3_2.tgz
+ source = https://www.qsl.net/on4qz/qgrid/downloads/qgrid_3_2.tgz
source = qgrid.desktop
md5sums = 539fb5eb0568000d215a754b2171dc8d
md5sums = b26691ae306781aec38688a95e581006
@@ -17,4 +17,3 @@ pkgbase = qgrid
sha256sums = 7a63662e7dce377a86a4e66f6a2f86cebae7dc17146dacbe76eae7c340ad4737
pkgname = qgrid
-
diff --git a/PKGBUILD b/PKGBUILD
index 2241d42264fa..52ee46e0da12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=qgrid
pkgver=3.2
_pkgver=3_2
-pkgrel=1
+pkgrel=2
pkgdesc="Ham Radio - Maidenhead grid squares calculator"
arch=('i686' 'x86_64')
-url="http://users.telenet.be/on4qz/qgrid/index.html"
+url="https://www.qsl.net/on4qz/qgrid/index.html"
license=('GPL3')
depends=('qt5-base' 'hamradio-menus')
makedepends=('imagemagick')
-source=(http://users.telenet.be/on4qz/$pkgname/downloads/${pkgname}_${_pkgver}.tgz
-#http://users.telenet.be/on4qz/$pkgname/downloads/${pkgname}_$pkgver.tgz
+source=(https://www.qsl.net/on4qz/$pkgname/downloads/${pkgname}_${_pkgver}.tgz
$pkgname.desktop)
prepare() {