summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-11-15 20:41:01 +0300
committerArkadiy Illarionov2022-11-15 20:41:01 +0300
commitdcf4f70eb4cddfe1b98b317d510fea88718dc45f (patch)
tree59501e2ae809fd6cf42378c8fc99fab115a46fa5
parentc958654bee36028c4e0ef1518c87227752e73696 (diff)
downloadaur-dcf4f70eb4cddfe1b98b317d510fea88718dc45f.tar.gz
Use sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d0cb1ad3022..3155a159fe04 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 = 1
+ pkgrel = 2
url = https://sourceforge.net/p/mcomix/wiki/Home/
arch = any
license = GPL
@@ -20,6 +20,6 @@ pkgbase = mcomix
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
- md5sums = 43c1b65fc21168ac8c7eaee71ee79c1b
+ sha256sums = ef38d0713e56a07c72f98cc20c9eacda780e39f3b82fd7b1baa06a69c79c0a58
pkgname = mcomix
diff --git a/PKGBUILD b/PKGBUILD
index 2efe7b2b6be5..2509215df641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mcomix
# Might want to move to date-based versions.
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
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")
-md5sums=('43c1b65fc21168ac8c7eaee71ee79c1b')
+sha256sums=('ef38d0713e56a07c72f98cc20c9eacda780e39f3b82fd7b1baa06a69c79c0a58')
build(){
cd "${pkgname}-${pkgver}"