summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-03-07 15:10:04 +0100
committerMarcin Wieczorek2018-03-07 15:10:04 +0100
commitb416926f71c2efb361548788647b636b4b0f5421 (patch)
tree81845bbae00aaf0a4f1bce3962acd6b71be5c30e
parent339e3aeb235e5df4bddaa7c8e99aff82b97ee371 (diff)
downloadaur-b416926f71c2efb361548788647b636b4b0f5421.tar.gz
Version 1.5.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 490fa3071c82..c3464f4f1997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.5.7
+ pkgver = 1.5.8
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = invoiceplane-1.5.7.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.7.tar.gz
- sha256sums = 151e4cb6d7b0ac1d060876497f10017e305cabdc0a7de1df2abe1ffeee7df45a
+ source = invoiceplane-1.5.8.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.8.tar.gz
+ sha256sums = b1fa56765c490a0a8c21db12bc7f9d36f8f8133751ad01abde280dc102a48a49
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index 989f989fccbb..c9bbf6a1d8ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.5.7
+pkgver=1.5.8
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=('151e4cb6d7b0ac1d060876497f10017e305cabdc0a7de1df2abe1ffeee7df45a')
+sha256sums=('b1fa56765c490a0a8c21db12bc7f9d36f8f8133751ad01abde280dc102a48a49')
package() {
install -d "${pkgdir}/usr/share/webapps"