summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--0001-patching-the-patch-for-crossguid.patch32
-rw-r--r--PKGBUILD6
3 files changed, 4 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37a5c52f8ef1..1acefe9e687e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = kodi-eggz
- pkgver = 21.0a1
+ pkgver = 21.0a2
pkgrel = 2
url = https://kodi.tv
arch = x86_64
@@ -58,12 +58,10 @@ pkgbase = kodi-eggz
depends = tinyxml
depends = shairplay
depends = libdisplay-info
- source = git+https://github.com/xbmc/xbmc.git#tag=21.0a1-Omega
+ source = git+https://github.com/xbmc/xbmc.git#tag=21.0a2-Omega
source = git+https://github.com/xbmc/vfs.rar.git
- source = 0001-patching-the-patch-for-crossguid.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = c5f89b5149b3f9fef7f138a0795402bcda1b6b097fe47e35b661f997fc5eebfd
pkgname = kodi-eggz
pkgdesc = Latest stable-ish kodi build with VFS automaticly installed
diff --git a/0001-patching-the-patch-for-crossguid.patch b/0001-patching-the-patch-for-crossguid.patch
deleted file mode 100644
index 6c50f7b89da4..000000000000
--- a/0001-patching-the-patch-for-crossguid.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From eb85b965931b322ccbf0ec41ad92709048c88f09 Mon Sep 17 00:00:00 2001
-From: egnappahz <egnappah@gmail.com>
-Date: Wed, 24 May 2023 17:56:16 +0200
-Subject: [PATCH] patching the patch
-
-Signed-off-by: egnappahz <egnappah@gmail.com>
----
- .../target/crossguid/002-disable-Wall-error.patch | 11 +++++++++++
- 1 file changed, 11 insertions(+)
-
-diff --git a/tools/depends/target/crossguid/002-disable-Wall-error.patch b/tools/depends/target/crossguid/002-disable-Wall-error.patch
-index daef659bcd..207054ad0e 100644
---- a/tools/depends/target/crossguid/002-disable-Wall-error.patch
-+++ b/tools/depends/target/crossguid/002-disable-Wall-error.patch
-@@ -16,3 +16,14 @@
-
- set_target_properties(crossguid
- PROPERTIES
-+
-+--- a/include/crossguid/guid.hpp
-++++ b/include/crossguid/guid.hpp
-+@@ -36,6 +36,7 @@ THE SOFTWARE.
-+ #include <string_view>
-+ #include <utility>
-+ #include <iomanip>
-++#include <cstdint>
-+
-+ #define BEGIN_XG_NAMESPACE namespace xg {
-+ #define END_XG_NAMESPACE }
---
-2.40.1
-
diff --git a/PKGBUILD b/PKGBUILD
index 6d5235441619..578de21ea4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=kodi-eggz
pkgname=kodi-eggz
-pkgver=21.0a1
-gittag=21.0a1-Omega
+pkgver=21.0a2
+gittag=21.0a2-Omega
pkgrel=2
arch=('x86_64')
url="https://kodi.tv"
@@ -22,13 +22,11 @@ makedepends=(
source=(
"git+https://github.com/xbmc/xbmc.git#tag=$gittag"
"git+https://github.com/xbmc/vfs.rar.git"
- "0001-patching-the-patch-for-crossguid.patch"
)
sha256sums=(
'SKIP'
'SKIP'
-'c5f89b5149b3f9fef7f138a0795402bcda1b6b097fe47e35b661f997fc5eebfd'
)
pkgver() {