Date: Monday, September 26, 2022 @ 23:31:17
  Author: polyzen
Revision: 1311589

upgpkg: toastify 0.5.2-1

Modified:
  toastify/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 22:55:51 UTC (rev 1311588)
+++ PKGBUILD    2022-09-26 23:31:17 UTC (rev 1311589)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <[email protected]>
 
 pkgname=toastify
-pkgver=0.5.0
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Commandline tool that shows desktop notifications using notify-rust'
 arch=('x86_64')
@@ -9,16 +9,12 @@
 license=('Apache' 'MIT')
 depends=('dbus')
 makedepends=('rust')
-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')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('73dc40a9baa2cc6ea839f2aa1c005b850d642b2327ee52d4b5b481d3a9bf293801402ece2f3826def259a4b30c614b78df32222442df9206cf8b408c4dd036b2')
 
 prepare() {
   cd $pkgname-$pkgver
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-
-  patch --forward --strip=1 --input=../$pkgname-$pkgver-fix-version.patch
 }
 
 build() {

Reply via email to