summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2019-09-03 22:24:26 +0200
committerLucas Werkmeister2019-09-03 22:24:26 +0200
commitfe8d7a675b97fa31e3781be88767f4bcdb15d776 (patch)
tree8c6eee228fe47f06df95243b8d1748acb54f8faf /PKGBUILD
parentc7243b3c02069e47d0f6fbeceb64f7bbb233c92a (diff)
downloadaur-dgsh-git.tar.gz
Add bison and rsync to makedepends
bison was pointed out by Nudin in the package comments, rsync I noticed myself afterwards.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6193a0c681f6..64a8e1d3ef9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
pkgname=dgsh-git
-pkgver=r1422.0e51cfd
+pkgver=r1549.df703ef
pkgrel=1
pkgdesc="Directed Graph Shell"
arch=('any')
@@ -18,6 +18,8 @@ makedepends=(
'help2man'
'gettext'
'git'
+ 'bison'
+ 'rsync'
)
checkdepends=(
'check'