summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Navarro2020-08-08 19:03:43 -0300
committerAxel Navarro2020-08-08 19:03:43 -0300
commit1bd722a2e85a7c1f0774d6a52045a344cf260475 (patch)
tree10a4e70d4fc4434c2988177d2be9b3d608af15dc /PKGBUILD
parent38750464f91335d5f67ccfa66e19eb715624113d (diff)
downloadaur-1bd722a2e85a7c1f0774d6a52045a344cf260475.tar.gz
Add icu as depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94f2c8aff899..b15f31a258dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Command Line ToDo Management Application'
arch=('x86_64')
url='https://github.com/tarikguney/taskcore'
license=("APACHE")
+depends=("icu")
makedepends=("dotnet-sdk")
options=("staticlibs")
source=("${url}/archive/v${_pkgver}.tar.gz")