summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-12-18 01:14:31 +0300
committerArkadiy Illarionov2022-12-18 01:14:31 +0300
commit2f2a87646d5f3b79371b7f4fbbebb57db002b495 (patch)
treedd518a75e2934b88b0cbffb39a844feb74021298
parentdcf4f70eb4cddfe1b98b317d510fea88718dc45f (diff)
downloadaur-2f2a87646d5f3b79371b7f4fbbebb57db002b495.tar.gz
Release 2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3155a159fe04..bcc00ffc1c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mcomix
pkgdesc = A user-friendly, customizable image viewer specifically designed to handle comic books
- pkgver = 2.0.2
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://sourceforge.net/p/mcomix/wiki/Home/
arch = any
license = GPL
@@ -19,7 +19,7 @@ pkgbase = mcomix
optdepends = unzip: for zip compressed comics
optdepends = lhasa: for lha compressed comics
optdepends = mupdf-tools: for PDF comics
- source = https://downloads.sourceforge.net/project/mcomix/MComix-2.0.2/mcomix-2.0.2.tar.gz
- sha256sums = ef38d0713e56a07c72f98cc20c9eacda780e39f3b82fd7b1baa06a69c79c0a58
+ source = https://downloads.sourceforge.net/project/mcomix/MComix-2.1.0/mcomix-2.1.0.tar.gz
+ sha256sums = 368938a2a4deccef38abd20366f822df765e29f44bfada60ed01039a9d996695
pkgname = mcomix
diff --git a/PKGBUILD b/PKGBUILD
index 2509215df641..c5eab368dd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=mcomix
# Might want to move to date-based versions.
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
arch=('any')
url="https://sourceforge.net/p/mcomix/wiki/Home/"
@@ -18,7 +18,7 @@ optdepends=('libunrar: for rar compressed comics'
'lhasa: for lha compressed comics'
'mupdf-tools: for PDF comics')
source=("https://downloads.sourceforge.net/project/${pkgname}/MComix-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ef38d0713e56a07c72f98cc20c9eacda780e39f3b82fd7b1baa06a69c79c0a58')
+sha256sums=('368938a2a4deccef38abd20366f822df765e29f44bfada60ed01039a9d996695')
build(){
cd "${pkgname}-${pkgver}"