summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils VAN ZUIJLEN2020-08-25 11:31:57 +0200
committerNils VAN ZUIJLEN2020-08-25 11:31:57 +0200
commite33fb84a033e66956e46a6e9917d64d453d66b94 (patch)
tree86be2880239629e70bd876d94bb08bdb7e8c705f
parent1cdded30747a989eb04ea80dd674f932b97cf207 (diff)
downloadaur-e33fb84a033e66956e46a6e9917d64d453d66b94.tar.gz
Version 1.5.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380b4a06c09f..b64cf158c924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = eqonomize-bin
pkgdesc = Cross-platform personal accounting software, with focus on efficiency and ease of use for the small household economy.
- pkgver = 1.4.3
+ pkgver = 1.5.0
pkgrel = 1
url = http://eqonomize.github.io/
arch = x86_64
arch = i386
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.4.3/eqonomize-1.4.3-x86_64.tar.gz
- source = https://raw.githubusercontent.com/Eqonomize/Eqonomize/v1.4.3/data/eqonomize.desktop
- source = https://github.com/Eqonomize/Eqonomize/raw/v1.4.3/data/scalable/eqonomize.svg
- sha256sums = f9caacd722595b614d333a1b0563983557038ffcc053f84721f35c72ba6444ed
- sha256sums = 3c011e0820f85d5f25eefd7db5257fb11cd7effcc1a9eaea6a6dc12db9c5ad1a
+ source = https://github.com/Eqonomize/Eqonomize/releases/download/v1.5.0/eqonomize-1.5.0-x86_64.tar.gz
+ source = https://raw.githubusercontent.com/Eqonomize/Eqonomize/v1.5.0/data/eqonomize.desktop
+ source = https://github.com/Eqonomize/Eqonomize/raw/v1.5.0/data/scalable/eqonomize.svg
+ sha256sums = a52efb4751251f4f1b21ea9465d56208d020bbea9192b1970b76bc4908ab779e
+ sha256sums = cd59b443b26ec8467da50d2cb3e9abf462d254c40404c0d318710d0758fc92ba
sha256sums = 0c036f8ac76d77f1493fe9984cc36c0b7760274d2cd4b532b48e6c1fa1b9f589
pkgname = eqonomize-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63e55a09453d..9bbfd2e329a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nils Van Zuijlen <nils.van-zuijlen@mailo.com>
pkgname=eqonomize-bin
-pkgver=1.4.3
+pkgver=1.5.0
pkgrel=1
arch=('x86_64' 'i386')
pkgdesc="Cross-platform personal accounting software, with focus on efficiency and ease of use for the small household economy."
@@ -14,12 +14,12 @@ source=("https://github.com/Eqonomize/Eqonomize/releases/download/v${pkgver}/eqo
"https://raw.githubusercontent.com/Eqonomize/Eqonomize/v${pkgver}/data/eqonomize.desktop"
"https://github.com/Eqonomize/Eqonomize/raw/v${pkgver}/data/scalable/eqonomize.svg")
if [[ $CARCH == 'x86_64' ]]; then
- sha256sums=('f9caacd722595b614d333a1b0563983557038ffcc053f84721f35c72ba6444ed')
+ sha256sums=('a52efb4751251f4f1b21ea9465d56208d020bbea9192b1970b76bc4908ab779e')
elif [[ $CARCH == 'i686' ]]; then
- sha256sums=('fcc1e562c6594081edd22a1494e05cd99e1b5ad0298371d52dac68c34c842f0d')
+ sha256sums=('bedab0c116bc7875f32eaca39cb28a8481b9fb57107bdf1d84e48b8f96eaf6cd')
fi
-sha256sums+=('3c011e0820f85d5f25eefd7db5257fb11cd7effcc1a9eaea6a6dc12db9c5ad1a' '0c036f8ac76d77f1493fe9984cc36c0b7760274d2cd4b532b48e6c1fa1b9f589')
+sha256sums+=('cd59b443b26ec8467da50d2cb3e9abf462d254c40404c0d318710d0758fc92ba' '0c036f8ac76d77f1493fe9984cc36c0b7760274d2cd4b532b48e6c1fa1b9f589')
package() {
mkdir -p "$pkgdir/usr/bin"