diff options
author | xAsh | 2024-09-17 12:15:39 +0200 |
---|---|---|
committer | xAsh | 2024-09-17 12:15:39 +0200 |
commit | 2a69ddbce7dc467d019331e8d770dc4772e27f28 (patch) | |
tree | 28a842581cc0249d1fe0f787945b37bcd5e2c3be | |
parent | 24031a302e14a97153aa176cdb8423132e5a247e (diff) | |
download | aur-2a69ddbce7dc467d019331e8d770dc4772e27f28.tar.gz |
added conflict info
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = rusty-psn-git pkgdesc = A GUI/CLI tool for downloading PS3 and PS4 game updates pkgver = 0.5.0.r1.ga227494 - pkgrel = 2 + pkgrel = 3 url = https://github.com/RainbowCookie32/rusty-psn arch = x86_64 makedepends = cargo @@ -11,6 +11,7 @@ pkgbase = rusty-psn-git depends = openssl depends = perl provides = rusty-psn + conflicts = rusty-psn-bin options = !lto source = rusty-psn::git+https://github.com/RainbowCookie32/rusty-psn.git sha256sums = SKIP @@ -2,8 +2,9 @@ pkgname=rusty-psn-git _pkgname=rusty-psn pkgver=0.5.0.r1.ga227494 -pkgrel=2 +pkgrel=3 provides=('rusty-psn') +conflicts=('rusty-psn-bin') pkgdesc='A GUI/CLI tool for downloading PS3 and PS4 game updates' url='https://github.com/RainbowCookie32/rusty-psn' arch=('x86_64') |