summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQirui Wang2022-08-20 07:13:59 +0800
committerQirui Wang2022-08-20 07:13:59 +0800
commitf39a76b280df5a831af5046ade9e4f403e14949c (patch)
treec86d016dc57f29157b795e695f4368c4df0bdd88 /PKGBUILD
parentfb768910001cde59b8ebbc2de69ec5f9400edc01 (diff)
downloadaur-f39a76b280df5a831af5046ade9e4f403e14949c.tar.gz
Fix runtime warning "The second argument passed to StartStyling should be 0"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b38b02f75512..d2616fb37603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=aegisub-git
pkgver=3.2.2.r407.6f546951b
-pkgrel=2
+pkgrel=3
pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
arch=(x86_64)
url=http://www.aegisub.org
@@ -43,11 +43,13 @@ source=(
0001-Use-target-name-without-directory-in-_OBJ-macro.patch
# https://github.com/Aegisub/Aegisub/commit/5f235ff459e6a7ec36639894d1f45a638a9d73f3.patch
0001-Restrict-the-usage-of-undocumented-wxBitmap-ctor-to-.patch
+ Remove-second-argument-to-StartStyling.patch
)
sha256sums=('SKIP'
'SKIP'
'ce90cd9a9c56abcbafeb88d33280d53bee5af98cd9e15f50d6a9e49ae1edda30'
- 'c4039f693996dd20be4e8a460fffb984fd34fd810b16b9b1ca7fc4f35df2cc17')
+ 'c4039f693996dd20be4e8a460fffb984fd34fd810b16b9b1ca7fc4f35df2cc17'
+ '42d2c03d19eb6d64b0eb26c6c591fc142f61fcc251b0efcb91377f40448d9778')
pkgver() {
cd aegisub
@@ -71,6 +73,9 @@ prepare() {
# Fix build with wxWidgets 3.0
patch -p1 -i ../0001-Restrict-the-usage-of-undocumented-wxBitmap-ctor-to-.patch
+ # Fix runtime warning "The second argument passed to StartStyling should be 0"
+ patch -p1 -i ../Remove-second-argument-to-StartStyling.patch
+
cp -f /usr/share/aclocal/ax_boost_{chrono,filesystem,locale,regex,system,thread}.m4 m4macros/
./autogen.sh