summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-12-03 20:55:51 +0100
committerMarcin Wieczorek2016-12-03 20:55:51 +0100
commit61a4548e0b166c2bbcb8a75ccea5577eb6abda22 (patch)
tree8992a7b63b3d8707d03700be92ea4ea5dde0a61f
parenta8fc0cc30529db550620c7149afc6b960a4ab5ae (diff)
downloadaur-61a4548e0b166c2bbcb8a75ccea5577eb6abda22.tar.gz
Version 1.4.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dc90f6c823e..ca67966a8a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.4.9
+ pkgver = 1.4.10
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = https://github.com/InvoicePlane/InvoicePlane/archive/v1.4.9.tar.gz
- sha512sums = 02919d178298a9acbfb9562ebb6bd2f8dc0fa295fb7063a8e4955be96454f97be95417a58d29f2826840e235e86239cd2d22671ad6b347b0ebbb9953df51ca4f
+ source = https://github.com/InvoicePlane/InvoicePlane/archive/v1.4.10.tar.gz
+ sha512sums = 43fa2a56c1ff47deeb0bc064e362f0c0fe9c93b17a51d54a7612bce6b65c919f95082e8876948cb377325a4ac6cb92416e857b56a0e39bf2910098dd76ca058d
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index a8782ca86115..78bd4cb2c3ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.4.9
+pkgver=1.4.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=("https://github.com/InvoicePlane/InvoicePlane/archive/v${pkgver}.tar.gz")
-sha512sums=('02919d178298a9acbfb9562ebb6bd2f8dc0fa295fb7063a8e4955be96454f97be95417a58d29f2826840e235e86239cd2d22671ad6b347b0ebbb9953df51ca4f')
+sha512sums=('43fa2a56c1ff47deeb0bc064e362f0c0fe9c93b17a51d54a7612bce6b65c919f95082e8876948cb377325a4ac6cb92416e857b56a0e39bf2910098dd76ca058d')
package() {
install -d "${pkgdir}/usr/share/webapps"