summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoral1-ce2024-01-20 19:39:41 +0300
committeral1-ce2024-01-20 19:39:41 +0300
commitb6582be9f5a5f5a4592e3eb36eca27d68a43373e (patch)
tree82991e92aca9f0a017946b15750a5cc3ac227158 /PKGBUILD
parent9ea1c801ce99f1b82eb6689b6bb628e1b8cc8dd6 (diff)
downloadaur-pkm.tar.gz
changed build dep to fix arm builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d70865c28ca..ea59b13e2da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url='https://github.com/al1-ce/pkm'
license=('MIT')
depends=('yay')
-makedepends=('dub' 'dmd')
+makedepends=('dub' 'ldc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/al1-ce/pkm/archive/v$pkgver.tar.gz")
md5sums=('SKIP')
validpgpkeys=()