Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
aegisub


Commits:
e6aa3b0d by Maxime Gauduin at 2025-01-23T18:10:34+01:00
upgpkg: 3.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = aegisub
        pkgdesc = A general-purpose subtitle editor with ASS/SSA support
-       pkgver = 3.4.1
-       pkgrel = 2
+       pkgver = 3.4.2
+       pkgrel = 1
        url = http://www.aegisub.org
        arch = x86_64
        license = BSD-3-Clause
@@ -28,7 +28,7 @@ pkgbase = aegisub
        depends = wxwidgets-common
        depends = wxwidgets-gtk3
        depends = zlib
-       source = 
git+https://github.com/TypesettingTools/Aegisub.git#tag=a81794872968ee25ad46a5eebdfe1ce297668a4d
-       b2sums = 
cd1ad877f36a9b1a403f1c8d789a60aaef9d719e160c0aa40c9cc9b29bbaa7e84e8bdd4264bceae342c2b7fc41005007315cb04302d31322da4c4c084e2ac988
+       source = 
git+https://github.com/TypesettingTools/Aegisub.git#tag=f437ba4f547fdb0e02432f1c45a4da25e51035f8
+       b2sums = 
9d46d4c296e1d52ffb1abbd2e3ac48b3329618706fad4e76928e733b15d61e3d352b50d0514426b0ab62dadc5ceaf234028a31dec65e10e5b41b0086882ca25b
 
 pkgname = aegisub


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Limao Luo <[email protected]>
 
 pkgname=aegisub
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=(x86_64)
 url=http://www.aegisub.org
@@ -36,16 +36,21 @@ makedepends=(
   mesa
   meson
 )
-_tag=a81794872968ee25ad46a5eebdfe1ce297668a4d
+_tag=f437ba4f547fdb0e02432f1c45a4da25e51035f8
 source=(git+https://github.com/TypesettingTools/Aegisub.git#tag=${_tag})
 #validpgpkeys=(6DD9508BCB1CE31AF295FF9B6A889F50A8B00C08) # Thomas Goyne 
<[email protected]>
-b2sums=('cd1ad877f36a9b1a403f1c8d789a60aaef9d719e160c0aa40c9cc9b29bbaa7e84e8bdd4264bceae342c2b7fc41005007315cb04302d31322da4c4c084e2ac988')
+b2sums=('9d46d4c296e1d52ffb1abbd2e3ac48b3329618706fad4e76928e733b15d61e3d352b50d0514426b0ab62dadc5ceaf234028a31dec65e10e5b41b0086882ca25b')
 
 prepare() {
   cd Aegisub
   meson subprojects download luajit
   meson subprojects packagefiles --apply luajit
   sed "/subdir('tests')/d" -i meson.build
+  echo "#define BUILD_GIT_VERSION_NUMBER ${pkgver/./}" >> git_version.h
+  echo "#define BUILD_GIT_VERSION_STRING \"${pkgver}\"" >> git_version.h
+  echo '#define TAGGED_RELEASE 0' >> git_version.h
+  echo '#define INSTALLER_VERSION "0.0.0"' >> git_version.h
+  echo '#define RESOURCE_BASE_VERSION 0, 0, 0' >> git_version.h
 }
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aegisub/-/commit/e6aa3b0db086360ffc33fefe9ddf556cf12cb342

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aegisub/-/commit/e6aa3b0db086360ffc33fefe9ddf556cf12cb342
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to