summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-07-08 11:37:26 +0300
committerSchwonder Reismus2019-07-08 11:37:26 +0300
commitff38ee0926f478617729a4322187853c3bf46f14 (patch)
treec0979cf27a47049365252a3769ad653a9ccd8f9b /PKGBUILD
parenta728e576e1bdecda27af1030bc766d37088db398 (diff)
downloadaur-ff38ee0926f478617729a4322187853c3bf46f14.tar.gz
Bump version to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a74caa1b56cd..7013c6fca525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: schw0reismus <schw0reismus@protonmail.com>
pkgname=foliate
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
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.52.0' 'webkit2gtk' 'gettext')
-makedepends=('meson>=0.40' 'ninja')
+depends=('gjs>=1.52.0' 'webkit2gtk')
+makedepends=('meson>=0.40' 'ninja' 'gettext')
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)
provides=("$pkgname")
conflicts=("$pkgname-git")
-md5sums=('360ba571e50f8a731d4bf2a195bd38e8')
+sha256sums=('481d051299dcc26918f453e635730313ad00fac33cc8d61594e4289fff1159fd')
build() {
cd "$srcdir/$pkgname-$pkgver"