summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b88ec97d476..2c1daa43bb4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = dng
license = ZLIB
makedepends = git
makedepends = innoextract
+ makedepends = rust
depends = wine
source = dng-15.1.1::git+https://github.com/thorpelawrence/dng.git
source = https://download.adobe.com/pub/adobe/dng/win/AdobeDNGConverter_x64_15_1_1.exe
diff --git a/PKGBUILD b/PKGBUILD
index 3e1e361f7238..c4e929aa4568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/thorpelawrence/dng"
license=('ZLIB')
depends=(wine)
-makedepends=(git innoextract)
+makedepends=(git innoextract rust)
source=("$pkgname-$pkgver::git+$url.git"
'https://download.adobe.com/pub/adobe/dng/win/AdobeDNGConverter_x64_15_1_1.exe')
sha512sums=('SKIP'