diff options
author | matthewq337 | 2025-04-14 02:02:28 +0000 |
---|---|---|
committer | matthewq337 | 2025-04-14 02:02:28 +0000 |
commit | 90af454f14229fb10e6c95a78f669c9fd7d0d37a (patch) | |
tree | b6f546e0b6365201b64762ec8f1cbb6371243aab /PKGBUILD | |
parent | f12cc573bc4d25732878ad293f9473a25c411630 (diff) | |
download | aur-90af454f14229fb10e6c95a78f669c9fd7d0d37a.tar.gz |
updated
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -3,7 +3,7 @@ _pkgname='chatterino2-nightly' pkgname="${_pkgname}-bin" provides=(${_pkgname}) conflicts=(${_pkgname}) -pkgver=2.5.1 +pkgver=2.5.3 pkgrel=1 scdir=$_pkgname _pkgver="${pkgver//_/-}" @@ -12,19 +12,20 @@ pkgdesc="Second installment of the Twitch chat client series "Chatterino"" arch=('x86_64') url="https://github.com/chatterino/chatterino2" license=('MIT') -depends=('fuse2' 'icu70') +depends=('icu70' 'libxkbcommon' 'libxkbcommon-x11' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libnotify') optdepends=('streamlink: For piping streams to video players' 'pulseaudio: For audio output' 'gst-plugins-good: For audio output') provides=chatterino conflicts=chatterino #source=(${_pkgname}.desktop) -source_x86_64=("${_pkgname}-${pkgver}_x64.deb::https://github.com/Chatterino/chatterino2/releases/download/nightly-build/Chatterino-Ubuntu-22.04-x86_64.deb") +source_x86_64=("${_pkgname}-${pkgver}_x64.deb::https://github.com/Chatterino/chatterino2/releases/download/nightly-build/Chatterino-Ubuntu-24.04-x86_64.deb") package() { tar xf data.tar.zst -C "${pkgdir}" install -d "${pkgdir}/opt/${_pkgname}" -cd .. - ln -sf "/opt/$_pkgname/$_pkgname" "${pkgdir}/usr/bin/$_pkgname" + + install -dm755 "$pkgdir/usr/bin" } + sha256sums_x86_64=('SKIP') |