summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Livio Gatti2018-12-08 15:52:37 +0100
committerOliver Livio Gatti2018-12-09 11:15:08 +0100
commite504dad9f41316d92b6444bff7973a8033b73732 (patch)
treea2c01032f6a3d8361fe323544470084bbb79fa23
parent520f7dd1f84a672a0edee4262a8ca1376895bf0a (diff)
downloadaur-e504dad9f41316d92b6444bff7973a8033b73732.tar.gz
new minor version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--gazie.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec4e0fb7e2ea..2fcab4020f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gazie
pkgdesc = Multicompany finance application written in PHP using a MySql database backend for small to medium enterprise.
- pkgver = 7.10
- pkgrel = 2
+ pkgver = 7.11
+ pkgrel = 1
url = http://gazie.devincentiis.it/
install = gazie.install
arch = any
@@ -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.10/gazie7.10.zip
- md5sums = d0081b7998e029a2632421945b5ce7af
+ source = http://freefr.dl.sourceforge.net/project/gazie/gazie/7.11/gazie7.11.zip
+ md5sums = 62dcb029af6d8cd26bc493911af7ce99
pkgname = gazie
diff --git a/PKGBUILD b/PKGBUILD
index 611d7a6d818c..1509da4992e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: livix <gatti.oliver@gmail.com>
pkgname=gazie
-pkgver=7.10
-pkgrel=2
+pkgver=7.11
+pkgrel=1
pkgdesc="Multicompany finance application written in PHP using a MySql database backend for small to medium enterprise."
arch=('any')
url="http://gazie.devincentiis.it/"
@@ -10,7 +10,7 @@ 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=('d0081b7998e029a2632421945b5ce7af')
+md5sums=('62dcb029af6d8cd26bc493911af7ce99')
package() {
_instdir="$pkgdir"/usr/share/webapps/gazie
diff --git a/gazie.install b/gazie.install
index 19d408414617..61621905b803 100644
--- a/gazie.install
+++ b/gazie.install
@@ -7,7 +7,7 @@ post_install() {
Now visit http://localhost/gazie page."
}
-post_upgrade {
+post_upgrade() {
chmod -R g+w /usr/share/webapps/gazie/data/files
chmod -R g+w /usr/share/webapps/gazie/library/tcpdf/cache
echo " Please visit http://localhost/gazie/SETUP.html page."