summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-07-05 12:35:05 +0300
committerSchwonder Reismus2019-07-05 12:35:05 +0300
commitfcfaa8904d7ccfce52e02b98a4edfacc2aeb9805 (patch)
treee78e87230bba661fdbd2ae0f54cce30fa96b7c15
parent7081121cb58ccafadd3d65e195dbe1bc594fe6a2 (diff)
downloadaur-fcfaa8904d7ccfce52e02b98a4edfacc2aeb9805.tar.gz
Updated the needed packages
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fc6bc5a3421..4606848b8916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foliate
pkgdesc = A simple and modern GTK eBook reader
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 5
url = https://johnfactotum.github.io/foliate/
arch = i686
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = foliate
arch = armv7h
arch = aarch64
license = GPL-3.0
- makedepends = meson
+ makedepends = meson>=0.40
makedepends = ninja
- depends = gjs>=1.54.0
+ depends = gjs>=1.52.0
depends = webkit2gtk
- depends = libsoup
+ depends = gettext
optdepends = hyphen: Auto-hyphenation support
optdepends = hyphen-en: Hyphenation rules for English; you may choose package for your language
provides = foliate
diff --git a/PKGBUILD b/PKGBUILD
index 6723afeddaac..7116fd6559d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=foliate
pkgver=1.3.1
-pkgrel=1
+pkgrel=5
pkgdesc="A simple and modern GTK eBook reader"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://johnfactotum.github.io/foliate/"
license=('GPL-3.0')
-depends=('gjs>=1.54.0' 'webkit2gtk' 'libsoup')
-makedepends=('meson' 'ninja')
+depends=('gjs>=1.52.0' 'webkit2gtk' 'gettext')
+makedepends=('meson>=0.40' 'ninja')
optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language')
source=(https://github.com/johnfactotum/${pkgname}/archive/${pkgver}.tar.gz)