summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-02-02 14:38:58 +0100
committerMarcin Wieczorek2020-02-02 14:38:58 +0100
commit847c328e629dfca7d94856b04ba7685c41f3d297 (patch)
tree115decb468774158c7606ea539db4c871617478c
parente88ea0ace5d60c12a5977883ebbaa002026d6cd0 (diff)
downloadaur-847c328e629dfca7d94856b04ba7685c41f3d297.tar.gz
Version 1.5.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8f20578dc40..1e6907e66832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.5.9
+ pkgver = 1.5.10
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = invoiceplane-1.5.9.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.9.tar.gz
- sha256sums = 6592898739918bc53f35433c0526676318104775873bf441ccc0591459338936
+ source = invoiceplane-1.5.10.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.10.tar.gz
+ sha256sums = 8b71dc4c4cfc6e3ebed89db8486c830e49aec0b25989df70c02a8e98cef6240a
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index 2bd2ae2bd5de..007042e53463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.5.9
+pkgver=1.5.10
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=('6592898739918bc53f35433c0526676318104775873bf441ccc0591459338936')
+sha256sums=('8b71dc4c4cfc6e3ebed89db8486c830e49aec0b25989df70c02a8e98cef6240a')
package() {
install -d "${pkgdir}/usr/share/webapps"