summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2023-01-05 20:50:45 +1000
committergameslayer2023-01-05 20:50:45 +1000
commit70703e9c88e7bdfc6a4bfa3e0f0871dd56696537 (patch)
treed311ec5601ba574f0de4e3c2992668e03ed08464
parente063ac0ed6cd3961b6e702628d8fb2a08868efd5 (diff)
downloadaur-70703e9c88e7bdfc6a4bfa3e0f0871dd56696537.tar.gz
Added line to automatically replace old bin package
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d8327dcc57c..b27569ea6901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
conflicts=("Stan-bin")
+replace=("Stan-bin")
source=("https://gitlab.com/Stan-desktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
sha256sums=('SKIP')