diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 16:34:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 16:34:02 +0000 |
commit | 22f35fe9d8fd77bc5eaa9f6642e6782837c15523 (patch) | |
tree | 9c7ed5e23d5d6513dc15a8d9647e8330b8337e01 /testing | |
parent | 6fb2dac8c64f250b5328ab644ac9609786ff2847 (diff) | |
download | aports-22f35fe9d8fd77bc5eaa9f6642e6782837c15523.tar.bz2 aports-22f35fe9d8fd77bc5eaa9f6642e6782837c15523.tar.xz |
testing/rhythmbox: fix typo
Diffstat (limited to 'testing')
-rw-r--r-- | testing/rhythmbox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rhythmbox/APKBUILD b/testing/rhythmbox/APKBUILD index f1bb79ffe8..1dedf83cdd 100644 --- a/testing/rhythmbox/APKBUILD +++ b/testing/rhythmbox/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.4.2 pkgrel=0 pkgdesc="GNOME audio player" url="http://wiki.gnome.org/Apps/Rhythmbox" -arch="all !s390x"" +arch="all !s390x" license="GPL" depends="py3-gobject3" depends_dev="gnome-desktop-dev gstreamer-dev libpeas-dev" |