summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2017-08-15 02:03:27 +0800
committerquininer2017-08-15 02:03:27 +0800
commit437ebd68fee6c1c4727494097bfccac48998af6a (patch)
tree629a135a242c506068ed9cb34ac8d93f98af04d5
parentfb3170b7464afc727d213ef8fa2ccfc343a446f3 (diff)
downloadaur-437ebd68fee6c1c4727494097bfccac48998af6a.tar.gz
move makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ca1f6df3cf..3f5d6b3b6c39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 14 17:51:37 UTC 2017
+# Mon Aug 14 18:03:21 UTC 2017
pkgbase = alacritty-git
pkgver = 0.1.0.569.g4e9b1c5
pkgrel = 1
@@ -10,6 +10,8 @@ pkgbase = alacritty-git
makedepends = rust
makedepends = cargo
makedepends = cmake
+ makedepends = fontconfig
+ makedepends = freetype2
makedepends = git
makedepends = ncurses
source = alacritty::git+https://github.com/jwilm/alacritty.git
diff --git a/PKGBUILD b/PKGBUILD
index fa9bbf706e3b..b199a7a8687b 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' 'git' 'ncurses')
+makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'freetype2' 'git' 'ncurses')
source=("$_pkgname::git+https://github.com/jwilm/alacritty.git")
sha256sums=('SKIP')
@@ -17,7 +17,6 @@ pkgver() {
package_alacritty-git() {
pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
depends=('freetype2' 'fontconfig' 'xclip')
- makedepends=('rust' 'cargo' 'cmake' 'git')
provides=('alacritty')
conflicts=('alacritty')
@@ -31,7 +30,6 @@ package_alacritty-git() {
package_alacritty-terminfo-git() {
pkgdesc="Terminfo files for the alacritty terminal emulator"
- makedepends=('ncurses')
provides=('alacritty-terminfo')
conflicts=('alacritty-terminfo')