summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibrewish2020-07-28 19:58:24 +0530
committerLibrewish2020-07-28 19:58:24 +0530
commit4cad70e3b0ac51026fbb70b1dd840403aa64b625 (patch)
tree72ef2ae758656d2e74d522228588fcffd92bbd87
parentff76594d0daa792d8a78f350a5f628263a217340 (diff)
downloadaur-4cad70e3b0ac51026fbb70b1dd840403aa64b625.tar.gz
remove mhwd from replaces
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9576faadbc8..a58bee821bea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,5 @@ pkgname = mhwd-garuda-git
provides = mhwd-garuda
conflicts = mhwd
conflicts = mhwd-garuda
- replaces = mhwd
replaces = mhwd-garuda
diff --git a/PKGBUILD b/PKGBUILD
index e0b07342cc09..190b7e193803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ package_mhwd-garuda-git() {
depends=('hwinfo' 'mesa' 'mhwd-db-garuda-git' 'uvesafb-dkms' 'pacman')
provides=("mhwd" "mhwd-garuda")
conflicts=("mhwd" "mhwd-garuda")
- replaces=("mhwd" "mhwd-garuda")
+ replaces=("mhwd-garuda")
if [ "${CARCH}" = "x86_64" ]; then
optdepends=('lib32-mesa: for 32bit libgl support')
fi