summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 162759116436..a7c90026f75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.11
- pkgrel = 3
+ pkgver = 1.12
+ pkgrel = 1
url = https://github.com/beancount/fava
arch = any
license = GPL
@@ -12,9 +12,9 @@ pkgbase = fava
depends = python-flask
depends = python-flask-babel
depends = python-cheroot
- noextract = fava-1.11-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.11-py3-none-any.whl
- sha256sums = 1c2f917b240cf49bfd1233a6cd1585175b3f51e2ab83b40dae0f7ee8974f2f3e
+ noextract = fava-1.12-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.12-py3-none-any.whl
+ sha256sums = 89cf3bc358c7e31f67d08105b138f646492e7a00fff4f3fceaacdea0b892cab8
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index 55e84dc64161..e9924d4f6af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.11
-pkgrel=3
+pkgver=1.12
+pkgrel=1
arch=('any')
url='https://github.com/beancount/fava'
license=('GPL')
source=("https://files.pythonhosted.org/packages/py3/f/fava/fava-${pkgver}-py3-none-any.whl")
noextract=("fava-${pkgver}-py3-none-any.whl")
-sha256sums=('1c2f917b240cf49bfd1233a6cd1585175b3f51e2ab83b40dae0f7ee8974f2f3e')
+sha256sums=('89cf3bc358c7e31f67d08105b138f646492e7a00fff4f3fceaacdea0b892cab8')
depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot')
makedepends=('python-pip')