diff options
author | corey drew bruce | 2023-01-05 18:12:25 +1000 |
---|---|---|
committer | corey drew bruce | 2023-01-05 18:12:25 +1000 |
commit | ef28c03917836d68c47f88379471e6f49a2f30a8 (patch) | |
tree | 1418e9163a6b6e5fab652b0e26adaefdfee9187b /PKGBUILD | |
parent | cbd0077454e74fa021812be3ce8c3ee34b96dbf8 (diff) | |
download | aur-ef28c03917836d68c47f88379471e6f49a2f30a8.tar.gz |
Added line to automatically replace old bin package
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |