Date: Sunday, October 30, 2022 @ 16:00:32 Author: dvzrv Revision: 1339550
upgpkg: mympd 10.0.3-4: Rebuild to switch to updated patch for systemd service. Upstream required changes to the proposed patch and merged it, so we are using the added version instead. Modified: mympd/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-30 15:42:59 UTC (rev 1339549) +++ PKGBUILD 2022-10-30 16:00:32 UTC (rev 1339550) @@ -3,7 +3,7 @@ _name=myMPD pkgname=mympd pkgver=10.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="A standalone and lightweight web-based MPD client" arch=(x86_64) url="https://github.com/jcorporation/myMPD" @@ -13,14 +13,14 @@ options=(debug) source=( $pkgname-$pkgver.tar.gz::https://github.com/jcorporation/$pkgname/archive/refs/tags/v$pkgver.tar.gz - $pkgname-10.0.3-harden_systemd.patch::https://github.com/jcorporation/myMPD/pull/875/commits/fecb778ce5e5b4423362d872ba125944d647c020.patch + $pkgname-10.0.3-harden_systemd.patch::https://github.com/jcorporation/myMPD/commit/fcf667cbe9945ac4ec91d04129d30bcb466733be.patch $pkgname-10.0.3-full_relro.patch ) sha512sums=('c4365c091b535fd30914c7ac53d8cdb4edd446c769f11b3279bab7b11f53992278692c40b1ec26c33bba43818d723e0be2a13713b9b880c0a24e903cc13827e1' - 'b1786c015b505c014fa38242141e7d57ab83aaa8b569bdfb432c74b43dbcb710e87b9137e7cf75d19249ae253714e0e89e7392066e197d2d0d75aca051435581' + 'dccb0819652f763d7a85e95bcca04bd0a11ecff4171c2068c876e2d0aba7d4428d3ede5681a798e7694b307b947c6e2fa102e2a24faff08b9133b47b065d0b3f' 'c7d50053eeb06ac80c8019c7554ab16b77e7625867f703d9e6342258613516053af1ac14fe1b1f7846fbb06909c3f671c87484b4b128f10b0a9346b60945d488') b2sums=('5a7fe7adb9ab26c29b223d4adb8b0a82178ade961eb904fd85c2d2150b2383132bfbc0ab678463349f1e8be24673d4ac0edc30d5d69b7351c136d42e64fcb37a' - '99788ddf1f664034f7422cfeafd1a93b2a3d8bf5f1d6588de57b94fb6b1ca9d2427c944381ec0121a74530337024562b30f8d4c7fa68ff395c4035add0a6cef0' + '550e369832740ccd8b28a7a3309a70b2ff986feed621445cd008ce8dc9e9a707658baa99135658c2a8f08d3ab61e9dfb2deb0bcbbbf9402754bcfd45baeea5a2' 'f199bed4ef3baec3b04df1315b0e6a12a6c1c6064b7fc2e1256a2199edbdee34bc43593cec4bb297b8fcf9f2e2a9383b8f29c10674e0e26b412f1383e11f78e4') prepare() {
