summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-08-28 12:34:07 +0800
committeryjun2021-08-28 12:34:07 +0800
commita3fe74089ddfaec5898a29aa66017975653ba261 (patch)
treefc26ac4885c48c26e3f369f415b4953d1d9460cc
parente614d73bbc5db1305194a717bffcf38cd234ecf8 (diff)
downloadaur-a3fe74089ddfaec5898a29aa66017975653ba261.tar.gz
replaces: neeto-vue
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c4f7b3e942..78f077702e85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = memocast-bin
depends = electron8
provides = memocast
conflicts = memocast
+ replaces = neeto-vue
source = memocast-2.1.8.deb::https://github.com/TankNee/Memocast/releases/download/v2.1.8/Memocast-2.1.8-amd64-linux.deb
source = https://raw.githubusercontent.com/TankNee/Memocast/master/LICENSE
source = memocast.sh
diff --git a/PKGBUILD b/PKGBUILD
index b164b984cc5b..6c7e7786afcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('electron8')
makedepends=('tar')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
+replaces=("neeto-vue")
# strip takes too long time, so skip it.
# options=('!strip')
source=("${_pkgname}-${pkgver}.deb::https://github.com/TankNee/Memocast/releases/download/v${pkgver}/${_filename}-${pkgver}-amd64-linux.deb"