summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils VAN ZUIJLEN2018-09-09 11:15:44 +0200
committerNils VAN ZUIJLEN2018-09-09 11:15:44 +0200
commitb1020ec68f6b00a482bb6ca7a327a9f96cf8cce3 (patch)
tree05e296d949ce717c08e7aed97e30e04538fe3685
parent67a428f59d26686db7d2d05c0a6017e2c1689d8d (diff)
downloadaur-b1020ec68f6b00a482bb6ca7a327a9f96cf8cce3.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a49f3f423d9..291d5fe54c00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = eqonomize-bin
pkgdesc = Eqonomize! is a cross-platform personal accounting software, with focus on efficiency and ease of use for the small household economy.
- pkgver = 1.3
+ pkgver = 1.3.1
pkgrel = 1
url = http://eqonomize.github.io/
arch = x86_64
license = GPL3
depends = qt5-base
+ depends = desktop-file-utils
optdepends = qt5-charts: charts in the statistics
provides = eqonomize
conflicts = eqonomize
- source = https://github.com/Eqonomize/Eqonomize/releases/download/v1.3.0/eqonomize-1.3-bin.tar.gz
- source = https://raw.githubusercontent.com/Eqonomize/Eqonomize/v1.3.0/data/eqonomize.desktop
- sha256sums = 33db98dc22c09fe7f6f94a5e0edec4ecc147505e102b5454f251884d3aa3f8e0
+ source = https://github.com/Eqonomize/Eqonomize/releases/download/v1.3.1/eqonomize-1.3.1-bin.tar.gz
+ source = https://raw.githubusercontent.com/Eqonomize/Eqonomize/v1.3.1/data/eqonomize.desktop
+ sha256sums = 999ff4b0c382e3342e877fd66c11aa43df8a5f8951e7ec432eef7a71e2397836
sha256sums = 3c011e0820f85d5f25eefd7db5257fb11cd7effcc1a9eaea6a6dc12db9c5ad1a
pkgname = eqonomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 601a048622a0..7e49d85480b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Amael <nils.van-zuijlen@mailo.com>
pkgname=eqonomize-bin
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
arch=('x86_64')
pkgdesc="Eqonomize! is a cross-platform personal accounting software, with focus on efficiency and ease of use for the small household economy."
url="http://eqonomize.github.io/"
license=('GPL3')
-depends=('qt5-base')
+depends=('qt5-base' 'desktop-file-utils')
optdepends=('qt5-charts: charts in the statistics')
provides=('eqonomize')
conflicts=('eqonomize')
-source=("https://github.com/Eqonomize/Eqonomize/releases/download/v1.3.0/eqonomize-1.3-bin.tar.gz"
- "https://raw.githubusercontent.com/Eqonomize/Eqonomize/v1.3.0/data/eqonomize.desktop")
-sha256sums=('33db98dc22c09fe7f6f94a5e0edec4ecc147505e102b5454f251884d3aa3f8e0'
+source=("https://github.com/Eqonomize/Eqonomize/releases/download/v1.3.1/eqonomize-1.3.1-bin.tar.gz"
+ "https://raw.githubusercontent.com/Eqonomize/Eqonomize/v1.3.1/data/eqonomize.desktop")
+sha256sums=('999ff4b0c382e3342e877fd66c11aa43df8a5f8951e7ec432eef7a71e2397836'
'3c011e0820f85d5f25eefd7db5257fb11cd7effcc1a9eaea6a6dc12db9c5ad1a')
package() {