summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baadc815a328..21f1ae4a96ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 18:24:10 UTC 2016
+# Wed Apr 27 13:08:06 UTC 2016
pkgbase = mpd
- pkgdesc = Flexible, powerful, server-side application for playing music. Minmal version with only flac playback through socket connection.
+ pkgdesc = Flexible, powerful, server-side application for playing music. Minimal version with only flac playback through socket connection.
pkgver = 0.19.14
pkgrel = 1
url = http://www.musicpd.org/
install = mpd.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = boost
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index 232021d44a69..031098fbec6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <bruno.n.pagani at gmail dot com>
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <bruno.n.pagani@gmail.com>
pkgbase=mpd
pkgname=mpd-minimal
pkgver=0.19.14
pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music. Minmal version with only flac playback through socket connection.'
+pkgdesc='Flexible, powerful, server-side application for playing music. Minimal version with only flac playback through socket connection.'
url='http://www.musicpd.org/'
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
depends=('alsa-lib' 'flac' 'glib2' 'icu' 'libmpdclient' 'sqlite') # 'libsystemd'
makedepends=('boost')
provides=("mpd=$pkgver")