summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2023-02-06 17:11:12 +0100
committerStephan Springer2023-02-06 17:11:12 +0100
commit45adfcd2f54fa1e17606084d888a22b71978c4b3 (patch)
treeee9b9d10ad884e692e5d3480515ccc05701af4cb
parenta5f6623cafbceab48bcaf50867e6635b28cfaf57 (diff)
downloadaur-45adfcd2f54fa1e17606084d888a22b71978c4b3.tar.gz
fix patch file name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04fe04da63ea..acfa3d9ba08a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = pioneer
conflicts = pioneer-bin
conflicts = pioneer-git
source = pioneer-20230203.tar.gz::https://github.com/pioneerspacesim/pioneer/archive/20230203.tar.gz
- source = fix…path_to_lua_h.patch::https://github.com/pioneerspacesim/pioneer/pull/5526/commits/058bb753ccddee110ed2fb76908cb25b5a656635.patch
+ source = fix_path_to_lua_h.patch::https://github.com/pioneerspacesim/pioneer/pull/5526/commits/058bb753ccddee110ed2fb76908cb25b5a656635.patch
sha256sums = 80eea94e0f7e4d8e6a0c4629bdfb89201f82aae2f59ee7a1f7a487eeeccf27c7
sha256sums = dbb08eccb356c7b00122487b7a49df4948b82256c52b9cc36c5122a057c0635e
diff --git a/PKGBUILD b/PKGBUILD
index 16b50b311310..425133720c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,13 +24,13 @@ depends=(
)
makedepends=(cmake naturaldocs ninja)
source=("$pkgname-$pkgver.tar.gz::https://github.com/pioneerspacesim/pioneer/archive/$pkgver.tar.gz"
- fix…path_to_lua_h.patch::https://github.com/pioneerspacesim/pioneer/pull/5526/commits/058bb753ccddee110ed2fb76908cb25b5a656635.patch)
+ fix_path_to_lua_h.patch::https://github.com/pioneerspacesim/pioneer/pull/5526/commits/058bb753ccddee110ed2fb76908cb25b5a656635.patch)
sha256sums=('80eea94e0f7e4d8e6a0c4629bdfb89201f82aae2f59ee7a1f7a487eeeccf27c7'
'dbb08eccb356c7b00122487b7a49df4948b82256c52b9cc36c5122a057c0635e')
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 -i "$srcdir/fix…path_to_lua_h.patch" # https://github.com/pioneerspacesim/pioneer/issues/5525
+ patch -p1 -i "$srcdir/fix_path_to_lua_h.patch" # https://github.com/pioneerspacesim/pioneer/issues/5525
}
build()