summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a39e05aeaec5..7132ebd8d455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-bzip2
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="A high-quality data compression program (mingw-w64)"
arch=(any)
@@ -8,15 +8,12 @@ license=("custom")
makedepends=(mingw-w64-configure)
depends=(mingw-w64-crt)
options=(!strip !buildflags staticlibs)
-#source=("http://www.bzip.org/${pkgver}/bzip2-${pkgver}.tar.gz"
-source=("https://fossies.org/linux/misc/bzip2-${pkgver}.tar.gz"
+source=("https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz"
"bzip2-1.0.5-autoconfiscated.patch"
- "bzip2-use-cdecl-calling-convention.patch"
- "mingw32-bzip2-1.0.5-slash.patch")
-sha256sums=('e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b'
+ "bzip2-use-cdecl-calling-convention.patch")
+sha256sums=('ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269'
'7daaca73a46af4636843d1d13bca9cec6e38c0932142a420ad3500098a90db11'
- '8f8f0b65417fe892152e1f0a4f75090d2ef1845d5a611c3c94493704d53452ef'
- '672216b20cf29438ffe43ebf38b9a648d9a0ac6fdc6be55bb4181d57ed5462be')
+ '8f8f0b65417fe892152e1f0a4f75090d2ef1845d5a611c3c94493704d53452ef')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -25,7 +22,6 @@ prepare() {
rm -f autogen.sh README.autotools configure.ac Makefile.am bzip2.pc.in
patch -p1 -i "$srcdir/"bzip2-1.0.5-autoconfiscated.patch
patch bzlib.h < "$srcdir/"bzip2-use-cdecl-calling-convention.patch
- patch bzip2.c < "$srcdir/"mingw32-bzip2-1.0.5-slash.patch
sh autogen.sh
}