summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-09-02 16:56:38 +0200
committerMarcin Wieczorek2017-09-02 16:56:38 +0200
commitfc8a8bb203c4d7719756ef6093b9ca7aa0aaf466 (patch)
tree8c2fdc75a20b9f68e20c957d91ed5eb2ae1cdf6c
parent1264b268d8433c55b816f718a55f94ee0a9ffb23 (diff)
downloadaur-fc8a8bb203c4d7719756ef6093b9ca7aa0aaf466.tar.gz
Version 1.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366af2d872b4..8fa71b9a0528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = invoiceplane-1.5.2::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.2.tar.gz
- sha256sums = 05b60fb13133c96aa16517f378a2284dad777d9b3539b8226f5c4e17e379459f
+ source = invoiceplane-1.5.3.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v1.5.3.tar.gz
+ sha256sums = f4edbbb38ef1ee4a6d0c537a6f23d13c107efa0a469163b082d97d65336e157c
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index a90f5d55c1e9..3d2f75b43c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="Self hosted invoicing for freelancers and small businesses"
arch=('any')
@@ -11,8 +11,8 @@ url="https://invoiceplane.com/"
license=('MIT')
depends=('php')
#optdepends=('php-mysql: for MySQL database support')
-source=("${pkgname}-${pkgver}::https://github.com/InvoicePlane/InvoicePlane/archive/v${pkgver}.tar.gz")
-sha256sums=('05b60fb13133c96aa16517f378a2284dad777d9b3539b8226f5c4e17e379459f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/InvoicePlane/InvoicePlane/archive/v${pkgver}.tar.gz")
+sha256sums=('f4edbbb38ef1ee4a6d0c537a6f23d13c107efa0a469163b082d97d65336e157c')
package() {
install -d "${pkgdir}/usr/share/webapps"