diff options
author | Axel Navarro | 2020-08-08 19:03:43 -0300 |
---|---|---|
committer | Axel Navarro | 2020-08-08 19:03:43 -0300 |
commit | 1bd722a2e85a7c1f0774d6a52045a344cf260475 (patch) | |
tree | 10a4e70d4fc4434c2988177d2be9b3d608af15dc /PKGBUILD | |
parent | 38750464f91335d5f67ccfa66e19eb715624113d (diff) | |
download | aur-1bd722a2e85a7c1f0774d6a52045a344cf260475.tar.gz |
Add icu as depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |