Skip to content

Commit

Permalink
* fix bug urls in mkinitcpio
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Apr 9, 2019
1 parent 1f688b0 commit 6b322d4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
5 changes: 3 additions & 2 deletions mkinitcpio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

pkgname=mkinitcpio
pkgver=25
pkgrel=4
pkgrel=5
pkgdesc="Modular initramfs image creation utility"
arch=('any')
url="https://projects.archlinux.org/mkinitcpio.git/"
license=('GPL')
depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive'
'coreutils' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 'systemd'
'binutils')
makedepends=('asciidoc')
optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
'lzop: Use lzo compression for the initramfs image'
Expand All @@ -23,7 +24,7 @@ source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,
install=mkinitcpio.install
sha256sums=('e14056a9c460d15652e99620bce4308d4dd9309f82c152c4b52287e697fab599'
'SKIP'
'23eb949d94e72abd22a0de6885470e33bc63ce9d0b9bb23b9f3081e5a1f448ed')
'79876223ff087774fb7e74bea7c0a55291a034818222147a793f426b21c49c0d')
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53' # Dave Reisner
'86CFFCA918CF3AF47147588051E8B148A9999C34') # Evangelos Foutras

Expand Down
32 changes: 28 additions & 4 deletions mkinitcpio/mkinitcpio-powerpc64le-support.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -ruN mkinitcpio-25.orig/functions mkinitcpio-25/functions
--- mkinitcpio-25.orig/functions 2019-03-26 14:36:59.296803480 +0000
+++ mkinitcpio-25/functions 2019-03-26 14:40:27.013540092 +0000
--- mkinitcpio-25.orig/functions 2019-04-09 14:51:19.128762944 +0000
+++ mkinitcpio-25/functions 2019-04-09 14:51:24.908894498 +0000
@@ -150,6 +150,9 @@
read kver _ < \
<(dd if="$1" bs=1 count=127 skip=$(( offset + 0x200 )) 2>/dev/null)
Expand All @@ -22,9 +22,33 @@ diff -ruN mkinitcpio-25.orig/functions mkinitcpio-25/functions
esac

# mkinitcpio version stamp
diff -ruN mkinitcpio-25.orig/man/lsinitcpio.1.txt mkinitcpio-25/man/lsinitcpio.1.txt
--- mkinitcpio-25.orig/man/lsinitcpio.1.txt 2019-04-09 14:51:19.128762944 +0000
+++ mkinitcpio-25/man/lsinitcpio.1.txt 2019-04-09 14:52:22.168222992 +0000
@@ -53,7 +53,7 @@
Bugs
----
Upon writing this manpage, there were no noticeable bugs present. Please visit
-<http://bugs.archlinux.org/> for an up to date list.
+<https://github.com/kth5/archpower/issues> for an up to date list.

See Also
--------
diff -ruN mkinitcpio-25.orig/man/mkinitcpio.8.txt mkinitcpio-25/man/mkinitcpio.8.txt
--- mkinitcpio-25.orig/man/mkinitcpio.8.txt 2019-04-09 14:51:19.128762944 +0000
+++ mkinitcpio-25/man/mkinitcpio.8.txt 2019-04-09 14:52:05.810462741 +0000
@@ -340,7 +340,7 @@
Bugs
----
Upon writing this manpage, there were no noticeable bugs present. Please visit
-<http://bugs.archlinux.org/> for an up to date list.
+<https://github.com/kth5/archpower/issues> for an up to date list.

Authors
-------
diff -ruN mkinitcpio-25.orig/mkinitcpio mkinitcpio-25/mkinitcpio
--- mkinitcpio-25.orig/mkinitcpio 2019-03-26 14:36:59.260806830 +0000
+++ mkinitcpio-25/mkinitcpio 2019-03-26 14:37:07.943998782 +0000
--- mkinitcpio-25.orig/mkinitcpio 2019-04-09 14:51:19.158763614 +0000
+++ mkinitcpio-25/mkinitcpio 2019-04-09 14:51:24.908894498 +0000
@@ -99,7 +99,7 @@
fi

Expand Down

0 comments on commit 6b322d4

Please sign in to comment.