summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2022-05-29 09:16:37 +0200
committerJan Cholasta2022-05-29 09:16:37 +0200
commit0db8d2d9fd6bd244b3824e32aa917e97fed4ad5e (patch)
tree1696364c3237e5744cf6dbb253498ab501c670e3 /PKGBUILD
parent81cc24ca6e7d0a70af4bf51b4c17deac0cfbf171 (diff)
parentd8e58c16de92d78a4dbf5e84d6a604d802608e2c (diff)
downloadaur-0db8d2d9fd6bd244b3824e32aa917e97fed4ad5e.tar.gz
slade-3.2.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e10268ffcc3..57159203b8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jan Cholasta <grubber at grubber cz>
pkgname=slade
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
pkgdesc='SLADE3 Doom editor'
arch=('i686' 'x86_64')
url='http://slade.mancubus.net/'
@@ -22,16 +22,8 @@ depends=('bzip2'
'zlib')
makedepends=('cmake'
'p7zip')
-source=("https://github.com/sirjuddington/SLADE/archive/${pkgver}.tar.gz"
- '0001-Keep-up-wx3.0-compatibility.patch')
-sha256sums=('e23cb1238d184a13912231c22e96208d6dff4eb55f38181ae92d2b67f205dfa5'
- '8f89b81ec2ef11581ddac8592ab45a3a90ea02711b07a732ee931359883350dc')
-
-prepare() {
- cd SLADE-${pkgver}
-
- patch -i "$srcdir"/0001-Keep-up-wx3.0-compatibility.patch -p 1
-}
+source=("https://github.com/sirjuddington/SLADE/archive/${pkgver}.tar.gz")
+sha256sums=('c327fa62ba491ac481d769700261d810128910007297fd9d9dbe26ac0e78bb2c')
build() {
cd SLADE-${pkgver}