summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902015-10-09 13:32:17 +0200
committerfrancoism902015-10-09 13:32:17 +0200
commit62c96a2f4c66db74932213684df33ea2a972757d (patch)
treef81105dbe825d645dc1856a530c8725cc24c4cab
parent1a01afd20b4c42744ab7dac0ee7383000ae66cb1 (diff)
downloadaur-62c96a2f4c66db74932213684df33ea2a972757d.tar.gz
Update to 15.5.86-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305fa19f1cd7..70f8d8389e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = manager-accounting
pkgdesc = Manager is free accounting software for small business
- pkgver = 15.5.85
- pkgrel = 2
+ pkgver = 15.5.86
+ pkgrel = 1
url = http://www.manager.io/
install = manager-accounting.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2e4f4157e72d..05f0c92fa7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: François M. <francois5537 @ gmail.com>
pkgname=manager-accounting
-pkgver=15.5.85
-pkgrel=2
+pkgver=15.5.86
+pkgrel=1
pkgdesc='Manager is free accounting software for small business'
arch=('i686' 'x86_64')
license=('custom')
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$srcdir"
- ver=$(head -n 1 version.txt) | echo $ver
+ echo $(head -n 1 version.txt)
}
prepare() {