summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2022-04-29 05:10:45 +0200
committerJan Cholasta2022-04-29 05:10:45 +0200
commitd8e58c16de92d78a4dbf5e84d6a604d802608e2c (patch)
tree5998602fd81315ea571eec239722b384cc20b36d /PKGBUILD
parentbf15a916fa4fb2edd7656e6cf6b0868255462773 (diff)
downloadaur-d8e58c16de92d78a4dbf5e84d6a604d802608e2c.tar.gz
slade-git-3.2.0+23+g7bcd1153-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 420be095ccfb..7f1fd5c1ff20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Cholasta <grubber at grubber cz>
pkgname=slade-git
-pkgver=3.2.0_b4+35+gf7bd1432
+pkgver=3.2.0+23+g7bcd1153
pkgrel=1
pkgdesc='SLADE3 Doom editor (git version)'
arch=('i686' 'x86_64')
@@ -25,10 +25,8 @@ makedepends=('cmake'
'p7zip')
provides=('slade')
conflicts=('slade')
-source=('slade::git+https://github.com/sirjuddington/SLADE.git'
- '0001-compatibility-with-stable-wxWidgets.patch')
-sha256sums=('SKIP'
- 'ababb76f64b4cfbdabd283ffb8e5d7900f270893161433e84a93f2655767d5d2')
+source=('slade::git+https://github.com/sirjuddington/SLADE.git')
+sha256sums=('SKIP')
pkgver() {
cd slade
@@ -36,12 +34,6 @@ pkgver() {
git describe --long --tags | sed -r 's/-/+/g'
}
-prepare() {
- cd slade
-
- patch -i "$srcdir"/0001-compatibility-with-stable-wxWidgets.patch -p 1
-}
-
build() {
cd slade