chatterino2-dankerino-git v2025.01.20
This commit is contained in:
parent
08f24c1a8e
commit
7d9dafb54b
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = chatterino2-dankerino-git
|
||||
pkgdesc = Fork of Chatterino 2
|
||||
pkgver = 2025.01.17
|
||||
pkgver = 2025.01.20
|
||||
pkgrel = 1
|
||||
url = https://github.com/Mm2PL/dankerino
|
||||
arch = any
|
||||
|
@ -22,6 +22,6 @@ pkgbase = chatterino2-dankerino-git
|
|||
conflicts = chatterino
|
||||
options = !lto
|
||||
source = git+https://github.com/Mm2PL/dankerino.git#tag=nightly-build
|
||||
sha512sums = 635ada269b9aeb41c4cc3161d6552712c7185ce647c3917c9e831a9d273bd0c5f61985c702e4f17fc7554d21af3e4e88e14b0490a74868b3a5f92181f5255f66
|
||||
sha512sums = 29c27e808a6f13c960cfbe46c99efc5ae01a4710e5736d88ee02582b40d3acbe797bc57286923f622b946cff7c4a892158572311192ba967add48e39dc6f3004
|
||||
|
||||
pkgname = chatterino2-dankerino-git
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Knut Ahlers
|
||||
|
||||
pkgname=chatterino2-dankerino-git
|
||||
pkgver=2025.01.17
|
||||
pkgver=2025.01.20
|
||||
pkgrel=1
|
||||
pkgdesc="Fork of Chatterino 2"
|
||||
arch=(any)
|
||||
|
@ -21,7 +21,7 @@ conflicts=('chatterino')
|
|||
options=('!lto')
|
||||
|
||||
source=("git+${url}.git#tag=nightly-build")
|
||||
sha512sums=('635ada269b9aeb41c4cc3161d6552712c7185ce647c3917c9e831a9d273bd0c5f61985c702e4f17fc7554d21af3e4e88e14b0490a74868b3a5f92181f5255f66')
|
||||
sha512sums=('29c27e808a6f13c960cfbe46c99efc5ae01a4710e5736d88ee02582b40d3acbe797bc57286923f622b946cff7c4a892158572311192ba967add48e39dc6f3004')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/dankerino"
|
||||
|
|
Loading…
Add table
Reference in a new issue