summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-11-15 20:39:15 +0300
committerArkadiy Illarionov2022-11-15 20:39:15 +0300
commit7c56c2ca1f915ffff4a3bcd90a03716cb8ddf94a (patch)
tree74cf8c36725045d1c46898493b7a2fa4d2efa346
parentdc833a052345080bf32a5df4e5e4571cc3f074c2 (diff)
downloadaur-7c56c2ca1f915ffff4a3bcd90a03716cb8ddf94a.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 fb14352b99e3..9eb34fbe6337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fheroes2
pkgdesc = Recreation of the Heroes of Might and Magic II game engine
pkgver = 0.9.21
- pkgrel = 1
+ pkgrel = 2
url = https://ihhub.github.io/fheroes2/
arch = i686
arch = x86_64
@@ -19,6 +19,6 @@ pkgbase = fheroes2
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
source = fheroes2-0.9.21.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.21.tar.gz
- md5sums = 117839924a785b0c49ea7e73bd8252fe
+ sha256sums = 863e78cd239b577068957843d5926fccf72c8bfd0531522cc242040f3108341c
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 7419612f2014..16bd7aa4e0c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=fheroes2
pkgver=0.9.21
-pkgrel=1
+pkgrel=2
pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
url="https://ihhub.github.io/fheroes2/"
@@ -15,7 +15,7 @@ conflicts=('fheroes2-git')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
-md5sums=('117839924a785b0c49ea7e73bd8252fe')
+sha256sums=('863e78cd239b577068957843d5926fccf72c8bfd0531522cc242040f3108341c')
build() {
cd "$srcdir/$pkgname-$pkgver"