summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDasperal2023-01-17 10:19:42 +0300
committerDasperal2023-01-17 10:19:42 +0300
commite89317fc179bc34cfc8b39a6f7d2f6c7cac2fbad (patch)
tree290420f8e4229769e8e8cfe9d96860e8cad886aa
parent87534ba9b22d001fa5713744b21773861a9965a1 (diff)
downloadaur-e89317fc179bc34cfc8b39a6f7d2f6c7cac2fbad.tar.gz
Update International Doom to release 6.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205ab313bc58..325cfb8e34f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inter-doom
pkgdesc = A limit-removing source port of Doom with enhancements and translation to the Russian language
- pkgver = 6.2
- pkgrel = 2
+ pkgver = 6.2.1
+ pkgrel = 1
url = https://github.com/JNechaevsky/inter-doom
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = inter-doom
depends = libsamplerate
optdepends = doom1-wad: Doom shareware game data
conflicts = inter-doom-git
- source = inter-doom-6.2.tar.gz::https://github.com/JNechaevsky/inter-doom/archive/refs/tags/6.2.tar.gz
- b2sums = 2ea4bc99d73a8296ea530f57eff2c8783850a54ab9bcb36b23e4df17120f5241176fc1bc7e1c28e1710c8dc9c0bfcdaeef754e986f7e75531a64774f7002e161
+ source = inter-doom-6.2.1.tar.gz::https://github.com/JNechaevsky/inter-doom/archive/refs/tags/6.2.1.tar.gz
+ b2sums = 1873ee89b109dc9ac83d6584f44f6137c907a30026d88a4976d7b96e30974fb107d5584cf6b9539286f6ebe5f5db7cb605c21fda7895559b01a230fd15a42ed9
pkgname = inter-doom
diff --git a/PKGBUILD b/PKGBUILD
index 1479dd6c7adb..69f510e772ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonid Murin (Dasperal) <Dasperal1 at gmail dot com>
pkgname=inter-doom
-pkgver=6.2
-pkgrel=2
+pkgver=6.2.1
+pkgrel=1
pkgdesc="A limit-removing source port of Doom with enhancements and translation to the Russian language"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/JNechaevsky/inter-doom"
@@ -11,7 +11,7 @@ makedepends=(cmake python3)
optdepends=('doom1-wad: Doom shareware game data')
conflicts=('inter-doom-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/JNechaevsky/inter-doom/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('2ea4bc99d73a8296ea530f57eff2c8783850a54ab9bcb36b23e4df17120f5241176fc1bc7e1c28e1710c8dc9c0bfcdaeef754e986f7e75531a64774f7002e161')
+b2sums=('1873ee89b109dc9ac83d6584f44f6137c907a30026d88a4976d7b96e30974fb107d5584cf6b9539286f6ebe5f5db7cb605c21fda7895559b01a230fd15a42ed9')
build() {
# Upstream forces `-O2` for 'Release' build type