Compare commits

..

No commits in common. "3571e904ab097b991e8e96dd26645131d96adf19" and "a7055e4dc9a85ffcef55a3bf082d0b9e829144c4" have entirely different histories.

2 changed files with 11 additions and 11 deletions

View File

@ -1,18 +1,18 @@
pkgbase = pineapple-midi-player pkgbase = pineapple-midi-player
pkgdesc = Simple SoundFont MIDI Player pkgdesc = Simple SoundFont MIDI Player
pkgver = 1.3.2 pkgver = 1.3.0
pkgrel = 2 pkgrel = 1
url = https://github.com/BLumia/pineapple-midi-player/ url = https://github.com/BLumia/pineapple-midi-player/
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64
license = MIT license = MIT
makedepends = git makedepends = git
makedepends = qt6-tools makedepends = qt5-tools
makedepends = cmake makedepends = cmake
depends = qt6-svg depends = qt5-svg
depends = portaudio depends = portaudio
optdepends = soundfont-fluid: Decent SoundFont provided by FluidSynth optdepends = soundfont-fluid: Decent SoundFont provided by FluidSynth
source = pineapple-midi-player-1.3.2.tar.gz::https://github.com/BLumia/pineapple-midi-player/archive/1.3.2.tar.gz source = pineapple-midi-player-1.3.0.tar.gz::https://github.com/BLumia/pineapple-midi-player/archive/1.3.0.tar.gz
sha256sums = d242879237ff07c8b826fbf55484233776045ca8109890a95f67408e3a471eaa sha256sums = 6f77ca743e0b47a6516f7a119b010d5e7c2c696445e00f4923355cdef3beacf9
pkgname = pineapple-midi-player pkgname = pineapple-midi-player

View File

@ -1,19 +1,19 @@
# Maintainer: Gary Wang <git@blumia.net> # Maintainer: Gary Wang <git@blumia.net>
pkgname=pineapple-midi-player pkgname=pineapple-midi-player
pkgver=1.3.2 pkgver=1.3.0
pkgrel=2 pkgrel=1
pkgdesc='Simple SoundFont MIDI Player' pkgdesc='Simple SoundFont MIDI Player'
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url='https://github.com/BLumia/pineapple-midi-player/' url='https://github.com/BLumia/pineapple-midi-player/'
license=('MIT') license=('MIT')
depends=( depends=(
'qt6-svg' 'qt5-svg'
'portaudio' 'portaudio'
) )
makedepends=( makedepends=(
'git' 'git'
'qt6-tools' 'qt5-tools'
'cmake' 'cmake'
) )
optdepends=( optdepends=(
@ -23,7 +23,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-midi-player/archive/${pkgver}.tar.gz" "${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-midi-player/archive/${pkgver}.tar.gz"
) )
sha256sums=( sha256sums=(
'd242879237ff07c8b826fbf55484233776045ca8109890a95f67408e3a471eaa' '6f77ca743e0b47a6516f7a119b010d5e7c2c696445e00f4923355cdef3beacf9'
) )
build () { build () {