summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-07 11:22:38 +0300
committerSchwonder Reismus2019-06-07 11:22:38 +0300
commitaa636742260b1e4bef9f00a2a4cb1e9a510bebe6 (patch)
tree9f691cc5172d8647505ad792f75c2afe3178c2a5
parent395b1afa30290313296144d37ae74827a4a917ad (diff)
downloadaur-aa636742260b1e4bef9f00a2a4cb1e9a510bebe6.tar.gz
Bump version to 1.2.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43eed1b5e1a5..1ef8719ea5a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foliate
pkgdesc = A simple and modern GTK eBook reader
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://johnfactotum.github.io/foliate/
arch = i686
@@ -16,7 +16,8 @@ pkgbase = foliate
depends = libsoup
provides = foliate
conflicts = foliate-git
- source = https://github.com/johnfactotum/foliate/archive/1.2.0.tar.gz
+ source = https://github.com/johnfactotum/foliate/archive/1.2.1.tar.gz
+ md5sums = 6519880a6502b665e6919bffcd72259f
pkgname = foliate
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"