summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Livio Gatti2019-01-03 14:34:44 +0100
committerOliver Livio Gatti2019-01-03 14:34:44 +0100
commit31826c25548a01407ce5c26b3844e1c25714e656 (patch)
tree2edf9165fc02df2c76d4120901bc38e4ca94c234
parenteacbc8b4e5b56f7c05f58cd88634e6963ceb347a (diff)
downloadaur-gazie.tar.gz
minor version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcab4020f26..a71e9bfb9e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gazie
pkgdesc = Multicompany finance application written in PHP using a MySql database backend for small to medium enterprise.
- pkgver = 7.11
+ pkgver = 7.15
pkgrel = 1
url = http://gazie.devincentiis.it/
install = gazie.install
@@ -9,8 +9,8 @@ pkgbase = gazie
depends = mysql-clients
depends = php
backup = etc/webapps/gazie/gconfig.php
- source = http://freefr.dl.sourceforge.net/project/gazie/gazie/7.11/gazie7.11.zip
- md5sums = 62dcb029af6d8cd26bc493911af7ce99
+ source = https://sourceforge.net/projects/gazie/files/gazie/gazie7.15.zip
+ md5sums = 9295a3084c9329132e456c54e9e41804
pkgname = gazie
diff --git a/PKGBUILD b/PKGBUILD
index 1509da4992e1..38cd8044210f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: livix <gatti.oliver@gmail.com>
pkgname=gazie
-pkgver=7.11
+pkgver=7.15
pkgrel=1
pkgdesc="Multicompany finance application written in PHP using a MySql database backend for small to medium enterprise."
arch=('any')
@@ -9,8 +9,8 @@ license=('GPL')
depends=('mysql-clients' 'php')
backup=(etc/webapps/gazie/gconfig.php)
install=gazie.install
-source=(http://freefr.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname$pkgver.zip)
-md5sums=('62dcb029af6d8cd26bc493911af7ce99')
+source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname$pkgver.zip)
+md5sums=('9295a3084c9329132e456c54e9e41804')
package() {
_instdir="$pkgdir"/usr/share/webapps/gazie
@@ -21,5 +21,3 @@ package() {
ln -s /etc/webapps/gazie/gconfig.php "$_instdir"/config/config/gconfig.php
}
-
-