upgpkg: 0.11.3-2: fmt 10 rebuild
This commit is contained in:
parent
808547a129
commit
d20d5b20a2
2 changed files with 91 additions and 3 deletions
13
PKGBUILD
13
PKGBUILD
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=nheko
|
||||
pkgver=0.11.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Desktop client for the Matrix protocol"
|
||||
arch=('x86_64')
|
||||
url="https://nheko.im/nheko-reborn/nheko"
|
||||
|
@ -20,8 +20,15 @@ optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
|
|||
'libnice: VoIP/Video calls'
|
||||
'gst-plugin-qmlgl: Video calls and Screen sharing')
|
||||
makedepends=(cmake ninja boost qt5-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
|
||||
sha512sums=('b305c1f9045469d8163ea9d851b74f524578cecfd4463e1c2f1a62206b7bf308e4cf537930e03f7f565edc1f72ef12ad9fc8d3950a73fdd11c35ae4fc62f8d2d')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
|
||||
"$pkgname-$pkgver-fix-for-fmt-10.patch")
|
||||
sha512sums=('b305c1f9045469d8163ea9d851b74f524578cecfd4463e1c2f1a62206b7bf308e4cf537930e03f7f565edc1f72ef12ad9fc8d3950a73fdd11c35ae4fc62f8d2d'
|
||||
'67c630939ed11611038a12f13270bb43f8d52f4ffbac35b94f7ffee145ae4d2387ac462cc8b63857d661e4d8a92d77f32ff29222bd47fd61546ca6f214d0f7f9')
|
||||
|
||||
prepare(){
|
||||
cd "$pkgname-v$pkgver"
|
||||
patch -Np1 < "../$pkgname-$pkgver-fix-for-fmt-10.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue