commit: 40cf2e3307a5674eeb309520408b82d9d70d6bab
parent b008bcab61a7ba82b35af326b4ba3844166647d3
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 11 Jun 2019 22:12:12 -0700
bzip2: Update to new upstream repository
There is no new released version yet, but this includes a number
of bug fixes on top of 1.0.6.
Diffstat:
7 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -20,6 +20,10 @@
path = pkg/blind/src
url = git://git.suckless.org/blind
ignore = all
+[submodule "pkg/bzip2/src"]
+ path = pkg/bzip2/src
+ url = https://gitlab.com/federicomenaquintero/bzip2.git
+ ignore = all
[submodule "pkg/cmark/src"]
path = pkg/cmark/src
url = https://github.com/commonmark/cmark
diff --git a/pkg/bzip2/.gitignore b/pkg/bzip2/.gitignore
@@ -1,2 +0,0 @@
-/bzip2-1.0.6.tar.gz
-/src
diff --git a/pkg/bzip2/gen.lua b/pkg/bzip2/gen.lua
@@ -12,7 +12,7 @@ lib('libbz2.a', {
exe('bzip2', {'bzip2.c', 'libbz2.a'})
file('bin/bzip2', '755', '$outdir/bzip2')
-man{'bzip2.1'}
+man{'man/bzip2.1'}
sym('bin/bzcat', 'bzip2')
-fetch 'curl'
+fetch 'git'
diff --git a/pkg/bzip2/sha256 b/pkg/bzip2/sha256
@@ -1 +0,0 @@
-a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd bzip2-1.0.6.tar.gz
diff --git a/pkg/bzip2/src b/pkg/bzip2/src
@@ -0,0 +1 @@
+Subproject commit ad723d6558718e9bbaca930e7e715c9ee754e90e
diff --git a/pkg/bzip2/url b/pkg/bzip2/url
@@ -1 +0,0 @@
-url = "https://downloads.sourceforge.net/project/bzip2/bzip2-1.0.6.tar.gz"
diff --git a/pkg/bzip2/ver b/pkg/bzip2/ver
@@ -1 +1 @@
-1.0.6
+ad723d6558 r0