summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2023-10-30 06:52:24 +0100
committersoloturn2023-10-30 06:54:22 +0100
commit08cfbcc544e1d5ce44d8c8fc8d6f4c226c628fcf (patch)
treedea21e114de90972fcbe635819d667cbfd559f0c /PKGBUILD
parentf0573207fa3c7342298c0224b8b76536a27a8f4e (diff)
downloadaur-08cfbcc544e1d5ce44d8c8fc8d6f4c226c628fcf.tar.gz
remove stdint patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16f7549db464..eae47232e965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,6 @@ source=(
"swift-integration-tests::git+https://github.com/apple/swift-integration-tests#tag=${_swiftver}"
"apple-llvm-project::git+https://github.com/apple/llvm-project#tag=${_swiftver}"
"0001-arch-aur-patches.patch"
- "0002-stdint.patch"
# swift src to check afterwards
"indexstore-db::git+https://github.com/apple/indexstore-db#tag=${_swiftver}"
"yams::git+https://github.com/jpsim/Yams#tag=5.0.1"
@@ -96,7 +95,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
)
@@ -108,7 +106,6 @@ sha256sums=(
options=(!strip)
prepare () {
- ( cd swift && patch -p1 -i "$srcdir/0001-arch-aur-patches.patch" )
( cd apple-llvm-project && patch -p1 -i "$srcdir/0002-stdint.patch" )
}