diff options
author | Yigit Sever | 2023-01-06 16:03:18 +0300 |
---|---|---|
committer | Yigit Sever | 2023-01-06 16:03:18 +0300 |
commit | 46ac900c71c5c1fbe0ed30f6fa41a24ce503cdc7 (patch) | |
tree | 64b6e99d6881c5ece5a6ce29da785cd9b0b6ecb8 /ouch-bin/PKGBUILD | |
parent | c9a44832d7941e8afa474f619cf1ec89ec2a0d3c (diff) | |
download | packages-46ac900c71c5c1fbe0ed30f6fa41a24ce503cdc7.tar.gz packages-46ac900c71c5c1fbe0ed30f6fa41a24ce503cdc7.tar.bz2 packages-46ac900c71c5c1fbe0ed30f6fa41a24ce503cdc7.zip |
ouch-bin: Update to 0.4.1-1
upstream release
Diffstat (limited to 'ouch-bin/PKGBUILD')
-rw-r--r-- | ouch-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ouch-bin/PKGBUILD b/ouch-bin/PKGBUILD index 0641836..53a278a 100644 --- a/ouch-bin/PKGBUILD +++ b/ouch-bin/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname=ouch-bin | 3 | pkgname=ouch-bin |
4 | _pkgname=${pkgname%-bin} | 4 | _pkgname=${pkgname%-bin} |
5 | pkgver=0.4.0 | 5 | pkgver=0.4.1 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc="Painless compression and decompression in the terminal (binary release)" | 7 | pkgdesc="Painless compression and decompression in the terminal (binary release)" |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -11,7 +11,7 @@ license=('MIT') | |||
11 | provides=(${_pkgname}) | 11 | provides=(${_pkgname}) |
12 | conflicts=(${_pkgname} ${_pkgname}-git) | 12 | conflicts=(${_pkgname} ${_pkgname}-git) |
13 | source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/ouch-x86_64-unknown-linux-gnu.tar.gz") | 13 | source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/ouch-x86_64-unknown-linux-gnu.tar.gz") |
14 | sha256sums=('4b03c6a54b12e2038600cfb450aebac70bd9516fc9bf50a78c93f93fef75e60b') | 14 | sha256sums=('b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62') |
15 | 15 | ||
16 | package() { | 16 | package() { |
17 | # Binary releaes is archived in a folder with a generic name, it is not ideal | 17 | # Binary releaes is archived in a folder with a generic name, it is not ideal |