summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2022-04-29 05:57:21 +0200
committerJan Cholasta2022-04-29 05:57:21 +0200
commit81cc24ca6e7d0a70af4bf51b4c17deac0cfbf171 (patch)
treeb13b3625c068fcf5cc193a54debd9ff7f3057beb /PKGBUILD
parenta91d39547cff3b704d49a3637f191bce32e095e7 (diff)
downloadaur-81cc24ca6e7d0a70af4bf51b4c17deac0cfbf171.tar.gz
slade-3.2.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4be514ac012b..7e10268ffcc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=slade
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='SLADE3 Doom editor'
arch=('i686' 'x86_64')
url='http://slade.mancubus.net/'
@@ -23,14 +23,14 @@ depends=('bzip2'
makedepends=('cmake'
'p7zip')
source=("https://github.com/sirjuddington/SLADE/archive/${pkgver}.tar.gz"
- '0001-compatibility-with-stable-wxWidgets.patch')
+ '0001-Keep-up-wx3.0-compatibility.patch')
sha256sums=('e23cb1238d184a13912231c22e96208d6dff4eb55f38181ae92d2b67f205dfa5'
- 'ababb76f64b4cfbdabd283ffb8e5d7900f270893161433e84a93f2655767d5d2')
+ '8f89b81ec2ef11581ddac8592ab45a3a90ea02711b07a732ee931359883350dc')
prepare() {
cd SLADE-${pkgver}
- patch -i "$srcdir"/0001-compatibility-with-stable-wxWidgets.patch -p 1
+ patch -i "$srcdir"/0001-Keep-up-wx3.0-compatibility.patch -p 1
}
build() {