diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 16:48:22 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 17:42:28 +0100 |
| commit | 510c4c9b2d930a8efa2fbdd3dc887e27eb2ab683 (patch) | |
| tree | 3f23df032ad1127d50aeb62cffc229c54d329104 | |
| parent | 0878ac0f6e3d39cd0a748735c88f825fe9e1b8a5 (diff) | |
| download | aports-510c4c9b2d930a8efa2fbdd3dc887e27eb2ab683.tar.bz2 aports-510c4c9b2d930a8efa2fbdd3dc887e27eb2ab683.tar.xz | |
community/gegl: fix url= and license=
| -rw-r--r-- | community/gegl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD index 0ad9a8f3c1..91abf599a4 100644 --- a/community/gegl/APKBUILD +++ b/community/gegl/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gegl pkgver=0.4.16 -pkgrel=3 +pkgrel=4 pkgdesc="Graph based image processing framework" -url="https://www.gegl.org/" +url="http://www.gegl.org/" arch="all !s390x" # Limited by librsvg -license="GPL-3.0 LGPL-3.0" +license="GPL-3.0-or-later AND LGPL-3.0-or-later" makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev lua5.1-dev gexiv2-dev json-glib-dev libraw-dev libwebp-dev pango-dev gdk-pixbuf-dev ffmpeg-dev vala" |
