summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2021-03-24 10:06:40 -0700
committerMike Swanson2021-03-24 10:06:40 -0700
commit4b0ecba714e6fd24ab8ccd37ab0281e3739bba08 (patch)
treeeb02f7ca11ebef5d5a7439077d045e67125bfa9b
parent011c52b0c7c9a0d4ac5a53e684a96eef805bd8eb (diff)
downloadaur-4b0ecba714e6fd24ab8ccd37ab0281e3739bba08.tar.gz
Update to 5.10.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7401694f1936..a2a270d9ae39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = crispy-doom
pkgdesc = Vanilla-compatible enhanced Doom engine
- pkgver = 5.10.0
+ pkgver = 5.10.1
pkgrel = 1
url = http://fabiangreffrath.github.io/crispy-doom
install = crispy-doom.install
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
makedepends = python
depends = hicolor-icon-theme
@@ -16,8 +17,8 @@ pkgbase = crispy-doom
optdepends = freedm: Free deathmatch game
optdepends = freedoom1: Free Ultimate Doom-compatible game
optdepends = freedoom2: Free Doom II-compatible game
- source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.10.0.tar.gz
- b2sums = 67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.10.1.tar.gz
+ b2sums = 920df67f123218d737de1a1b147d96090a8ebb6021e4b532f30430441c8dcb4ef069e7045381a8ce8e8754d49a9595efa4d4700d4c3986728b9e2edfdc3d6c66
pkgname = crispy-doom
diff --git a/PKGBUILD b/PKGBUILD
index b5091771ed00..1b5ad4b53a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
-pkgver=5.10.0
+pkgver=5.10.1
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://fabiangreffrath.github.io/crispy-doom"
license=('GPL2')
depends=('hicolor-icon-theme' 'libpng' 'libsamplerate' 'sdl2_mixer' 'sdl2_net')
@@ -14,7 +14,7 @@ optdepends=('freedm: Free deathmatch game'
'freedoom2: Free Doom II-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-b2sums=('67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d')
+b2sums=('920df67f123218d737de1a1b147d96090a8ebb6021e4b532f30430441c8dcb4ef069e7045381a8ce8e8754d49a9595efa4d4700d4c3986728b9e2edfdc3d6c66')
prepare() {
cd "$pkgname-$pkgname-$pkgver"