aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-25 00:04:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-25 00:28:26 -0300
commita7e5bb21e7168f3d94ffbe400c56f795090ba040 (patch)
treeff89ca8c3e6ae308400b900d4ebdcc12ff5c2e8f
parentc14c53c6b285e06307107d5ce39708161d7f8921 (diff)
downloadaports-a7e5bb21e7168f3d94ffbe400c56f795090ba040.tar.bz2
aports-a7e5bb21e7168f3d94ffbe400c56f795090ba040.tar.xz
community/dos2unix: upgrade to 7.4.1
-rw-r--r--community/dos2unix/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/dos2unix/APKBUILD b/community/dos2unix/APKBUILD
index 8f6a30f285..1ce1ff589b 100644
--- a/community/dos2unix/APKBUILD
+++ b/community/dos2unix/APKBUILD
@@ -1,22 +1,17 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=dos2unix
-pkgver=7.4.0
+pkgver=7.4.1
pkgrel=0
pkgdesc="Text file format converters"
url="http://waterlan.home.xs4all.nl/dos2unix.html"
arch="all"
-license="BSD"
-depends=""
-makedepends=""
+license="BSD-2-Clause"
checkdepends="gettext-dev perl-utils"
-install=""
subpackages="$pkgname-doc"
-source="http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+source="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
prepare() {
- cd "$builddir"
sed -e '/^LDFLAGS/s|=|+=|' \
-e '/CFLAGS_OS \+=/d' \
-e '/LDFLAGS_EXTRA \+=/d' \
@@ -40,4 +35,4 @@ package() {
-C "$builddir" install
}
-sha512sums="41be6b0c747f4a8e316eccecd468c8250aa6791962485569eb9496def60818ae434d619b5cfb5f80f15f8d17800314f5aefe229dc5d37faaa34e1270575175e9 dos2unix-7.4.0.tar.gz"
+sha512sums="81e7cff82d95b298fb218b073f54d17fa851a7507fbd54b3cd9af7c1efa6a7bd3cf59f7a84ffbaf395403bf458650763e1755944451b24f708878a9c62316dc4 dos2unix-7.4.1.tar.gz"