chatterino2-dankerino-git v2023.02.24
This commit is contained in:
parent
9efaca5698
commit
bac92c98ca
2 changed files with 27 additions and 2 deletions
25
.SRCINFO
Normal file
25
.SRCINFO
Normal 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
|
4
PKGBUILD
4
PKGBUILD
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue