summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2023-01-05 19:44:09 +1000
committercorey drew bruce2023-01-05 19:44:09 +1000
commit38f7194f348bfd7ef7d620bfdc96f9069a613819 (patch)
tree7e1580221a49c92340878f5b5d42460d522f0965
parent3e351bdf7dc23a735a0ac8d70f64ff5d0471565e (diff)
downloadaur-38f7194f348bfd7ef7d620bfdc96f9069a613819.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 d522d18e4dde..5ad36c31ee7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
conflicts=("twitch-bin")
+replace=("twitch-bin")
source=("https://gitlab.com/twitch-application/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
sha256sums=('SKIP')