summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2018-10-26 06:53:45 -0400
committerZhuoyun Wei2018-10-26 06:53:45 -0400
commitf0560561f70e0b161bf948d47db02473178b879b (patch)
tree6c67cdfa6346249f296266902895bf32aaf4178b
parent1022052d2dad44d8a6675494ee32cf93c68a0e46 (diff)
downloadaur-f0560561f70e0b161bf948d47db02473178b879b.tar.gz
Update for Python 3.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 151b3eba15c7..d1733e1f77f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 26 10:52:40 UTC 2018
+# Fri Oct 26 10:53:42 UTC 2018
pkgbase = fava
pkgdesc = Web interface for beancount
pkgver = 1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/beancount/fava
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 97ce16038112..ea8111e12a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fava
pkgdesc='Web interface for beancount'
pkgver=1.9
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/beancount/fava'
license=('GPL')
@@ -14,5 +14,5 @@ depends=('beancount' 'python-pip' 'python-click' 'python-markdown2' 'python-flas
package () {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps fava-${pkgver}-py3-none-any.whl
- python -O -m compileall "${pkgdir}/usr/lib/python3.6/site-packages/${pkgname}/"
+ python -O -m compileall "${pkgdir}/usr/lib/python3.7/site-packages/${pkgname}/"
}