summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e04a92917e2..0240df4dbcab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 02:05:14 UTC 2016
+# Fri Dec 9 15:44:13 UTC 2016
pkgbase = manager-accounting
pkgdesc = Manager is free accounting software for small business
- pkgver = 16.10.20
+ pkgver = 16.12.31
pkgrel = 1
url = http://www.manager.io/
install = manager-accounting.install
diff --git a/PKGBUILD b/PKGBUILD
index 832ca167f8fe..7e68dd17380c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: François M. <francois5537 @ gmail.com>
pkgname=manager-accounting
-pkgver=16.10.20
+pkgver=16.12.31
pkgrel=1
pkgdesc='Manager is free accounting software for small business'
arch=('i686' 'x86_64')
@@ -45,6 +45,11 @@ prepare() {
# Extract, patch
tar --strip-components=1 -zxvf "${pkgname}_${_pkgver}.tar.gz"
patch -p1 -i fix-path.patch
+
+ # Extract libe_sqlite.so by executing ManagerServer.exe
+ # on port 1 to fail on purpose.
+ cd "$srcdir/opt/manager-accounting"
+ mono ManagerServer.exe -port 1 2>&1 > /dev/null
}
package() {