Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: hydrogen 1.2.0-1: Upgrade to 1.2.0.
Browse files Browse the repository at this point in the history
Apply patch to fix format string issue: hydrogen-music/hydrogen#1739

git-svn-id: file:///srv/repos/svn-community/svn@1446677 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
dvzrv committed Apr 17, 2023
1 parent bd89650 commit d09764f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions hydrogen/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Contributor: tobias <tobias@archlinux.org>

pkgname=hydrogen
pkgver=1.1.1
pkgrel=2
pkgver=1.2.0
pkgrel=1
pkgdesc="An advanced drum machine"
arch=(x86_64)
url="http://www.hydrogen-music.org/"
Expand All @@ -16,6 +16,7 @@ depends=(
glibc
hicolor-icon-theme
qt5-base
qt5-svg
qt5-xmlpatterns
)
makedepends=(
Expand All @@ -35,9 +36,19 @@ makedepends=(
)
checkdepends=(cppunit)
optdepends=('new-session-manager: for session management')
source=(https://github.com/$pkgname-music/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha512sums=('c5e6bd713a0f9ef3b30bf0ae00bc41fea7494c20342c14c9f41ec05d1fdd3be721ffc3ff92bacd011e3b39a68022ea04daf55e60d334f64a00abef17d892cd37')
b2sums=('52f6f61fc6e247875688dcea2290d92eb7bc85910620f0adcb52506d587b02dcaec6e2ecb72c77cf4eb3134534c75fc64bc4dd76a63f886cc6ea07d9b8812089')
source=(
https://github.com/$pkgname-music/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz
$pkgname-1.2.0-format.patch::https://github.com/hydrogen-music/hydrogen/commit/f98a3fbd325a53084202bd7bee0d15fc567a4063.patch
)
sha512sums=('610dc292ab26880897030ee7e969caf11e2758e0cccdc15b21711a2114564e12af855b50f0cf13964689b6697255c5f2080e2114c916ea6fbe3909057e7de1df'
'a4a077a2b4b23afc4d616554b7e3e6518b52011d1944e1f657d96008c285b3e61284b88f551d6955d5b5c7b64182f5260dce015b50314bac8c8bb34672917ffa')
b2sums=('606bfd977e67a962933e331bd1d4985a898e14c3d72656aa38fc3d50fa1daeb301a00778114e46a4890af548816befc8deb598bbc65a122e8a36694ce7740776'
'97db0021bf06641cd4587fb003885ae5944fd6295c48e6289f819ea555430473e71aea63f0d01de30e90fad1c361a27175d9e5801d30196185c711cbd9accac4')

prepare() {
# https://github.com/hydrogen-music/hydrogen/issues/1739
patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-1.2.0-format.patch
}

build() {
local cmake_options=(
Expand Down

0 comments on commit d09764f

Please sign in to comment.