summaryrefslogtreecommitdiffstats
path: root/business
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-08 19:35:50 +0200
committer Matteo Bernardini2021-04-08 19:35:50 +0200
commitafc9e42772de8a69a6c2a028e98dc5ca8d96df52 (patch)
tree1005b4879f8fb6b3be051d8ac93d1b40220fbecd /business
parenta6bf666d73b4dccae0636e4ca04113d5953b956c (diff)
downloadslackbuilds-afc9e42772de8a69a6c2a028e98dc5ca8d96df52.tar.gz
20210408.1 global branch merge.current-20210408.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r--business/ledger/README5
-rw-r--r--business/ledger/ledger.info2
2 files changed, 6 insertions, 1 deletions
diff --git a/business/ledger/README b/business/ledger/README
index 18141c655e..33dbe598d7 100644
--- a/business/ledger/README
+++ b/business/ledger/README
@@ -1,2 +1,7 @@
Ledger is a powerful, double-entry accounting system that is accessed
from the UNIX command-line.
+
+* IMPORTANT NOTE *
+seems like utfcpp actually breaks compilation in current so be sure
+to remove that package if you have installed before trying to build
+ledger
diff --git a/business/ledger/ledger.info b/business/ledger/ledger.info
index 49666f11fc..9ab04f37db 100644
--- a/business/ledger/ledger.info
+++ b/business/ledger/ledger.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ledger/ledger/archive/v3.2.1/ledger-3.2.1.tar.gz"
MD5SUM="4f82445bf8a39010e51b6367cf82c6d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="utfcpp"
+REQUIRES=""
MAINTAINER="simotrone"
EMAIL="simotrone@gmail.com"