chatterino2-dankerino-git v2023.02.24

This commit is contained in:
Luzifer.io Jenkins 2023-02-25 11:36:56 +00:00
parent 9efaca5698
commit bac92c98ca
2 changed files with 27 additions and 2 deletions

25
.SRCINFO Normal file
View file

@ -0,0 +1,25 @@
pkgbase = chatterino2-dankerino-git
pkgdesc = Fork of Chatterino 2
pkgver = 2023.02.24
pkgrel = 1
url = https://github.com/Mm2PL/dankerino
arch = any
license = MIT
makedepends = git
makedepends = qt5-svg
makedepends = boost
makedepends = cmake
depends = qt5-base
depends = qt5-tools
depends = boost-libs
depends = openssl
depends = qt5-imageformats
depends = qtkeychain-qt5
optdepends = streamlink: For piping streams to video players
optdepends = pulseaudio: For audio output
provides = chatterino
conflicts = chatterino
source = git+https://github.com/Mm2PL/dankerino.git#tag=nightly-build
sha512sums = SKIP
pkgname = chatterino2-dankerino-git

View file

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers
pkgname=chatterino2-dankerino-git
pkgver=2023.02.16
pkgver=2023.02.24
pkgrel=1
pkgdesc="Fork of Chatterino 2"
arch=(any)
@ -17,7 +17,7 @@ provides=('chatterino')
conflicts=('chatterino')
source=("git+${url}.git#tag=nightly-build")
sha512sums=(SKIP)
sha512sums=('SKIP')
build() {
cd "${srcdir}/dankerino"