summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2023-01-05 21:16:04 +1000
committergameslayer2023-01-05 21:16:04 +1000
commitef14d9886f0a97ac6c20b0852939271a44e296d9 (patch)
treebc6e3c191f49451d9f52969265b39da860ad4b30
parentc11cb3edbd0a8caa8374181c48ead3ae926754b5 (diff)
downloadaur-ef14d9886f0a97ac6c20b0852939271a44e296d9.tar.gz
Added line to automatically replace old bin package
-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')