summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa7c7b48fa4c..6256db6ce09a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ottomatic
pkgdesc = Save Earth from the clutches of The Giant Brain from Planet X
pkgver = 4.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jorio/ottomatic
arch = x86_64
license = custom:CC-BY-NC-SA-4.0
diff --git a/PKGBUILD b/PKGBUILD
index 7c0099ed4ec6..7ee616c613af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ottomatic
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Save Earth from the clutches of The Giant Brain from Planet X'
arch=('x86_64')
url='https://github.com/jorio/ottomatic'
@@ -34,6 +34,10 @@ prepare() {
git submodule init
git config submodule.Pomme.url "$srcdir/github.com-jorio-Pomme"
git -c protocol.file.allow=always submodule update
+
+ # ftbfs: gcc 13 & cstdint headers
+ cd extern/Pomme
+ git cherry-pick --no-commit d57c28e205462e51063e787f9ebddaadff592f1e
}
build() {