diff options
author | Yigit Sever | 2021-11-03 12:20:14 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-03 12:20:14 +0300 |
commit | 22b31065aef12ec6b836857f563d7b6a4d33aeeb (patch) | |
tree | cadb606de46dffdbc31752e74e2dce5a4d64ba21 /.SRCINFO | |
parent | e472f310ce22e6726391142d4b9a53705853452a (diff) | |
download | packages-22b31065aef12ec6b836857f563d7b6a4d33aeeb.tar.gz packages-22b31065aef12ec6b836857f563d7b6a4d33aeeb.tar.bz2 packages-22b31065aef12ec6b836857f563d7b6a4d33aeeb.zip |
Run tests and install completions
Upstream builds completions during compilation
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ | |||
1 | pkgbase = ouch | 1 | pkgbase = ouch |
2 | pkgdesc = Painless compression and decompression in the terminal | 2 | pkgdesc = Painless compression and decompression in the terminal |
3 | pkgver = 0.3.1 | 3 | pkgver = 0.3.1 |
4 | pkgrel = 1 | 4 | pkgrel = 2 |
5 | url = https://github.com/ouch-org/ouch | 5 | url = https://github.com/ouch-org/ouch |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = MIT | 7 | license = MIT |
8 | makedepends = cargo | 8 | makedepends = cargo |
9 | conflicts = ouch-git | ||
9 | source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz | 10 | source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz |
10 | sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d | 11 | sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d |
11 | 12 | ||