summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-07 11:22:38 +0300
committerSchwonder Reismus2019-06-07 11:22:38 +0300
commitaa636742260b1e4bef9f00a2a4cb1e9a510bebe6 (patch)
tree9f691cc5172d8647505ad792f75c2afe3178c2a5 /PKGBUILD
parent395b1afa30290313296144d37ae74827a4a917ad (diff)
downloadaur-aa636742260b1e4bef9f00a2a4cb1e9a510bebe6.tar.gz
Bump version to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0740420944b0..e22beca0c368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: schw0reismus <schw0reismus@protonmail.com>
pkgname=foliate
-pkgver=1.2.0
+pkgver=1.2.1
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=('a5f3d0db5cef39f7c0f21991dd28f84e')
+md5sums=('6519880a6502b665e6919bffcd72259f')
build() {
cd "$srcdir/$pkgname-$pkgver"