summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-04-16 15:34:35 +0200
committerMarcin Wieczorek2018-04-16 15:34:35 +0200
commite88ea0ace5d60c12a5977883ebbaa002026d6cd0 (patch)
tree1b75c7bc39ac3cfc65a581f5adb6de332633f61f
parentb416926f71c2efb361548788647b636b4b0f5421 (diff)
downloadaur-e88ea0ace5d60c12a5977883ebbaa002026d6cd0.tar.gz
Version 1.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3464f4f1997..e8f20578dc40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.5.8
+ pkgver = 1.5.9
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = invoiceplane-1.5.8.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.8.tar.gz
- sha256sums = b1fa56765c490a0a8c21db12bc7f9d36f8f8133751ad01abde280dc102a48a49
+ source = invoiceplane-1.5.9.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.9.tar.gz
+ sha256sums = 6592898739918bc53f35433c0526676318104775873bf441ccc0591459338936
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index c9bbf6a1d8ee..2bd2ae2bd5de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.5.8
+pkgver=1.5.9
pkgrel=1
pkgdesc="Self hosted invoicing for freelancers and small businesses"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('php')
#optdepends=('php-mysql: for MySQL database support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v${pkgver}.tar.gz")
-sha256sums=('b1fa56765c490a0a8c21db12bc7f9d36f8f8133751ad01abde280dc102a48a49')
+sha256sums=('6592898739918bc53f35433c0526676318104775873bf441ccc0591459338936')
package() {
install -d "${pkgdir}/usr/share/webapps"