summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--0001-manual-build-with-asciidoc.patch26
-rw-r--r--PKGBUILD10
4 files changed, 9 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70326b25f14..67e86440a5a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freedoom
pkgdesc = Free game based on the Doom engine
- pkgver = 0.12.1
- pkgrel = 4
+ pkgver = 0.13.0
+ pkgrel = 1
url = https://freedoom.github.io/
arch = any
license = BSD
@@ -10,10 +10,8 @@ pkgbase = freedoom
makedepends = deutex
makedepends = python
makedepends = python-pillow
- source = https://github.com/freedoom/freedoom/releases/download/v0.12.1/freedoom-0.12.1.tar.xz
- source = 0001-manual-build-with-asciidoc.patch
- b2sums = db783fd8a3467ab6ec628eb67b036ae069d01516b3f04860d4fda0692921f9a4aa65169ff8b79fa74e88bb496da3686dd7fbbf5e4bb1614ab331023a58c5204d
- b2sums = 08f5fc17055e921a374aaf2cf092bdf1ff8b5a4069f9b9f5b12f0a119291d1f34d891a2b47e01d966340768c620f44f00848ef01b4675777df25f74a2f160645
+ source = https://github.com/freedoom/freedoom/archive/refs/tags/v0.13.0.tar.gz
+ b2sums = c3ad97bab73b3275ae604f4fef7459b5688f1c5fc63336475c34b6c22a56118c3558ad9859ac80d7abc97426a48e5f2b92ac9e02def11f9f0f7f1a2ef76629a5
pkgname = freedoom
provides = freedoom1
diff --git a/.gitignore b/.gitignore
index 16789e43efc5..665307854be8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*.pkg.tar*
*.src.tar*
-*.xz
+*.gz
src
pkg
diff --git a/0001-manual-build-with-asciidoc.patch b/0001-manual-build-with-asciidoc.patch
deleted file mode 100644
index 31ce0870ddfd..000000000000
--- a/0001-manual-build-with-asciidoc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From b9f79a3af9b21e72eb0064119e5b63adbf6a6e74 Mon Sep 17 00:00:00 2001
-From: Mike Swanson <mikeonthecomputer@gmail.com>
-Date: Thu, 6 Apr 2023 09:58:03 -0700
-Subject: [PATCH] manual: build with asciidoc
-
----
- manual/Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/manual/Makefile b/manual/Makefile
-index 0b285d90..db67e568 100644
---- a/manual/Makefile
-+++ b/manual/Makefile
-@@ -1,7 +1,8 @@
- all: freedoom-manual.pdf
-
- freedoom-manual.pdf: manual.adoc
-- -asciidoctor-pdf -a toc manual.adoc -o $@
-+ a2x -f pdf -a toc manual.adoc
-+ mv manual.pdf freedoom-manual.pdf
-
- clean:
- $(RM) freedoom-manual.pdf
---
-2.40.0
-
diff --git a/PKGBUILD b/PKGBUILD
index 1cc7f2f4800e..91aaed936741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
pkgname=(freedoom freedm)
pkgbase=${pkgname[0]}
-pkgver=0.12.1
-pkgrel=4
+pkgver=0.13.0
+pkgrel=1
pkgdesc="Free game based on the Doom engine"
arch=('any')
url="https://freedoom.github.io/"
license=('BSD')
makedepends=('asciidoc' 'dblatex' 'deutex' 'python' 'python-pillow')
-source=(https://github.com/$pkgbase/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver.tar.xz
- 0001-manual-build-with-asciidoc.patch)
-b2sums=('db783fd8a3467ab6ec628eb67b036ae069d01516b3f04860d4fda0692921f9a4aa65169ff8b79fa74e88bb496da3686dd7fbbf5e4bb1614ab331023a58c5204d'
- '08f5fc17055e921a374aaf2cf092bdf1ff8b5a4069f9b9f5b12f0a119291d1f34d891a2b47e01d966340768c620f44f00848ef01b4675777df25f74a2f160645')
+source=(https://github.com/$pkgbase/$pkgbase/archive/refs/tags/v$pkgver.tar.gz)
+b2sums=('c3ad97bab73b3275ae604f4fef7459b5688f1c5fc63336475c34b6c22a56118c3558ad9859ac80d7abc97426a48e5f2b92ac9e02def11f9f0f7f1a2ef76629a5')
prepare() {
cd "$pkgbase-$pkgver"