Date: Monday, September 26, 2022 @ 19:40:32 Author: polyzen Revision: 1311525
upgpkg: toastify 0.5.0-1 Modified: toastify/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 19:29:48 UTC (rev 1311524) +++ PKGBUILD 2022-09-26 19:40:32 UTC (rev 1311525) @@ -1,8 +1,8 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=toastify -pkgver=0.4.0 -pkgrel=2 +pkgver=0.5.0 +pkgrel=1 pkgdesc='Commandline tool that shows desktop notifications using notify-rust' arch=('x86_64') url=https://github.com/hoodie/toastify @@ -9,12 +9,16 @@ license=('Apache' 'MIT') depends=('dbus') makedepends=('rust') -source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('ea1bd87e059c945ec69734685f3c91aa573e47665627647279dbf373f1f9db163d1803afab988fffe7ff7df6b32a6d1cf9873080516b8d87895844bd97800cc0') +source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz" + "$pkgname-$pkgver-fix-version.patch::https://github.com/hoodie/toastify/commit/fe1e9d70cc7a2f9ba93f8db7732df3d242e8af73.patch") +b2sums=('692a8bdbf1651b20cd583bc6e502d1102e1d6b584095ade27322cec2e04b7260474683099f0037356016615027aab9833e434bcfa283447be28e7ad963b4c69e' + 'b4a99f5c174caea5c4f016ca5995cbfd167632a471b2ee415fbca6f8c9b0a9ea3d7e8fb238c4a8dc4bbf27b606ac992af4ae5682d59d3e551eb86f01b4b435df') prepare() { cd $pkgname-$pkgver cargo fetch --locked --target "$CARCH-unknown-linux-gnu" + + patch --forward --strip=1 --input=../$pkgname-$pkgver-fix-version.patch } build() {
