aboutsummaryrefslogtreecommitdiffstats
path: root/testing/detox/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/detox/APKBUILD')
-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"