~alpine/aports

[alpine-aports] [PATCH] main/patchutils: add depends on perl, fix missing shebang

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190125140050.19000-1-mps@arvanta.net>
Sender timestamp
1548424850
DKIM signature
missing
Download raw message
Patch: +4 -7
fixes: #9913
add options with '!check' because package doesn't have test
---
 main/patchutils/APKBUILD | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/main/patchutils/APKBUILD b/main/patchutils/APKBUILD
index c10a609478..5f6c7cbfab 100644
--- a/main/patchutils/APKBUILD
+++ b/main/patchutils/APKBUILD
@@ -2,15 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=patchutils
pkgver=0.3.4
pkgrel=0
pkgrel=1
pkgdesc="A collection of programs for manipulating patch files"
url="http://cyberelk.net/tim/patchutils/"
arch="all"
license="GPL-2.0-or-later"
depends=""
depends_dev=""
makedepends="$depends_dev xmlto"
install=""
depends="perl"
makedepends="xmlto"
options="!check"  # No test suite.
subpackages="$pkgname-doc"
source="http://cyberelk.net/tim/data/patchutils/stable/patchutils-$pkgver.tar.xz"

@@ -44,6 +43,4 @@ package() {
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="ee95b5993d07ccdf27ca9f2cc4e6ffee  patchutils-0.3.4.tar.xz"
sha256sums="cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876  patchutils-0.3.4.tar.xz"
sha512sums="ede006122fad180b78feaf69294f1c40c0a764981fa581f1893abeeb0421f9d586fc33f79d065690a6bc6187a31f11311b086669879dde12c6e49c7c8a2aa440  patchutils-0.3.4.tar.xz"
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)