summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebffac56bca9..ab4640f58b25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = freshrss
pkgdesc = A free, self-hostable aggregator…
- pkgver = 1.17.0
- pkgrel = 2
+ pkgver = 1.18.0
+ pkgrel = 1
url = http://freshrss.org/
install = freshrss.install
arch = any
license = AGPL
- depends = php7
+ depends = php
optdepends = apache: Web server to run FreshRSS
optdepends = nginx: Web server to run FreshRSS
optdepends = cherokee: Web server to run FreshRSS
optdepends = mysql: Database server to run FreshRSS
optdepends = postgresql: Database server to run FreshRSS
optdepends = sqlite: Database server to run FreshRSS
- source = https://github.com/FreshRSS/FreshRSS/archive/1.17.0.tar.gz
- sha256sums = 57c52a15c5f4739e53db606ad652cd446a244676d2a19b2871fe6bee00b75524
+ source = https://github.com/FreshRSS/FreshRSS/archive/1.18.0.tar.gz
+ sha256sums = 41698e8b1417a12440a8c4d7cc2c9ea40a581f2ad89475ded7d372a87b6b7120
pkgname = freshrss
diff --git a/PKGBUILD b/PKGBUILD
index b80d9e527bc4..1fd337447612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
pkgname=freshrss
-pkgver=1.17.0
-pkgrel=2
+pkgver=1.18.0
+pkgrel=1
pkgdesc='A free, self-hostable aggregator…'
arch=('any')
url='http://freshrss.org/'
license=('AGPL')
-depends=('php7')
+depends=('php')
optdepends=('apache: Web server to run FreshRSS'
'nginx: Web server to run FreshRSS'
'cherokee: Web server to run FreshRSS'
@@ -16,7 +16,7 @@ optdepends=('apache: Web server to run FreshRSS'
'sqlite: Database server to run FreshRSS')
install="$pkgname.install"
source=("https://github.com/FreshRSS/FreshRSS/archive/$pkgver.tar.gz")
-sha256sums=('57c52a15c5f4739e53db606ad652cd446a244676d2a19b2871fe6bee00b75524')
+sha256sums=('41698e8b1417a12440a8c4d7cc2c9ea40a581f2ad89475ded7d372a87b6b7120')
prepare(){