summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwallace2020-12-05 22:15:07 +0200
committerwallace2020-12-05 22:15:07 +0200
commit41b0fee8ca1561e1cc069c86f9324208b22dc745 (patch)
tree0fdbb6b6b3a8086bbdac5f62d139ec26d06b8944
parent4f6f14224324b74df6b05564a085735fbedee68a (diff)
downloadaur-41b0fee8ca1561e1cc069c86f9324208b22dc745.tar.gz
Add missing deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2de43b7108b..35a31df112a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = fontfor
pkgdesc = Find fonts which can show a specified character and preview them in terminal or browser.
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/7sDream/fontfor
arch = x86_64
license = GPL-3.0
makedepends = rust
+ makedepends = cmake
+ makedepends = freetype2
source = https://github.com/7sDream/fontfor/archive/v0.3.1.tar.gz
sha256sums = 0e7969de5a6313d6b8a11a16f07c607ba9c82c26dfa0ddecff08c153e000801e
diff --git a/PKGBUILD b/PKGBUILD
index 54e0b5098146..0380f36c1dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fontfor
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Find fonts which can show a specified character and preview them in terminal or browser."
arch=('x86_64')
url=https://github.com/7sDream/fontfor
license=('GPL-3.0')
depends=()
-makedepends=('rust')
+makedepends=('rust' 'cmake' 'freetype2')
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('0e7969de5a6313d6b8a11a16f07c607ba9c82c26dfa0ddecff08c153e000801e')