summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLawrence Thorpe2023-02-05 13:57:54 +0000
committerLawrence Thorpe2023-02-05 13:57:54 +0000
commitfe96ea2760f942b1348aa460a0745bf0dbc812d0 (patch)
tree6ac779f01e2021338c9a5e7548135a991c1ca645
parenta5245e9074fa7d651424fb68c56d9910b46d8cdf (diff)
downloadaur-fe96ea2760f942b1348aa460a0745bf0dbc812d0.tar.gz
add rust makedepends
-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'