From ba7e4d67e88cb81e85801d2e48dd17d231aad8e1 Mon Sep 17 00:00:00 2001
From: ScrumpyJack <scrumpyjack@st.ilet.to>
Date: Tue, 28 Jun 2016 12:52:37 +0000
Subject: [PATCH] testing/atool: fix missing Perl dependancy

Fixes missing Perl dependancy at build and installation time.
---
 testing/atool/APKBUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/testing/atool/APKBUILD b/testing/atool/APKBUILD
index 6344a9f847fb..05622ab9e097 100644
--- a/testing/atool/APKBUILD
+++ b/testing/atool/APKBUILD
@@ -2,14 +2,14 @@
 # Maintainer: Camille Scholtz <onodera@openmailbox.org>
 pkgname=atool
 pkgver=0.39.0
-pkgrel=1
-pkgdesc="a script for managing file archives of various types"
+pkgrel=2
+pkgdesc="a Perl script for managing file archives of various types"
 url="http://nongnu.org/atool"
-arch="all"
+arch="noarch"
 license="GPL3"
-depends=""
+depends="perl"
 depends_dev=""
-makedepends="$depends_dev"
+makedepends="perl"
 install=""
 subpackages="$pkgname-doc"
 source="http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"
-- 
GitLab