mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/rhythmbox: fix
This commit is contained in:
parent
1aa7ce7c6d
commit
b5f52c6f45
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --disable-more-warnings to silence -Wcast-align on 32bit
|
||||
# - set !makeflags to build -j1 - RAM constraints with itstool
|
||||
|
||||
pkgname=rhythmbox
|
||||
pkgver=3.4.2+4+ge123ad533
|
||||
|
@ -27,7 +28,7 @@ optdepends=('gst-plugins-ugly: Extra media codecs'
|
|||
'libgpod: Portable Players - iPod plugin'
|
||||
'libmtp: Portable Players - MTP plugin'
|
||||
'gvfs-mtp: Portable Players - Android plugin')
|
||||
options=('!emptydirs')
|
||||
options=('!emptydirs' '!makeflags')
|
||||
_commit=e123ad533503b231f68612fcb92884c0f391c5b0 # master
|
||||
source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
|
Loading…
Reference in a new issue