Date: Sunday, September 29, 2019 @ 12:28:13 Author: archange Revision: 512068
Fix default python executable Modified: kresus/trunk/PKGBUILD kresus/trunk/config.ini ------------+ PKGBUILD | 4 ++-- config.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-29 12:01:27 UTC (rev 512067) +++ PKGBUILD 2019-09-29 12:28:13 UTC (rev 512068) @@ -2,7 +2,7 @@ pkgname=kresus pkgver=0.14.0 -pkgrel=2 +pkgrel=3 pkgdesc="Self-hosted personal finance manager" arch=(x86_64) url="https://kresus.org" @@ -17,7 +17,7 @@ "${pkgname}.sysusers" "${pkgname}.tmpfiles") sha256sums=('741a996db2b121e360c0dcf72633d56d010fca22dbf230a99a8be91be3a642bc' - 'e9ea978f2edb56651471fcfb7689318dbeba737e2bf3f9847536526ca698a9e3' + '63e105f26d46b9402519b314a2d43e4c3363dc990198eab68d0c816b8ce56b43' '3d4b07c2c029be80597e84d9fbbf67c479c6231347b83cf429af4441ec5a491e' 'd9d30f5470c7165e4917487b69d7ab82e463da4e1355056e1035ee501d3f1adc' 'ba8ad7d9eb5d2b47fde5f6a3ab98596e5c679141b78d76d54b44830604b67632') Modified: config.ini =================================================================== --- config.ini 2019-09-29 12:01:27 UTC (rev 512067) +++ config.ini 2019-09-29 12:28:13 UTC (rev 512068) @@ -36,7 +36,7 @@ ; Overriden by the KRESUS_PYTHON_EXEC environment variable, if it's set. ; Example: ; python_exec=python2 -python_exec= +python_exec=python ; The directory prefix in the URL, if Kresus is to be served from a ; subdirectory. For instance, if your website is hosted at example.com
