summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-17 12:08:45 +0300
committerSchwonder Reismus2019-06-17 12:08:45 +0300
commit157bee2573350fb380e956804c22cc2e9b520a16 (patch)
treec02c7e5d2dcf020a09cfc0e3c9a0ee14e69529e2
parent4510196feaecb49c88b197456b8698497a991d68 (diff)
downloadaur-157bee2573350fb380e956804c22cc2e9b520a16.tar.gz
Bump version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f535d0f33b5..30129940002b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foliate-git
pkgdesc = A simple and modern GTK eBook reader
- pkgver = 151.371af80
- pkgrel = 2
+ pkgver = 152.004411b
+ pkgrel = 1
url = https://johnfactotum.github.io/foliate/
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = foliate-git
arch = armv7h
arch = aarch64
license = GPL-3.0
- makedepends = gettext
makedepends = meson
makedepends = ninja
depends = gjs>=1.54.0
diff --git a/PKGBUILD b/PKGBUILD
index fbde2926c2fd..5399ec92f22a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=foliate-git
_name=foliate
-pkgver=151.371af80
-pkgrel=2
+pkgver=152.004411b
+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.54.0' 'webkit2gtk' 'libsoup')
-makedepends=('gettext' 'meson' 'ninja')
+makedepends=('meson' 'ninja')
optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language')
source=("$_name::git+https://github.com/johnfactotum/$_name.git#branch=master")