summaryrefslogtreecommitdiffstats
path: root/ouch/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2023-01-06 16:02:05 +0300
committerYigit Sever2023-01-06 16:02:05 +0300
commitc9a44832d7941e8afa474f619cf1ec89ec2a0d3c (patch)
tree489ced655b425a776a94eaf4e6746cebaef4dcda /ouch/PKGBUILD
parentbf7b26bfdc89fd12875988bcf68b87304138c789 (diff)
downloadpackages-c9a44832d7941e8afa474f619cf1ec89ec2a0d3c.tar.gz
packages-c9a44832d7941e8afa474f619cf1ec89ec2a0d3c.tar.bz2
packages-c9a44832d7941e8afa474f619cf1ec89ec2a0d3c.zip
ouch: Update to 0.4.1-1
upstream release
Diffstat (limited to 'ouch/PKGBUILD')
-rw-r--r--ouch/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/ouch/PKGBUILD b/ouch/PKGBUILD
index 0d3cfee..c85e3e9 100644
--- a/ouch/PKGBUILD
+++ b/ouch/PKGBUILD
@@ -1,8 +1,8 @@
1# Maintainer: Yigit Sever <yigit at yigitsever dot com> 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2 2
3pkgname=ouch 3pkgname=ouch
4pkgver=0.4.0 4pkgver=0.4.1
5pkgrel=2 5pkgrel=1
6pkgdesc="Painless compression and decompression in the terminal" 6pkgdesc="Painless compression and decompression in the terminal"
7arch=('x86_64') 7arch=('x86_64')
8url="https://github.com/ouch-org/ouch" 8url="https://github.com/ouch-org/ouch"
@@ -10,12 +10,10 @@ license=('MIT')
10makedepends=('cargo') 10makedepends=('cargo')
11conflicts=(${pkgname}-git ${pkgname}-bin) 11conflicts=(${pkgname}-git ${pkgname}-bin)
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
13sha256sums=('3e126f00e1ad82ef4abfd28f86dac53b366a29de6a70359e734ecc8748f580fc') 13sha256sums=('b0fcd6bbe6c66544b5bf1167d72605427c5cc6afae564f23f3eff5ea22b01b79')
14 14
15prepare() { 15prepare() {
16 cd "$srcdir/$pkgname-$pkgver" 16 cd "$srcdir/$pkgname-$pkgver"
17 # TODO: Remove on next release <27-11-22, yigit> #
18 rm -f rust-toolchain
19 cargo fetch --locked --target "$CARCH-unknown-linux-gnu" 17 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
20} 18}
21 19