Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kalk
Commits:
ba5d2b07 by Antonio Rojas at 2025-01-25T12:15:37+01:00
Use commit
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -22,16 +22,16 @@ makedepends=(extra-cmake-modules)
groups=(kde-applications
kde-utilities)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-
kalk-fix-history.patch::https://invent.kde.org/utilities/kalk/-/merge_requests/111.patch)
+ https://invent.kde.org/utilities/kalk/-/commit/952c54d0.patch)
sha256sums=('f329050da30a35816928d90a9b505742989b23713a6b37cadcdc886401edc05c'
'SKIP'
- 'a3e5e3bb837e0e4b0211eb9216860f8361ae58c064eac8194d660beb6bb8e638')
+ '4c0874e49ca7e525b2f838777279a3438ec4a8d34859f0df90b16a54197e04cd')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
prepare() {
- patch -d $pkgname-$pkgver -p1 < kalk-fix-history.patch
+ patch -d $pkgname-$pkgver -p1 < 952c54d0.patch # Fix history display
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kalk/-/commit/ba5d2b07c3d71eb3d7f2419ac43e061fe67b619e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kalk/-/commit/ba5d2b07c3d71eb3d7f2419ac43e061fe67b619e
You're receiving this email because of your account on gitlab.archlinux.org.