diff options
author | Yigit Sever | 2021-11-03 20:18:51 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-03 20:18:51 +0300 |
commit | 18c0df690607f56c2ccb7dcf23a03e6df8a15f9e (patch) | |
tree | 00e462754a0b7dd2d5eaaec2c423747b12d9deee /.SRCINFO | |
parent | 22b31065aef12ec6b836857f563d7b6a4d33aeeb (diff) | |
download | packages-18c0df690607f56c2ccb7dcf23a03e6df8a15f9e.tar.gz packages-18c0df690607f56c2ccb7dcf23a03e6df8a15f9e.tar.bz2 packages-18c0df690607f56c2ccb7dcf23a03e6df8a15f9e.zip |
Add new conflict, install license
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ | |||
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 = 2 | 4 | pkgrel = 3 |
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 | conflicts = ouch-git |
10 | conflicts = ouch-bin | ||
10 | source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz | 11 | source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz |
11 | sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d | 12 | sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d |
12 | 13 | ||