summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxAsh2024-09-17 12:15:39 +0200
committerxAsh2024-09-17 12:15:39 +0200
commit2a69ddbce7dc467d019331e8d770dc4772e27f28 (patch)
tree28a842581cc0249d1fe0f787945b37bcd5e2c3be
parent24031a302e14a97153aa176cdb8423132e5a247e (diff)
downloadaur-2a69ddbce7dc467d019331e8d770dc4772e27f28.tar.gz
added conflict info
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11d89be68d3a..ac964f4351fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 468b55aa2e51..7ac748aabe41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')