summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-06-28 19:07:47 +0200
committerChristopher Arndt2020-06-28 19:07:47 +0200
commit92a0ad72543d35ae63ce10e480e1d0a6f4e8c4cc (patch)
treec98e5a04ddaf7a57f1dc1a0da11414b6b011d99b
parent84e66400fd5b3ee13394fb3e19301154cb0fff34 (diff)
downloadaur-92a0ad72543d35ae63ce10e480e1d0a6f4e8c4cc.tar.gz
Homepage and source URL now HTTPS
Need to use --insecure option with curl DL agent, because openssl see problems with TLS certificate
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f1b7c38250..de1ef84551a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-airnef
pkgdesc = Wireless download from your Nikon/Sony/Canon camera
pkgver = 1.1
- pkgrel = 3
- url = http://www.testcams.com/airnef/
+ pkgrel = 4
+ url = https://testcams.com/airnef/
arch = any
license = GPL3
depends = python
depends = tk
- source = http://www.testcams.com/airnef/Version_1.1/airnef_v1.1_Source.zip
+ source = https://testcams.com/airnef/Version_1.1/airnef_v1.1_Source.zip
source = airnef-linux.patch
sha512sums = b45b0591e42179d1e5b5eea9ede6762d311cd0642585c54568c90111424e2ca316aa444d772b4855afe42f25b6cc4b3e1b78bb5a0c2a4cb52440535894a5cba6
sha512sums = c0337540e1e65cee3d6f4bc3610b6d2d2a72b7f97a0197f5dd27768a5f42f1e4e5e936ce059ff4daf9aa95faa5613228306d6d3f4f2f7ed42c5566521138c24d
diff --git a/.gitignore b/.gitignore
index eefbf756e48e..a65604bc78f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@ pkg
src
airnef_*.zip
python-airnef-*.pkg.tar.xz
-python2-airnef-*.pkg.tar.xz
+python-airnef-*.pkg.tar.zst
python-airnef-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index 3e5a361ff3e2..e5052c99808e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_name=airnef
pkgname="python-${_name}"
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Wireless download from your Nikon/Sony/Canon camera"
arch=('any')
-url="http://www.testcams.com/airnef/"
+url="https://testcams.com/airnef/"
license=('GPL3')
depends=('python' 'tk')
-source=("http://www.testcams.com/airnef/Version_1.1/airnef_v1.1_Source.zip"
+source=("https://testcams.com/airnef/Version_1.1/airnef_v1.1_Source.zip"
"airnef-linux.patch")
sha512sums=('b45b0591e42179d1e5b5eea9ede6762d311cd0642585c54568c90111424e2ca316aa444d772b4855afe42f25b6cc4b3e1b78bb5a0c2a4cb52440535894a5cba6'
'c0337540e1e65cee3d6f4bc3610b6d2d2a72b7f97a0197f5dd27768a5f42f1e4e5e936ce059ff4daf9aa95faa5613228306d6d3f4f2f7ed42c5566521138c24d')
-DLAGENTS=('http::/usr/bin/curl -A "Mozilla/4.0" -fLC - --retry 3 --retry-delay 3 -o %o %u')
+DLAGENTS=('https::/usr/bin/curl --insecure -fLC - --retry 3 --retry-delay 3 -o %o %u')
prepare() {