aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rhythmbox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-24 11:41:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-24 11:41:37 +0000
commit22539104940ce9259e9b5d8b26414a30482a5d64 (patch)
treef6d6880cf6e9d6835382b496b5ff54badbaf074d /testing/rhythmbox/APKBUILD
parent1bbdb7b9f2ad6fee7f1a7ef20888939514fe47e4 (diff)
downloadaports-22539104940ce9259e9b5d8b26414a30482a5d64.tar.bz2
aports-22539104940ce9259e9b5d8b26414a30482a5d64.tar.xz
testing/rhythmbox: fix gstreamer/gst-plugins-base dependency
Diffstat (limited to 'testing/rhythmbox/APKBUILD')
-rw-r--r--testing/rhythmbox/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rhythmbox/APKBUILD b/testing/rhythmbox/APKBUILD
index 4c4c877345..39e0e90c9a 100644
--- a/testing/rhythmbox/APKBUILD
+++ b/testing/rhythmbox/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=rhythmbox
pkgver=3.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME audio player"
url="http://wiki.gnome.org/Apps/Rhythmbox"
arch="all"
license="GPL"
depends="py3-gobject3"
-depends_dev="gnome-desktop-dev gstreamer1-dev libpeas-dev"
-makedepends="$depends_dev tdb-dev libsoup-dev json-glib-dev totem-pl-parser-dev gmime-dev libmtp-dev gst-plugins-base1-dev py-gobject3-dev libxslt libxml2-utils docbook-xml docbook-xsl itstool intltool"
+depends_dev="gnome-desktop-dev gstreamer-dev libpeas-dev"
+makedepends="$depends_dev tdb-dev libsoup-dev json-glib-dev totem-pl-parser-dev gmime-dev libmtp-dev gst-plugins-base-dev py-gobject3-dev libxslt libxml2-utils docbook-xml docbook-xsl itstool intltool"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/rhythmbox/3.4/rhythmbox-$pkgver.tar.xz"