Date: Friday, May 1, 2020 @ 23:08:55
  Author: escondida
Revision: 624278

Update to ledger-3.2.0. Add python3 support. Remove unused Emacs build var

Modified:
  ledger/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-01 21:58:38 UTC (rev 624277)
+++ PKGBUILD    2020-05-01 23:08:55 UTC (rev 624278)
@@ -1,5 +1,5 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Contributor: Lukas Fleischer <[email protected]>
+# Maintainer: Lukas Fleischer <[email protected]>
+# Maintainer: Ivy Foster <[email protected]>
 # Contributor: Abdelhakim Qbaich <[email protected]>
 # Contributor: korjjj <[email protected]>
 # Contributor: TDY <[email protected]>
@@ -7,17 +7,20 @@
 # Contributor: Nathan Jones <[email protected]>
 
 pkgname=ledger
-pkgver=3.1.3
-pkgrel=6
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
 arch=(i686 x86_64)
 url='https://ledger-cli.org'
 license=(BSD)
 depends=(boost-libs libedit mpfr)
-makedepends=(boost cmake)
-optdepends=('emacs: emacs interface')
+makedepends=(boost cmake python)
+optdepends=(
+       'emacs: emacs interface'
+       'python: python library'
+)
 
source=("ledger-$pkgver.tar.gz::https://github.com/ledger/ledger/archive/v$pkgver.tar.gz";)
-sha256sums=(b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b)
+sha256sums=(9a2f1886be0181bfa0a8b3ea05207d5c6e55497d7f821af3d7e60a8e53ba11d0)
 
 build() {
        cd "ledger-$pkgver"
@@ -25,8 +28,7 @@
        cmake . \
                -DCMAKE_INSTALL_PREFIX:PATH=/usr \
                -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-               -DUSE_PYTHON:BOOL=FALSE \
-               -DBUILD_EMACSLISP:BOOL=TRUE
+               -DUSE_PYTHON:BOOL=TRUE
        make
 }
 

Reply via email to