aboutsummaryrefslogtreecommitdiffstats
path: root/main/execline/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/execline/APKBUILD')
-rw-r--r--main/execline/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/execline/APKBUILD b/main/execline/APKBUILD
index 108b099aec..02306b6c93 100644
--- a/main/execline/APKBUILD
+++ b/main/execline/APKBUILD
@@ -2,14 +2,14 @@
# Contributor: John Regan <john@jrjrtech.com>
pkgname=execline
pkgver=2.2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="A small scripting language, to be used in place of a shell in non-interactive scripts."
url="http://skarnet.org/software/$pkgname/"
arch="all"
license="ISC"
depends="skalibs"
depends_dev="skalibs-dev"
-makedepends="$depends_dev"
+makedepends="skalibs-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://skarnet.org/software/$pkgname/$pkgname-$pkgver.tar.gz"