diff options
author | 2021-01-17 11:05:01 +0100 | |
---|---|---|
committer | 2021-03-06 10:01:13 +0100 | |
commit | f50e77ba9f8b99fc00517cf4d9f00fc100e0b0c8 (patch) | |
tree | 60756b461df5d11f4625fe94c10df4785b84c0af | |
parent | 3c59cb22425adf5d8a0d1a79baf00e6d9334c620 (diff) | |
download | slackbuilds-ledger.tar.gz |
business/ledger: Note utfcpp incompatibility in current.ledger
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | business/ledger/README | 5 | ||||
-rw-r--r-- | business/ledger/ledger.info | 2 |
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" |