diff options
Diffstat (limited to 'ouch/PKGBUILD')
-rw-r--r-- | ouch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ouch/PKGBUILD b/ouch/PKGBUILD index 5d3f5fa..e83ee41 100644 --- a/ouch/PKGBUILD +++ b/ouch/PKGBUILD | |||
@@ -2,14 +2,14 @@ | |||
2 | 2 | ||
3 | pkgname=ouch | 3 | pkgname=ouch |
4 | pkgver=0.3.1 | 4 | pkgver=0.3.1 |
5 | pkgrel=3 | 5 | pkgrel=4 |
6 | pkgdesc="Painless compression and decompression in the terminal" | 6 | pkgdesc="Painless compression and decompression in the terminal" |
7 | arch=('x86_64') | 7 | arch=('x86_64') |
8 | url="https://github.com/ouch-org/ouch" | 8 | url="https://github.com/ouch-org/ouch" |
9 | license=('MIT') | 9 | license=('MIT') |
10 | makedepends=('cargo') | 10 | makedepends=('cargo') |
11 | conflicts=(${pkgname}-git ${pkgname}-bin) | 11 | conflicts=(${pkgname}-git ${pkgname}-bin) |
12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") |
13 | sha256sums=('269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d') | 13 | sha256sums=('269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d') |
14 | 14 | ||
15 | prepare() { | 15 | prepare() { |