summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDude8032020-10-02 21:57:31 -0400
committerDude8032020-10-02 21:57:31 -0400
commit516615300137ced893dac22756290a5577e8363e (patch)
tree151f6367fe5c4e924f18f8cebebc1b1c53c5fb6e
parent340880144755ec7abcd05b6abf3a9a054bd7b4d1 (diff)
downloadaur-516615300137ced893dac22756290a5577e8363e.tar.gz
Add conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edf4e994191c..27edfaa1f1bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ pkgver(){
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
pkgdesc="Steam cards farmer. Git version"
+conflicts=('asf')
+provides('asf')
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')