summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3ccb0f9fb6..e752c5f7deaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = crunchyroll
depends = gtk3
depends = libxss
depends = git
- conflicts = googlekeep-bin
+ conflicts = crunchyroll-bin
source = https://gitlab.com/crunchyroll/application/-/archive/1.0.2-1/application-1.0.2-1.tar.bz2
sha256sums = SKIP
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')