summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-08-01 14:33:35 +0200
committerMarcin Wieczorek2016-08-01 14:33:35 +0200
commit70c94d2ff487bde1c3023c65f9ba9fb1e2c9bbcb (patch)
tree7c92bfc4af17afbe49481ffa9b97a223deac2961
parent2efc473525edc15b40b63cf5d665b2b66bdb34e1 (diff)
downloadaur-70c94d2ff487bde1c3023c65f9ba9fb1e2c9bbcb.tar.gz
Version 1.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c172821a11e..2c4f8cba0c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = invoiceplane
pkgdesc = Self hosted invoicing for freelancers and small businesses
- pkgver = 1.4.7
+ pkgver = 1.4.8
pkgrel = 1
url = https://invoiceplane.com/
arch = any
license = MIT
depends = php
- source = https://github.com/InvoicePlane/InvoicePlane/archive/v1.4.7.tar.gz
- sha512sums = 780d3c3da3d1f7482010bc73948bb0a43d6b11efcb26c135ffdb78bdb9983895ab1eb99749f21d59be64feb08032eb99602c0ff3c47ec61deb56390455efc8f3
+ source = https://github.com/InvoicePlane/InvoicePlane/archive/v1.4.8.tar.gz
+ sha512sums = 16a056a0a26f0d3d4937b4a5591d9528a1633d7a95d37e02a096b09691d15ba49e252b5ceea17630551643cba014fa55397706eb2866b52b70cf6c722da14180
pkgname = invoiceplane
diff --git a/PKGBUILD b/PKGBUILD
index df63a515fa91..48cac297302e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Witit Sujjapong <switit@gmail.com>
pkgname=invoiceplane
-pkgver=1.4.7
+pkgver=1.4.8
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=('780d3c3da3d1f7482010bc73948bb0a43d6b11efcb26c135ffdb78bdb9983895ab1eb99749f21d59be64feb08032eb99602c0ff3c47ec61deb56390455efc8f3')
+sha512sums=('16a056a0a26f0d3d4937b4a5591d9528a1633d7a95d37e02a096b09691d15ba49e252b5ceea17630551643cba014fa55397706eb2866b52b70cf6c722da14180')
package() {
install -d "${pkgdir}/usr/share/webapps"