aboutsummaryrefslogtreecommitdiffstats
path: root/community/dos2unix
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-10-23 21:55:40 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-10-24 09:29:30 +0200
commitd7906ac4e6742f1b99d8f354c3307ffe1fb068bf (patch)
tree56e8de6c5982ecee00fe6cfc96bc4da338651c45 /community/dos2unix
parenta0d54dec6e5103cd396aa3ec811c93ed5f7b5248 (diff)
downloadaports-d7906ac4e6742f1b99d8f354c3307ffe1fb068bf.tar.bz2
aports-d7906ac4e6742f1b99d8f354c3307ffe1fb068bf.tar.xz
community/dos2unix: upgrade to 7.40
Also add a check function while being here.
Diffstat (limited to 'community/dos2unix')
-rw-r--r--community/dos2unix/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/dos2unix/APKBUILD b/community/dos2unix/APKBUILD
index 5bbaba2915..8f6a30f285 100644
--- a/community/dos2unix/APKBUILD
+++ b/community/dos2unix/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=dos2unix
-pkgver=7.3.5
+pkgver=7.4.0
pkgrel=0
pkgdesc="Text file format converters"
url="http://waterlan.home.xs4all.nl/dos2unix.html"
@@ -9,6 +9,7 @@ arch="all"
license="BSD"
depends=""
makedepends=""
+checkdepends="gettext-dev perl-utils"
install=""
subpackages="$pkgname-doc"
source="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz"
@@ -27,6 +28,10 @@ build() {
make ENABLE_NLS= -C "$builddir"
}
+check() {
+ make check -C "$builddir"
+}
+
package() {
make prefix=/usr \
docsubdir=$pkgname \
@@ -35,4 +40,4 @@ package() {
-C "$builddir" install
}
-sha512sums="beafefa715d894ec51bd808b18485bcf413f93b888203486e659f7e30b922b32b2f1da2305ef9ae85e54085ba3819bd512957bb872b529fe4728000cec7d3e58 dos2unix-7.3.5.tar.gz"
+sha512sums="41be6b0c747f4a8e316eccecd468c8250aa6791962485569eb9496def60818ae434d619b5cfb5f80f15f8d17800314f5aefe229dc5d37faaa34e1270575175e9 dos2unix-7.4.0.tar.gz"