summaryrefslogtreecommitdiff
path: root/patch
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-12-13 12:01:55 +0100
committerTim Biermann <tbier@posteo.de>2021-12-13 12:01:55 +0100
commit3d9c273b453d3444ec0eb9c0cc753d6758b3bb29 (patch)
treefc1a4e99595555104251e401bde728e1ef568099 /patch
parentba3dd29f9b0988bac060e9993c3ceef58a229df1 (diff)
downloadcore-3d9c273b453d3444ec0eb9c0cc753d6758b3bb29.tar.gz
core-3d9c273b453d3444ec0eb9c0cc753d6758b3bb29.tar.xz
patch: syntax
Diffstat (limited to 'patch')
-rw-r--r--patch/.signature4
-rw-r--r--patch/Pkgfile12
2 files changed, 8 insertions, 8 deletions
diff --git a/patch/.signature b/patch/.signature
index 3c059430..c3f081e8 100644
--- a/patch/.signature
+++ b/patch/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqpNzF0vRIEktNFCJvbhVAictbdvU42Pb8k/gSmSKt18RQvk+k6bWyJMxFeEwiEU1GXOsQSgAcA8pthXm5T1dOgY=
-SHA256 (Pkgfile) = 32444f1985041cc55a39feb63915ae885efaedb4667d67bab77c64702f672b81
+RWRJc1FUaeVeqhjqcZW7RxTkwWkWFaaEqaaXlMxlBY95yudxs1/ytASp3pq4RZ0Hn/GL3AJJr9kqz+l0pKOGwLLAndSRff+YXwQ=
+SHA256 (Pkgfile) = 8c7009065be505328d9e7f4b23866e84d2ecf0068e510eaccb448518cdb6481f
SHA256 (.footprint) = 7185313cfe8efa96d2ac73dd1a2d12bd07820c9f4982052d085c72abece80bac
SHA256 (patch-2.7.6.17-9c98.tar.xz) = 9c3693cd6c694fe86e5ba8386bd6718ecfdb92974c460c6f83ae8c1e5ca60280
diff --git a/patch/Pkgfile b/patch/Pkgfile
index a48d0f32..9aec92bd 100644
--- a/patch/Pkgfile
+++ b/patch/Pkgfile
@@ -1,6 +1,6 @@
# Description: GNU patch
-# URL: http://www.gnu.org/software/patch/patch.html
-# Maintainer: CRUX System Team, core-ports at crux dot nu
+# URL: http://www.gnu.org/software/patch/patch.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
name=patch
version=2.7.6.17-9c98
@@ -8,8 +8,8 @@ release=1
source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit