summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorey drew bruce2023-01-05 18:12:25 +1000
committercorey drew bruce2023-01-05 18:12:25 +1000
commitef28c03917836d68c47f88379471e6f49a2f30a8 (patch)
tree1418e9163a6b6e5fab652b0e26adaefdfee9187b /PKGBUILD
parentcbd0077454e74fa021812be3ce8c3ee34b96dbf8 (diff)
downloadaur-ef28c03917836d68c47f88379471e6f49a2f30a8.tar.gz
Added line to automatically replace old bin package
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cfa65ab270a..18bbfe4aa980 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Youtube Music is a unofficial client to play your music."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/youtube-music/application"
license=('GPL')
-conflicts=("youtubemusic-bin")
+replaces=("youtubemusic-bin")
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
source=("https://gitlab.com/youtube-music/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
sha256sums=('SKIP')