summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous Coward2023-08-30 07:25:21 +0000
committerAnonymous Coward2023-08-30 07:25:21 +0000
commit9ee772c394ffd04dee04210b70bdcbc639e38018 (patch)
treecdb683da1e2aa13e0784531f222dd35a749613f6
parent7ca43f07c19d187e1462c4f8d12c35a34c3684e8 (diff)
downloadaur-ftpcopy.tar.gz
use https for source url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09538a8f579b..fe00ad3b9e6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ftpcopy
pkgdesc = A simple FTP client to copy files recursively from an FTP server
pkgver = 0.6.7
- pkgrel = 1
+ pkgrel = 2
url = http://ohse.de/uwe/ftpcopy.html
arch = i686
arch = x86_64
license = GPL2
- source = http://www.ohse.de/uwe/ftpcopy/ftpcopy-0.6.7.tar.gz
+ source = https://www.ohse.de/uwe/ftpcopy/ftpcopy-0.6.7.tar.gz
md5sums = 78d5245970803230f0f22f0f040a58ef
pkgname = ftpcopy
-
diff --git a/PKGBUILD b/PKGBUILD
index 3cf08afe1065..452247cbf936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ftpcopy
pkgver=0.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="A simple FTP client to copy files recursively from an FTP server"
arch=('i686' 'x86_64')
url="http://ohse.de/uwe/ftpcopy.html"
license=('GPL2')
source=(
- "http://www.ohse.de/uwe/ftpcopy/${pkgname}-${pkgver}.tar.gz"
+ "https://www.ohse.de/uwe/ftpcopy/${pkgname}-${pkgver}.tar.gz"
)
md5sums=(
'78d5245970803230f0f22f0f040a58ef'