aboutsummaryrefslogtreecommitdiffstats
path: root/community/outils
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-04-14 14:26:33 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-04-14 14:26:33 +0200
commit3493a1f547ab8ac4fa817294fa3679992042be99 (patch)
tree5dddb774d529e203bb623a4805e9374e877571aa /community/outils
parente1c52292e0df7c7712b7fcdefd6b42f099048f9d (diff)
downloadaports-3493a1f547ab8ac4fa817294fa3679992042be99.tar.bz2
aports-3493a1f547ab8ac4fa817294fa3679992042be99.tar.xz
community/outils: upgrade to 0.7
Diffstat (limited to 'community/outils')
-rw-r--r--community/outils/APKBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/community/outils/APKBUILD b/community/outils/APKBUILD
index e62ecaa3f0..df97401cbc 100644
--- a/community/outils/APKBUILD
+++ b/community/outils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=outils
-pkgver=0.6
+pkgver=0.7
pkgrel=0
pkgdesc="Port of some non-standard OpenBSD tools to Linux"
url="https://github.com/chneukirchen/outils"
@@ -32,13 +32,6 @@ subpackages="$pkgname-doc
source="$pkgname-$pkgver.tar.gz::https://github.com/chneukirchen/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- find "$builddir"/src -type f -exec sed -i \{\} -e "s;u_int;uint;g" \
- -e "s;u_char;uint8_t;g" \;
- sed -i "$builddir"/src/liboutils/sha1.c \
- -e "s;uint i;uint32_t i;"
-}
-
build() {
make CC="$CC" CFLAGS="$CFLAGS" \
-C "$builddir"
@@ -71,4 +64,4 @@ _tool() {
rmdir "$pkgdir"/usr/ 2>/dev/null || true
}
-sha512sums="51b3a9e4c421a1590a3eab3feffec0066830d67b0ec31e825ae99c17148ed764022cf559f67f9ccbe58390c19fd144465ebdb41dff5e51a5988a195d3eaa365f outils-0.6.tar.gz"
+sha512sums="e4dfafe1055e3c1161e489f67e433629833d256232ce07791eb169ae9ab54f5ec4c2236a33fc35a4a44fd42c9888145d6ca115cab9869593d5d42b11d4fea6d8 outils-0.7.tar.gz"