From c9a44832d7941e8afa474f619cf1ec89ec2a0d3c Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Fri, 6 Jan 2023 16:02:05 +0300
Subject: ouch: Update to 0.4.1-1

upstream release
---
 ouch/.SRCINFO | 8 ++++----
 ouch/PKGBUILD | 8 +++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

(limited to 'ouch')

diff --git a/ouch/.SRCINFO b/ouch/.SRCINFO
index 27bd7fc..7f28a17 100644
--- a/ouch/.SRCINFO
+++ b/ouch/.SRCINFO
@@ -1,14 +1,14 @@
 pkgbase = ouch
 	pkgdesc = Painless compression and decompression in the terminal
-	pkgver = 0.4.0
-	pkgrel = 2
+	pkgver = 0.4.1
+	pkgrel = 1
 	url = https://github.com/ouch-org/ouch
 	arch = x86_64
 	license = MIT
 	makedepends = cargo
 	conflicts = ouch-git
 	conflicts = ouch-bin
-	source = ouch-0.4.0.tar.gz::https://github.com/ouch-org/ouch/archive/refs/tags/0.4.0.tar.gz
-	sha256sums = 3e126f00e1ad82ef4abfd28f86dac53b366a29de6a70359e734ecc8748f580fc
+	source = ouch-0.4.1.tar.gz::https://github.com/ouch-org/ouch/archive/refs/tags/0.4.1.tar.gz
+	sha256sums = b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79
 
 pkgname = ouch
diff --git a/ouch/PKGBUILD b/ouch/PKGBUILD
index 0d3cfee..c85e3e9 100644
--- a/ouch/PKGBUILD
+++ b/ouch/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Yigit Sever <yigit at yigitsever dot com>
 
 pkgname=ouch
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Painless compression and decompression in the terminal"
 arch=('x86_64')
 url="https://github.com/ouch-org/ouch"
@@ -10,12 +10,10 @@ license=('MIT')
 makedepends=('cargo')
 conflicts=(${pkgname}-git ${pkgname}-bin)
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('3e126f00e1ad82ef4abfd28f86dac53b366a29de6a70359e734ecc8748f580fc')
+sha256sums=('b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  # TODO: Remove on next release <27-11-22, yigit> #
-  rm -f rust-toolchain
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
-- 
cgit v1.2.3-70-g09d2