summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaxx2019-03-10 23:06:06 -0500
committerdaxx2019-03-10 23:06:06 -0500
commit237c291b4f8198aba30038a402b7d962ca3f86fe (patch)
treebd33829445b33251bc2049cb3c4eb256a2b4935a
parentd1e2571f125cfd3cbb46fedf1b8fce34effa48f7 (diff)
downloadaur-ddhx-git.tar.gz
add dmd dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7e56c5cbc3..94e6c5285105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ddhx-git
pkgdesc = Console hexadecimal file viewer
- pkgver = r92.488998e
+ pkgver = r93.6d0eeb0
pkgrel = 1
url = https://github.com/dd86k/ddhx
arch = x86_64
license = MIT
makedepends = git
makedepends = dub
+ makedepends = dmd
provides = ddhx
conflicts = ddhx
source = git+https://github.com/dd86k/ddhx
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')