diff options
author | not_anonymous | 2023-03-19 11:31:34 -0600 |
---|---|---|
committer | not_anonymous | 2023-03-19 11:31:34 -0600 |
commit | ab6c3ba46e49ae73d87533d6b6eb31fa548da65e (patch) | |
tree | 6430758e236fe1879ee55e569ed697bd7593602f /PKGBUILD | |
parent | a01c5890fb6ebe9ccc05be9c7f8b06e7fca56ddb (diff) | |
download | aur-adif2cabrillo.tar.gz |
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,13 +3,13 @@ pkgname=adif2cabrillo _pkgname=a2c pkgver=1.0.5 -pkgrel=2 +pkgrel=3 pkgdesc="Ham Radio - QSO log-file converter" arch=('i686' 'x86_64') -url="http://users.telenet.be/on4qz/a2c/index.html" +url="https://www.qsl.net/on4qz/a2c/index.html" license=('GPL3') depends=('qt5-base' 'hamradio-menus') -source=(http://users.telenet.be/on4qz/${_pkgname}/downloads/${pkgname}_${pkgver}.tar.gz +source=(https://www.qsl.net/on4qz/${_pkgname}/downloads/${pkgname}_${pkgver}.tar.gz $pkgname.desktop) prepare() { |