summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgameslayer2023-01-05 21:16:04 +1000
committergameslayer2023-01-05 21:16:04 +1000
commitef14d9886f0a97ac6c20b0852939271a44e296d9 (patch)
treebc6e3c191f49451d9f52969265b39da860ad4b30 /PKGBUILD
parentc11cb3edbd0a8caa8374181c48ead3ae926754b5 (diff)
downloadaur-ef14d9886f0a97ac6c20b0852939271a44e296d9.tar.gz
Added line to automatically replace old bin package
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e3ef924d8e4..3e5e4262188e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ url="https://gitlab.com/crunchyroll/application"
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
-conflicts=("googlekeep-bin")
+conflicts=("crunchyroll-bin")
+replace=("crunchyroll-bin")
source=("https://gitlab.com/crunchyroll/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
sha256sums=('SKIP')