summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'