summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26b13f13f77..439429f515ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = firefly-iii
pkgdesc = PHP personal finances manager
pkgver = 5.5.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/firefly-iii/firefly-iii
arch = any
license = custom
makedepends = composer
- depends = php7-intl
+ depends = php-intl
backup = etc/webapps/firefly-iii/config.env
backup = etc/webapps/firefly-iii/config.env.heroku
source = firefly-iii-5.5.7.tar.gz::https://github.com/firefly-iii/firefly-iii/archive/5.5.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1e98422a57b0..5c05131af3d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Simon Doppler (dopsi) <dop.simon@gmail.com>
pkgname=firefly-iii
pkgver=5.5.7
-pkgrel=1
+pkgrel=2
pkgdesc='PHP personal finances manager'
arch=('any')
url="https://github.com/${pkgname}/${pkgname}"
license=('custom')
-depends=('php7-intl')
+depends=('php-intl')
makedepends=('composer')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('afccda422ad943a8a19b77f773d954447f090c5b4f62083412377d41469f8563')