summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-06 09:18:09 +0300
committerSchwonder Reismus2019-06-06 09:18:09 +0300
commit395b1afa30290313296144d37ae74827a4a917ad (patch)
tree4a889d5fde101f93e9c575da5bdc54463cc851f1 /PKGBUILD
parentb572a8fd45477e8ecd52e49c14ec7a021d369234 (diff)
downloadaur-395b1afa30290313296144d37ae74827a4a917ad.tar.gz
Bump version to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4edb88efe8d0..0740420944b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: schw0reismus <schw0reismus@protonmail.com>
pkgname=foliate
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="A simple and modern GTK eBook reader"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ makedepends=('meson' 'ninja')
source=(https://github.com/johnfactotum/${pkgname}/archive/${pkgver}.tar.gz)
provides=("$pkgname")
conflicts=("$pkgname-git")
-md5sums=('4602004426c2e6e26ca72b5936b9b05d')
+md5sums=('a5f3d0db5cef39f7c0f21991dd28f84e')
build() {
cd "$srcdir/$pkgname-$pkgver"