summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
-rw-r--r--mingw32-bzip2-1.0.5-slash.patch11
3 files changed, 8 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f3adf48c18c..18ece3feedea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-bzip2
pkgdesc = A high-quality data compression program (mingw-w64)
- pkgver = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = http://www.sourceware.org/bzip2/
arch = any
@@ -10,14 +10,12 @@ pkgbase = mingw-w64-bzip2
options = !strip
options = !buildflags
options = staticlibs
- source = https://fossies.org/linux/misc/bzip2-1.0.7.tar.gz
+ source = https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
source = bzip2-1.0.5-autoconfiscated.patch
source = bzip2-use-cdecl-calling-convention.patch
- source = mingw32-bzip2-1.0.5-slash.patch
- sha256sums = e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
+ sha256sums = ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
sha256sums = 7daaca73a46af4636843d1d13bca9cec6e38c0932142a420ad3500098a90db11
sha256sums = 8f8f0b65417fe892152e1f0a4f75090d2ef1845d5a611c3c94493704d53452ef
- sha256sums = 672216b20cf29438ffe43ebf38b9a648d9a0ac6fdc6be55bb4181d57ed5462be
pkgname = mingw-w64-bzip2
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
}
diff --git a/mingw32-bzip2-1.0.5-slash.patch b/mingw32-bzip2-1.0.5-slash.patch
deleted file mode 100644
index 3b5ed14e1722..000000000000
--- a/mingw32-bzip2-1.0.5-slash.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bzip2-1.0.5.orig/bzip2.c 2007-12-09 12:22:06.000000000 +0000
-+++ bzip2-1.0.5/bzip2.c 2008-09-25 12:31:02.000000000 +0100
-@@ -128,7 +128,7 @@
- #if BZ_LCCWIN32
- # include <io.h>
- # include <fcntl.h>
--# include <sys\stat.h>
-+# include <sys/stat.h>
-
- # define NORETURN /**/
- # define PATH_SEP '\\'