summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2022-06-14 01:22:53 +0200
committerMarco Pompili2022-06-14 01:22:53 +0200
commitabd604c633088b5f6bbccc66187b28222799d07f (patch)
tree691dfd2c0a4939532f2d6a0cfe24f7b6e52698c4
parent0f25e1d575d615fb7dc5f0ef09fcda5332f28e9b (diff)
downloadaur-abd604c633088b5f6bbccc66187b28222799d07f.tar.gz
fixed source url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8033fe6162d4..65fe06e5a515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = steghide
depends = mhash
depends = libjpeg
depends = zlib
- source = https://iweb.dl.sourceforge.net/project/steghide/steghide/0.5.1/steghide-0.5.1.tar.gz
+ source = steghide-0.5.1.tar.gz::https://sourceforge.net/projects/steghide/files/steghide/0.5.1/steghide-0.5.1.tar.gz/download
source = buildsystem.patch
source = gcc-4.2.patch
source = steghide-climits.patch
@@ -22,4 +22,3 @@ pkgbase = steghide
md5sums = 6dd60a84fccca270fa7315f1102454ff
pkgname = steghide
-
diff --git a/PKGBUILD b/PKGBUILD
index 1b779585ff27..1e339902ea7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
url='http://steghide.sourceforge.net'
license=('GPL')
depends=('libmcrypt' 'gcc-libs' 'mhash' 'libjpeg' 'zlib')
-source=("https://iweb.dl.sourceforge.net/project/steghide/steghide/${pkgver}/steghide-${pkgver}.tar.gz"
+source=("steghide-${pkgver}.tar.gz::https://sourceforge.net/projects/steghide/files/steghide/${pkgver}/steghide-${pkgver}.tar.gz/download"
'buildsystem.patch'
'gcc-4.2.patch'
"${pkgname}-climits.patch"