summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatěj Týč2018-07-20 22:39:49 +0200
committerMatěj Týč2018-07-20 22:39:49 +0200
commite28d510f9044c4f9fd0a335e468d2413a17d370f (patch)
treee593da7859a426a61ccc5e8e56828f95b4ee3f4d /PKGBUILD
parentb90f35c27347e9420f3a5623860943e158c1708f (diff)
downloadaur-e28d510f9044c4f9fd0a335e468d2413a17d370f.tar.gz
Added dash as makedepend.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18b70ffd4a64..88570d29a430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Matěj Týč <matej.tyc@gmail.com>
pkgname=argbash
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Bash argument parsing code generator"
arch=(any)
@@ -14,7 +14,7 @@ url="https://argbash.io"
license=('BSD')
groups=()
depends=('autoconf')
-makedepends=('make')
+makedepends=('make' 'dash')
checkdepends=()
optdepends=()
provides=()