Skip to content
Snippets Groups Projects
Commit 6caeaf63 authored by Francesco Colista's avatar Francesco Colista
Browse files

community/moreutils: upgrade to 0.64

parent 657a2e8c
No related branches found
No related tags found
No related merge requests found
# Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=moreutils pkgname=moreutils
pkgver=0.63 pkgver=0.64
pkgrel=2 pkgrel=0
pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
url="https://joeyh.name/code/moreutils/" url="https://joeyh.name/code/moreutils/"
arch="all" arch="all"
...@@ -11,7 +11,7 @@ depends="perl perl-timedate perl-ipc-run" ...@@ -11,7 +11,7 @@ depends="perl perl-timedate perl-ipc-run"
checkdepends="bash" checkdepends="bash"
makedepends="perl-dev docbook-xsl docbook-xml perl-xml-sax libxslt-dev linux-headers" makedepends="perl-dev docbook-xsl docbook-xml perl-xml-sax libxslt-dev linux-headers"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.xz source="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-$pkgver.tar.gz
docbook-xsl.patch" docbook-xsl.patch"
build() { build() {
...@@ -34,5 +34,5 @@ package() { ...@@ -34,5 +34,5 @@ package() {
mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
} }
sha512sums="71bd5ec4d265dff708db372189146acb067c4edaf62888755d245ccb3f4b5bb54f6c31bda68991f78c27ab231de8ea7126f947834f3604b60d7142d0357cb66b moreutils_0.63.orig.tar.xz sha512sums="94f131b9b02a8c1139dfe34abacab022687f51413c529288f57fa876676c028e200324ed855b910a7dbfb4290eb8b38b3dc182eda49988f521a550162b0a0eec moreutils-0.64.tar.gz
4e55b2f45443c71dcf3ff99f233119b997e52d4979985ff5269c07d98bb6ddcee74658a6006165d50757beb0054a2a2cc91d46ad60b943fbd0310b318e72de99 docbook-xsl.patch" 4e55b2f45443c71dcf3ff99f233119b997e52d4979985ff5269c07d98bb6ddcee74658a6006165d50757beb0054a2a2cc91d46ad60b943fbd0310b318e72de99 docbook-xsl.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment