summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-05-22 21:44:54 -0400
committerPatrick Northon2023-05-22 21:44:54 -0400
commit195149fea6b6fb7c8433dc2869271057221308c3 (patch)
tree21a12be9ab1706255958c1ed623deb09c1e69ce9 /PKGBUILD
parentb0877f6c64b2968b3aa4db072b9e135b1ec26984 (diff)
downloadaur-195149fea6b6fb7c8433dc2869271057221308c3.tar.gz
Rename patch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a6e6305c670..370ddaebfc33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=("http://downloads.sourceforge.net/$pkgname/Bombermaaan_${pkgver}_${_pkgd
"Bombermaan_levels_pack.zip"
"$pkgname.png"
"$pkgname.desktop"
- "print.patch")
+ "$pkgname-print.patch")
sha256sums=('fb0b6d59569d436ac10b452857b8800b831513ab888b29a66c2dc0ada12d045d'
'48c702d42a87b44606cbed2da88b49b250f66c6a65067d1dc43b25980ef1c74a'
'7a73655f609096271434d20e8a9c33b9af71c547a4a1fc312fbd85866f6c8519'
@@ -40,7 +40,7 @@ prepare() {
# add our cflags/ldflags
sed "s|SDL_CFLAGS :=|& $CXXFLAGS |;s|SDL_LDFLAGS :=|& $LDFLAGS |" -i Makefile
- patch -N -i "${srcdir}/print.patch"
+ patch -N -i "${srcdir}/$pkgname-print.patch"
}
build() {