summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')