diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 19:40:08 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-28 15:12:38 +0000 |
commit | 08824c6305acc2bac05566a86a554060495b5c5d (patch) | |
tree | 19e7713aa4014269c255d58e1fec09ed44cccd80 /main/giflib | |
parent | af34201f5e4a0df58b40e01b3a92cba7809c98b3 (diff) | |
download | aports-08824c6305acc2bac05566a86a554060495b5c5d.tar.bz2 aports-08824c6305acc2bac05566a86a554060495b5c5d.tar.xz |
main/giflib: upgrade to 5.2.1
Diffstat (limited to 'main/giflib')
-rw-r--r-- | main/giflib/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/giflib/APKBUILD b/main/giflib/APKBUILD index 6a31c5834d..0fa6d02dd5 100644 --- a/main/giflib/APKBUILD +++ b/main/giflib/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=giflib -pkgver=5.1.9 +pkgver=5.2.1 pkgrel=0 pkgdesc="A library for reading and writing GIF images" url="https://sourceforge.net/projects/giflib/" @@ -9,7 +9,7 @@ license="MIT" subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" makedepends="xmlto" checkdepends="coreutils" -source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 +source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz giflib-restore-deprecated-functions.patch" build() { @@ -25,6 +25,7 @@ check() { package() { cd "$builddir" make DESTDIR="$pkgdir" PREFIX=/usr install + rm -f "$pkgdir"/usr/lib/*.a } utils() { @@ -33,5 +34,5 @@ utils() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="f1e0c91fb90c7bf3f2b073f79b1bd4041df5178ff2e5b93975158fc2c6dd6c8ac888f8ff95c3a1804f988ce09154539c20a3196a40704b4d42a0f5846155e0ea giflib-5.1.9.tar.bz2 +sha512sums="4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736 giflib-5.2.1.tar.gz fdc4a46e4a61e15e14ad712f164a3595902da700c3280ef3ec6fae345118c055eefb1eb73bb755078d0ea1f6112fa4a2b8edf9d918017e0bdf413497d15e1eaf giflib-restore-deprecated-functions.patch" |