summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2018-05-29 19:51:53 +0800
committerquininer2018-05-29 19:51:53 +0800
commit1dce999b2e2ae8ac78b2b918da3e16c3b97104be (patch)
tree71ccac8dff1a2d082e205d393bcabc25fb1afd54
parent82deaecd962da7a088e0b9b4ef133dfe20870277 (diff)
downloadaur-1dce999b2e2ae8ac78b2b918da3e16c3b97104be.tar.gz
add makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f718f215b0f6..98cc7136f90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = alacritty-git
makedepends = freetype2
makedepends = git
makedepends = ncurses
+ makedepends = desktop-file-utils
source = alacritty::git+https://github.com/jwilm/alacritty.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aac96f9802d9..f00f4593a3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/jwilm/alacritty"
license=('Apache-2.0')
-makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'freetype2' 'git' 'ncurses')
+makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'freetype2' 'git' 'ncurses' 'desktop-file-utils')
source=("$_pkgname::git+https://github.com/jwilm/alacritty.git")
sha256sums=('SKIP')