summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreveryx2023-06-27 11:14:46 +0800
committereveryx2023-06-27 11:15:17 +0800
commita59d5f44c1fc38f9611901c24a33ac23003b2c9d (patch)
tree2e2af566f0e5f1593d83004635efb914763dab37 /PKGBUILD
parent1f9378837ff644b92ae9472ca7c3e4e74b3860cb (diff)
downloadaur-a59d5f44c1fc38f9611901c24a33ac23003b2c9d.tar.gz
fix: depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e78283ee9810..81ab5ee88b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
_pkgname=mockplus-dt-font-agent
pkgname=${_pkgname}-bin
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Mockplus DT - Font Agent"
arch=("any")
url="https://www.mockplus.cn/dt"
license=("custom")
+depends=('fontconfig' 'freetype2' 'libevent' 'nlohmann-json')
provides=("${_pkgname}")
source=("${_pkgname}.zip::https://dt.mockplus.cn/plugin-downloads/MockplusDTFontAgentInstall_linux_v${pkgver}.zip")
sha512sums=("7223c1594ac223c3232fa2548a56b54d471d580e0b9b723b8a62a0f63f98ca48651983aed123a261f8a2c92209086d78ed1edb4ee962c8032eb78f1e807c64da")