summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Pierre Cimalando2021-03-01 11:56:14 +0100
committerJean Pierre Cimalando2021-03-01 11:56:14 +0100
commit1a580abb35c547bcfe3655d4ce88aab7468f1e23 (patch)
tree7904ce25447c90ee73ed8cc89f8633a1bd5bd1b9
parent257325b270dd83ee32a32e657a54c4b3f0e99e59 (diff)
downloadaur-1a580abb35c547bcfe3655d4ce88aab7468f1e23.tar.gz
Update with glib as replacement of icu
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bf3b395a43f..abfd2214d7bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smf-dsp-git
pkgdesc = Advanced MIDI file player, including various chip music synths
- pkgver = 0.0.0.r242.g97a3b30
+ pkgver = 0.0.0.r283.gf080e27
pkgrel = 1
url = https://github.com/jpcima/smf-dsp
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = smf-dsp-git
depends = jack
depends = alsa-lib
depends = libuv
- depends = icu
- depends = xdg-utils
+ depends = glib2
+ depends = hicolor-icon-theme
source = git+https://github.com/jpcima/smf-dsp.git
source = git+https://github.com/Wohlstand/libADLMIDI.git
source = git+https://github.com/Wohlstand/libOPNMIDI.git
diff --git a/PKGBUILD b/PKGBUILD
index 92278b25e24f..58b9d8e54e80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jean Pierre Cimalando <jp-dev@inbox.ru>
pkgname=smf-dsp-git
_pkgname=smf-dsp
-pkgver=0.0.0.r242.g97a3b30
+pkgver=0.0.0.r283.gf080e27
pkgrel=1
epoch=
pkgdesc="Advanced MIDI file player, including various chip music synths"
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/jpcima/smf-dsp"
license=('Boost')
groups=()
-depends=('sdl2' 'sdl2_image' 'libsoundio' 'jack' 'alsa-lib' 'libuv' 'icu' 'xdg-utils')
+depends=('sdl2' 'sdl2_image' 'libsoundio' 'jack' 'alsa-lib' 'libuv' 'glib2' 'hicolor-icon-theme')
makedepends=('git' 'cmake')
checkdepends=()
optdepends=()