summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-12-23 15:50:24 +0100
committerMarcin Wieczorek2017-12-23 15:50:24 +0100
commit0e16fa0bd487fb7ea1d3abf1146985ee536d4819 (patch)
tree9a1f469595394eb961d6f9658f38e0f02146a69d
parentfc8a8bb203c4d7719756ef6093b9ca7aa0aaf466 (diff)
downloadaur-0e16fa0bd487fb7ea1d3abf1146985ee536d4819.tar.gz
Version 1.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa71b9a0528..6f3af7d03d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.5.3
+ pkgver = 1.5.5
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = invoiceplane-1.5.3.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.3.tar.gz
- sha256sums = f4edbbb38ef1ee4a6d0c537a6f23d13c107efa0a469163b082d97d65336e157c
+ source = invoiceplane-1.5.5.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.5.tar.gz
+ sha256sums = 8a60877f3177edfb9aef510fc77f2fe2cc62a47a473930e313c4eac48dcea051
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index 3d2f75b43c2a..233796049965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.5.3
+pkgver=1.5.5
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=('f4edbbb38ef1ee4a6d0c537a6f23d13c107efa0a469163b082d97d65336e157c')
+sha256sums=('8a60877f3177edfb9aef510fc77f2fe2cc62a47a473930e313c4eac48dcea051')
package() {
install -d "${pkgdir}/usr/share/webapps"