summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSylvia Waldron2023-11-12 16:06:42 -0600
committerSylvia Waldron2023-11-12 16:06:42 -0600
commit7ea98de50573bde9b28ad02a35ea18a3a9738b7b (patch)
treec58a45d83dc9c7f06c3751fbfbdbe7de1e347f11 /PKGBUILD
parentdea776c8d5d89a04d6966a185c5a1d8cdde786c3 (diff)
downloadaur-7ea98de50573bde9b28ad02a35ea18a3a9738b7b.tar.gz
Version 1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc105ab13430..dc04c9095537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jan Cholasta <grubber at grubber cz>
pkgname=raze
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
pkgdesc='Build engine port backed by GZDoom tech'
arch=('x86_64')
url='https://github.com/coelckers/Raze'
@@ -23,14 +23,11 @@ optdepends=('gxmessage: crash dialog (GNOME)'
'kdialog: crash dialog (KDE)'
'xorg-xmessage: crash dialog (other)')
source=("Raze::git+https://github.com/coelckers/Raze#tag=${pkgver}"
- '0001-Fix-build-on-recent-gcc-libstdc.patch'
'raze.desktop')
sha256sums=('SKIP'
- '9a531bb168ae375b15fb3a6efff9da8a9e6ed5a2834d405dd7b41e8b52e21504'
'ffc02d8f6f0d4464a74e025d41063f2441d9423d4ed605a0290eb266ae9531c8')
prepare() {
cd Raze
- patch -i "$srcdir"/0001-Fix-build-on-recent-gcc-libstdc.patch -p 1
}
build() {