summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-07-26 10:02:18 +0200
committerM0Rf302022-07-26 10:02:18 +0200
commit330c5c3726fce081180c02cf5c8efef423c959e2 (patch)
tree2c364bbb6cbeaab3c7d78d0b47a4c44aeb8a769b
parent7e8c8e91fe8806c0972a9235eb071c38d83c6e9f (diff)
downloadaur-330c5c3726fce081180c02cf5c8efef423c959e2.tar.gz
devilutionx: 1.4.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb53ff6cb861..24bc7c829de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devilutionx
pkgdesc = Diablo devolved for linux
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = https://github.com/diasurgical/devilutionX
arch = armv6h
arch = armv7h
@@ -18,12 +18,13 @@ pkgbase = devilutionx
depends = libpng
depends = libsodium
depends = sdl2
+ depends = simpleini
options = strip
- source = https://github.com/diasurgical/devilutionX/archive/1.4.0.tar.gz
+ source = https://github.com/diasurgical/devilutionX/archive/1.4.1.tar.gz
source = https://github.com/diasurgical/devilutionX-assets/releases/download/v2/fonts.mpq
source = https://github.com/diasurgical/devilutionX-assets/releases/download/v2/pl.mpq
source = https://github.com/diasurgical/devilutionX-assets/releases/download/v2/ru.mpq
- sha256sums = 0cbb3df85c92838d3ecb08110535dc37cd926b15ec9576e2c6c33f67ddce27da
+ sha256sums = 54b9fd496eba5b82d7e64891ab4de808f539c60b3b94bfa49639e0d9580fb7b8
sha256sums = 0988354014c0b969d06001eb1f7e6395de9b41a8de06315745e75d98b5334201
sha256sums = d2b4b794312e5c79b49eda19f97820e213d8feff3f479834cd290faf22eb6469
sha256sums = 2b65103615d68a146fa8685f82f40c82417050baee351dc5b92813240537aac9
diff --git a/PKGBUILD b/PKGBUILD
index 284039ef6266..a4d7ad0b7ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgbase=devilutionx
pkgname=("${pkgbase}" "${pkgbase}-fonts" "${pkgbase}-voices")
_pkgname=devilutionX
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Diablo devolved for linux"
arch=('armv6h' 'armv7h' 'arm' 'aarch64' 'i686' 'x86_64')
url="https://github.com/diasurgical/devilutionX"
license=('custom:unlicense')
-depends=('fmt' 'libpng' 'libsodium' 'sdl2')
+depends=('fmt' 'libpng' 'libsodium' 'sdl2' 'simpleini')
makedepends=('cmake' 'gettext' 'git' 'smpq')
options=('strip')
source=("${url}/archive/${pkgver}.tar.gz"
@@ -63,7 +63,7 @@ package_devilutionx-fonts() {
${pkgdir}/usr/share/diasurgical/devilutionx/fonts.mpq
}
-sha256sums=('0cbb3df85c92838d3ecb08110535dc37cd926b15ec9576e2c6c33f67ddce27da'
+sha256sums=('54b9fd496eba5b82d7e64891ab4de808f539c60b3b94bfa49639e0d9580fb7b8'
'0988354014c0b969d06001eb1f7e6395de9b41a8de06315745e75d98b5334201'
'd2b4b794312e5c79b49eda19f97820e213d8feff3f479834cd290faf22eb6469'
'2b65103615d68a146fa8685f82f40c82417050baee351dc5b92813240537aac9')