summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-04-26 14:39:16 +0300
committerStelios Tsampas2023-04-26 14:39:16 +0300
commit2d2694194b9f28d579043bd6857c7cd6f61247a0 (patch)
treee0a9011f497c9e253314192a228a6d3c35bd3124
parent19996fe109bd42e12902ea0bc6274f7ee2b1815f (diff)
downloadaur-2d2694194b9f28d579043bd6857c7cd6f61247a0.tar.gz
[proton] Remove provides for old proton-native package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.testing2
3 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46359d090306..276ae3dba9f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -159,8 +159,6 @@ pkgbase = proton
optdepends = lib32-vulkan-icd-loader
optdepends = libgphoto2
optdepends = dosbox
- provides = proton-native
- conflicts = proton-native
noextract = wine-gecko-2.47.3-x86.tar.xz
noextract = wine-gecko-2.47.3-x86_64.tar.xz
noextract = wine-mono-7.4.1-x86.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 7daeeac8719d..55ea94214a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -81,8 +81,6 @@ optdepends=(
)
makedepends=(${makedepends[@]} ${depends[@]})
-provides=('proton-native')
-conflicts=('proton-native')
install=${pkgname}.install
source=(
proton::git+https://github.com/ValveSoftware/Proton.git#tag=proton-${_srctag}
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 1b1cd3155e38..ace4af72818f 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -81,8 +81,6 @@ optdepends=(
)
makedepends=(${makedepends[@]} ${depends[@]})
-provides=('proton-native')
-conflicts=('proton-native')
install=${pkgname}.install
source=(
proton::git+https://github.com/ValveSoftware/Proton.git#tag=proton-${_srctag}