summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Vries2024-04-19 21:20:15 +0200
committerBart De Vries2024-04-19 21:20:15 +0200
commit166da4b698c3e259fec081ae73ff85b2557d70c4 (patch)
tree75c46926420f3e095a1afe59d4562d07522fb42a
parentb9ec2d8ee42ab974cfc28f100240514bb6345b76 (diff)
downloadaur-166da4b698c3e259fec081ae73ff85b2557d70c4.tar.gz
Remove unnecessary file
-rw-r--r--.SRCINFO2
-rw-r--r--0001-Fix-build-with-GCC-13-1124.patch30
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63376832955c..f3ddad606522 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snapcast
pkgdesc = Synchronous multi-room audio player
pkgver = 0.28.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/badaix/snapcast
install = snapcast.install
arch = x86_64
diff --git a/0001-Fix-build-with-GCC-13-1124.patch b/0001-Fix-build-with-GCC-13-1124.patch
deleted file mode 100644
index f795aeccdb64..000000000000
--- a/0001-Fix-build-with-GCC-13-1124.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 481f08199ca31c60c9a3475f1064e6b06a503d12 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@cmpct.info>
-Date: Wed, 26 Apr 2023 13:22:43 +0100
-Subject: [PATCH] Fix build with GCC 13 (#1124)
-
-GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some
-are no longer transitively included.
-
-See https://gnu.org/software/gcc/gcc-13/porting_to.html.
-
-Bug: https://bugs.gentoo.org/894742
----
- common/sample_format.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/common/sample_format.hpp b/common/sample_format.hpp
-index 900655f7..b68d00a3 100644
---- a/common/sample_format.hpp
-+++ b/common/sample_format.hpp
-@@ -19,6 +19,7 @@
- #ifndef SAMPLE_FORMAT_H
- #define SAMPLE_FORMAT_H
-
-+#include <cstdint>
- #include <string>
-
-
---
-2.41.0
-
diff --git a/PKGBUILD b/PKGBUILD
index 29c7372bf6c9..325c4708d119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=snapcast
pkgver=0.28.0
-pkgrel=1
+pkgrel=2
_pkgname_snapweb=snapweb
_snapweb_version=0.7.0
pkgdesc="Synchronous multi-room audio player"