[arch-commits] Commit in mcomix/trunk (PKGBUILD)

Jakob Gruber schuay at archlinux.org
Wed Mar 31 19:44:56 UTC 2021


    Date: Wednesday, March 31, 2021 @ 19:44:56
  Author: schuay
Revision: 910725

pkgrel 3

Modified:
  mcomix/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-31 19:43:15 UTC (rev 910724)
+++ PKGBUILD	2021-03-31 19:44:56 UTC (rev 910725)
@@ -4,7 +4,7 @@
 pkgname=mcomix
 # Might want to move to date-based versions.
 pkgver=1.3.0.dev0
-pkgrel=3
+pkgrel=4
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('any')
 url="https://github.com/multiSnow/mcomix3"
@@ -12,9 +12,12 @@
 depends=('gtk3' 'python-cairo' 'python-gobject' 'python-pillow')
 makedepends=('git')
 optdepends=('libunrar: for rar compressed comics'
-            'mupdf-tools: for pdf comics'
-            'p7zip: for 7zip compressed comics')
-_commit=a95f08140fc8850890f283bc06e3e2615477d736  # HEAD as of 20200528.
+            'p7zip: for 7z compressed comics'
+            'unrar: for rar compressed comics'
+            'unzip: for zip compressed comics'
+            'lhasa: for lha compressed comics'
+            'mupdf-tools: for PDF comics')
+_commit=523f08f5f8b593580aa43479822ad239fd146486  # HEAD as of 20210331.
 source=("git+https://github.com/multiSnow/mcomix3.git#commit=$_commit")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list