summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f53c5757ddf..24bb5b474e47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = komikku
pkgdesc = Online/offline Manga reader for GNOME, built for the Librem 5
pkgver = 0.21.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/valos/Komikku
arch = any
license = GPL3
makedepends = gobject-introspection
makedepends = meson
depends = gtk3
- depends = libhandy1
+ depends = libhandy
depends = python
depends = python-beautifulsoup4
depends = python-cairo
diff --git a/PKGBUILD b/PKGBUILD
index 98cde5ddd5ee..06bcdf75fe17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=komikku
_author=valos
_gitname=Komikku
pkgver=0.21.1
-pkgrel=1
+pkgrel=2
pkgdesc='Online/offline Manga reader for GNOME, built for the Librem 5'
arch=(any)
url=https://gitlab.com/valos/Komikku
license=(GPL3)
depends=(
gtk3
- libhandy1
+ libhandy
python
python-beautifulsoup4
python-cairo