aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-08-12 11:59:06 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-08-12 11:59:06 +0000
commit6ef9988272802c892dcea8070fe494f2833f6c68 (patch)
tree6f46c5783f4fbb61d7b9272ac493c5aeedc26a50
parent0188ee1d98c0b00c99ff5ac5640bf28ada7c0327 (diff)
testing/detox: modernize and take maintainership
-rw-r--r--testing/detox/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/detox/APKBUILD b/testing/detox/APKBUILD
index 8bf87be4e10..351a3750b9d 100644
--- a/testing/detox/APKBUILD
+++ b/testing/detox/APKBUILD
@@ -1,16 +1,13 @@
# Contributor: z3bra <willy at mailoo dot org>
-# Maintainer:
+# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=detox
pkgver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="Utility for cleaning up filenames"
url="https://github.com/dharple/detox"
arch="all"
license="BSD-3-Clause"
-depends=""
-depends_dev=""
-makedepends="$depends_dev autoconf automake coreutils libtool"
-install=""
+makedepends="autoconf automake coreutils libtool"
subpackages="$pkgname-doc"
options="!check" # no upstream/available test-suite
source="$pkgname-$pkgver.tar.gz::https://github.com/dharple/detox/archive/v$pkgver.tar.gz"