diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 00:09:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 00:09:09 -0300 |
commit | 9b8636782f7858e37d23f8121dc4d57b55045dfd (patch) | |
tree | 2d8df5c668d0f2daa0aab80186f4e97496ff3ea4 | |
parent | db8f44916f3101d7b7c8cd97a21e8df7f7b8f8dd (diff) | |
download | aports-9b8636782f7858e37d23f8121dc4d57b55045dfd.tar.gz aports-9b8636782f7858e37d23f8121dc4d57b55045dfd.tar.bz2 aports-9b8636782f7858e37d23f8121dc4d57b55045dfd.tar.xz |
community/spice-gtk: modernize
-rw-r--r-- | community/spice-gtk/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/spice-gtk/APKBUILD b/community/spice-gtk/APKBUILD index 98a95838e8..3fb2015f46 100644 --- a/community/spice-gtk/APKBUILD +++ b/community/spice-gtk/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spice-gtk pkgver=0.37 -pkgrel=2 -pkgdesc="A GTK+ widget for SPICE clients" -url="http://spice-space.org/page/Spice-Gtk" +pkgrel=3 +pkgdesc="GTK+ widget for SPICE clients" +url="https://www.spice-space.org/spice-gtk.html" arch="all" -license="LGPL-2.0-or-later" +license="LGPL-2.1-or-later" makedepends=" meson gstreamer-dev |