summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-01-01 12:16:19 +0000
committerDaniel Bermond2019-01-01 12:16:19 +0000
commit5385c7a999444266023b29d4b50766423d9108c5 (patch)
treeec40dca7231917e7f2aac1c52fd91708086ae86b
parent883b7cdf28285667897624fa5bbe7c9c84c1d2cb (diff)
downloadaur-5385c7a999444266023b29d4b50766423d9108c5.tar.gz
Use https for source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32aaeb004aba..8e80cee3b40a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdfchain
pkgdesc = A graphical user interface for the PDF toolkit
pkgver = 0.4.4.2
- pkgrel = 3
+ pkgrel = 4
url = http://pdfchain.sourceforge.net/
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pdfchain
depends = gtkmm3
depends = pdftk
options = !emptydirs
- source = http://sourceforge.net/projects/pdfchain/files/pdfchain-0.4.4.2/pdfchain-0.4.4.2.tar.gz
+ source = https://sourceforge.net/projects/pdfchain/files/pdfchain-0.4.4.2/pdfchain-0.4.4.2.tar.gz
source = pdfchain-fix-crash-on-startup.patch
source = pdfchain-fix-desktop-file.patch
source = pdfchain-fix-spelling.patch
diff --git a/PKGBUILD b/PKGBUILD
index 9f8605e04842..b7e5c8ab5e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
# Contributor: Marcos Heredia <chelqo@gmail.com>
# Contributor: yury <polek_yury@ukr.net>
# Contributor: Carlos Maddela <e7appew@gmail.com> (Ubuntu)
@@ -7,7 +7,7 @@
pkgname=pdfchain
pkgver=0.4.4.2
-pkgrel=3
+pkgrel=4
pkgdesc='A graphical user interface for the PDF toolkit'
arch=('i686' 'x86_64')
url='http://pdfchain.sourceforge.net/'
@@ -19,7 +19,7 @@ depends=(
'pdftk'
)
options=('!emptydirs')
-source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
'pdfchain-fix-crash-on-startup.patch'
'pdfchain-fix-desktop-file.patch'
'pdfchain-fix-spelling.patch')