summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-20 13:49:26 +0100
committerMarcin Wieczorek2018-02-20 13:49:26 +0100
commit339e3aeb235e5df4bddaa7c8e99aff82b97ee371 (patch)
tree340a47c77cdef1c15fb86970a2e57ce71f5224d9
parentdb0177fcb4b647f68557a5f6878c6e40d7ae4bf5 (diff)
downloadaur-339e3aeb235e5df4bddaa7c8e99aff82b97ee371.tar.gz
Version 1.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a1f7ebb283..490fa3071c82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.5.6
+ pkgver = 1.5.7
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = invoiceplane-1.5.6.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.6.tar.gz
- sha256sums = cc692615a003174cc459c383c9c0c7ab6bf4ae4a85f42fbcb49bd9a1e3ed8f57
+ source = invoiceplane-1.5.7.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.7.tar.gz
+ sha256sums = 151e4cb6d7b0ac1d060876497f10017e305cabdc0a7de1df2abe1ffeee7df45a
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index 726b81c9dcc8..989f989fccbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.5.6
+pkgver=1.5.7
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=('cc692615a003174cc459c383c9c0c7ab6bf4ae4a85f42fbcb49bd9a1e3ed8f57')
+sha256sums=('151e4cb6d7b0ac1d060876497f10017e305cabdc0a7de1df2abe1ffeee7df45a')
package() {
install -d "${pkgdir}/usr/share/webapps"