diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:03:08 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:03:47 -0300 |
commit | 4ae992c7794f24aae6dbd4938b080153199f6ed4 (patch) | |
tree | b3050bebeb6d7ebd72407cf616933cb257da4694 | |
parent | 78b85af71de7d36504b03b089ff437df03d06ea0 (diff) | |
download | aports-4ae992c7794f24aae6dbd4938b080153199f6ed4.tar.bz2 aports-4ae992c7794f24aae6dbd4938b080153199f6ed4.tar.xz |
community/fbida: fix url
-rw-r--r-- | community/fbida/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/community/fbida/APKBUILD b/community/fbida/APKBUILD index 15f6aa705c..aace298479 100644 --- a/community/fbida/APKBUILD +++ b/community/fbida/APKBUILD @@ -2,22 +2,18 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=fbida pkgver=2.13 -pkgrel=0 +pkgrel=1 pkgdesc="Few applications to display and elementary edit images" -url="http://www.kraxel.org/blog/linux/$pkgname/" +url="https://www.kraxel.org/blog/linux/$pkgname/" arch="all" -license="GPL-2.0" -depends="" -depends_dev="" +license="GPL-2.0-only" makedepends="freetype-dev fontconfig-dev libdrm-dev libexif-dev motif-dev libepoxy-dev libpng-dev tiff-dev giflib-dev jpeg-dev linux-headers perl" -install="" subpackages="$pkgname-fbgs:_tool $pkgname-exiftran:_tool $pkgname-fbi:_tool $pkgname-ida:_tool $pkgname-doc" source="https://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz no-pdf.patch" -builddir="$srcdir"/$pkgname-$pkgver build() { make verbose=yes -C "$builddir" |