diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 00:58:41 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-10 00:58:41 +0100 |
commit | 2234e1dd5c007bd3eb144a24947b1153be8c9e42 (patch) | |
tree | 6ee9b5daeca32a1545f746f15095c0357f20adcf /pcr | |
parent | 4529806b37d7e15ea64d7217d27b027c62cc7b6e (diff) | |
download | abslibre-2234e1dd5c007bd3eb144a24947b1153be8c9e42.tar.gz abslibre-2234e1dd5c007bd3eb144a24947b1153be8c9e42.tar.bz2 abslibre-2234e1dd5c007bd3eb144a24947b1153be8c9e42.zip |
pcr/gradio: updated to 7.2
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/gradio/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/pcr/gradio/PKGBUILD b/pcr/gradio/PKGBUILD index a28a6ca27..545c7638e 100644 --- a/pcr/gradio/PKGBUILD +++ b/pcr/gradio/PKGBUILD @@ -1,21 +1,24 @@ # Maintainer (AUR): ELmoussaoui Bilal <bil.elmoussaoui@gmail.com> -# Maaintainer: Freemor <freemor@freemor.ca> +# Maintainer (AUR): Julien Nicoulaud <julien dot nicoulaud at gmail dot com> +# Maintainer: Freemor <freemor@freemor.ca> pkgname=gradio _pkgname=Gradio -pkgver=7.1 -pkgrel=1 +pkgver=7.2 +pkgrel=2 pkgdesc='A GTK3 app for finding and listening to internet radio stations' -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64') +arch+=('armv7h') license=('GPL3') url="https://github.com/haecker-felix/gradio" depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly' 'gst-plugins-bad' 'gtk3' 'gobject-introspection' 'gst-plugins-base' 'gst-plugins-good' 'json-glib' 'libgee' 'sqlite3' 'libsoup') +optdepends=('gst-libav: H.264 video streaming') makedepends=('gnome-common' 'meson' 'gettext' 'appstream-glib' 'vala' 'yelp-tools') options=('!emptydirs') source=("${url}/archive/v${pkgver}.tar.gz") -sha256sums=('7b350583124f00f9030daaf4042cd54c9d340d67124dad298266d2dfa81ba766') +sha256sums=('5a85d7d4afb1424e46c935114b268e4a65de2629d60f48eccd75d67ff4b113d2') conflicts=('gradio-git' 'gradio-bin') provides=("gradio=${pkgver}") |