osu-bin/2024.521.2-2: remove pdb files

This commit is contained in:
Puqns67 2024-06-13 01:44:46 +08:00
parent 7a9d1c80a7
commit 750b81ec24
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = osu-bin
pkgdesc = A free-to-win rhythm game. Rhythm is just a click away!
pkgver = 2024.521.2
pkgrel = 1
pkgrel = 2
url = https://osu.ppy.sh/
arch = x86_64
license = MIT

View File

@ -14,7 +14,7 @@ _resver=2024.517.0
pkgname="${_appname}-bin"
pkgver="${_appver}"
pkgrel=1
pkgrel=2
pkgdesc="A free-to-win rhythm game. Rhythm is just a click away!"
arch=('x86_64')
url='https://osu.ppy.sh/'
@ -42,9 +42,13 @@ prepare() {
chmod +x "${_appname}-${_appver}.AppImage"
"${srcdir}/${_appname}-${_appver}.AppImage" --appimage-extract
# Use system libraries
cd "${srcdir}/squashfs-root/usr/bin"
# Use system libraries
rm -v libav*.so.*
# Remove pdb files
rm -v *.pdb
}
package() {