summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordaxx2019-03-10 23:06:06 -0500
committerdaxx2019-03-10 23:06:06 -0500
commit237c291b4f8198aba30038a402b7d962ca3f86fe (patch)
treebd33829445b33251bc2049cb3c4eb256a2b4935a /PKGBUILD
parentd1e2571f125cfd3cbb46fedf1b8fce34effa48f7 (diff)
downloadaur-ddhx-git.tar.gz
add dmd dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e24f29901617..975f1e3814d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: dax <dev@dax.moe>
pkgname=ddhx-git
-pkgver=r92.488998e
+pkgver=r93.6d0eeb0
pkgrel=1
pkgdesc="Console hexadecimal file viewer"
arch=('x86_64')
url="https://github.com/dd86k/ddhx"
license=('MIT')
depends=()
-makedepends=('git' 'dub')
+makedepends=('git' 'dub' 'dmd')
provides=("ddhx")
conflicts=("ddhx")
source=('git+https://github.com/dd86k/ddhx')