summaryrefslogtreecommitdiff
path: root/patchutils
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-20 15:23:55 +0000
committerTim Biermann <tbier@posteo.de>2020-01-20 15:43:15 +0000
commitf6a6cf385d27288f0a220a90ca7891d1d7a18036 (patch)
tree22547fddfa0c3bfd12692e93de293425c59f30ec /patchutils
parentd7e458fa47d11481f34c1706864741b1be1e8633 (diff)
downloadcontrib-f6a6cf385d27288f0a220a90ca7891d1d7a18036.tar.gz
contrib-f6a6cf385d27288f0a220a90ca7891d1d7a18036.tar.xz
patchutils: 0.3.2 -> 0.3.4; corrected mandir
Diffstat (limited to 'patchutils')
-rw-r--r--patchutils/.footprint16
-rw-r--r--patchutils/.signature8
-rw-r--r--patchutils/Pkgfile6
3 files changed, 7 insertions, 23 deletions
diff --git a/patchutils/.footprint b/patchutils/.footprint
index ea8410461..36d020c08 100644
--- a/patchutils/.footprint
+++ b/patchutils/.footprint
@@ -14,19 +14,3 @@ lrwxrwxrwx root/root usr/bin/lsdiff -> filterdiff
-rwxr-xr-x root/root usr/bin/rediff
-rwxr-xr-x root/root usr/bin/splitdiff
-rwxr-xr-x root/root usr/bin/unwrapdiff
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/combinediff.1.gz
--rw-r--r-- root/root usr/man/man1/dehtmldiff.1.gz
--rw-r--r-- root/root usr/man/man1/editdiff.1.gz
--rw-r--r-- root/root usr/man/man1/espdiff.1.gz
--rw-r--r-- root/root usr/man/man1/filterdiff.1.gz
--rw-r--r-- root/root usr/man/man1/fixcvsdiff.1.gz
--rw-r--r-- root/root usr/man/man1/flipdiff.1.gz
--rw-r--r-- root/root usr/man/man1/grepdiff.1.gz
--rw-r--r-- root/root usr/man/man1/interdiff.1.gz
--rw-r--r-- root/root usr/man/man1/lsdiff.1.gz
--rw-r--r-- root/root usr/man/man1/recountdiff.1.gz
--rw-r--r-- root/root usr/man/man1/rediff.1.gz
--rw-r--r-- root/root usr/man/man1/splitdiff.1.gz
--rw-r--r-- root/root usr/man/man1/unwrapdiff.1.gz
diff --git a/patchutils/.signature b/patchutils/.signature
index 3651d5f35..4afb5fcf1 100644
--- a/patchutils/.signature
+++ b/patchutils/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3416bN8S7W8x0oxMAEOGrVw9r+a3leo57wB2xvAScS0djNsKYCdBSzIAjsb6zOThOXDbIjwxp6ZhRvrTQtOBdQA=
-SHA256 (Pkgfile) = c699a1d97d455444ac99678faf4021122d30cfb37de41d67766e58d8c2cf9892
-SHA256 (.footprint) = b989724c31386a02877e55f1d1358abec6370c20112c8b253b2547d4b766742a
-SHA256 (patchutils-0.3.2.tar.bz2) = fdeb1a571b42faeafbc6bcd999717efca256601a1aa2b4b2f34ec93b6977ae21
+RWSagIOpLGJF3xYI/SG7trOPUiZ6CP07y4Fvbb4ENChNPvGDXCX8TBlvfFW45/vu8uvYhcM8lELAqnP7wWasRytNNxcR+B9HVgw=
+SHA256 (Pkgfile) = f856e6f94d49d5ee887c4f8840dc54aa67a13d136c78bfe28f28f2ac33de6231
+SHA256 (.footprint) = 1b3b766b436e0ee4a6190848477d1c7c4a3e990254482d06b15b2e72df1c1ced
+SHA256 (patchutils-0.3.4.tar.xz) = cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876
diff --git a/patchutils/Pkgfile b/patchutils/Pkgfile
index fa2030c29..964188a38 100644
--- a/patchutils/Pkgfile
+++ b/patchutils/Pkgfile
@@ -4,16 +4,16 @@
# Packager: Younes Hafri, ycrux at club-internet dot fr
name=patchutils
-version=0.3.2
+version=0.3.4
release=1
-source=(http://cyberelk.net/tim/data/patchutils/stable/$name-$version.tar.bz2)
+source=(https://github.com/twaugh/patchutils/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
- --mandir=/usr/man
+ --mandir=/usr/share/man
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install

Generated by cgit