diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-18 17:52:57 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-19 09:39:41 +0000 |
commit | 140af0f627489b836a8681a9ae14e4ab9cf21237 (patch) | |
tree | eca38d340b07abedc3257cd94a47e154b59db4c6 /main | |
parent | 27fb75f3baf59a8bdcfd4f247f7ae1c62fa5e83b (diff) | |
download | aports-140af0f627489b836a8681a9ae14e4ab9cf21237.tar.bz2 aports-140af0f627489b836a8681a9ae14e4ab9cf21237.tar.xz |
main/fltk: upgrade to 1.3.5
Diffstat (limited to 'main')
-rw-r--r-- | main/fltk/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/main/fltk/APKBUILD b/main/fltk/APKBUILD index a8ae3fe9f7..392799ee1b 100644 --- a/main/fltk/APKBUILD +++ b/main/fltk/APKBUILD @@ -1,20 +1,17 @@ # Contributor: ScrumpyJack <scrumpyjack@st.ilet.to> # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=fltk -pkgver=1.3.4 -pkgrel=2 +pkgver=1.3.5 +pkgrel=0 pkgdesc="A cross-platform C++ GUI toolkit" url="http://fltk.org" arch="all" options="!check" # No test suite. license="LGPL-2.0-only WITH FLTK-exception" -depends="" depends_dev="libx11-dev libxext-dev libxft-dev mesa-dev libxinerama-dev" makedepends="$depends_dev libpng-dev libjpeg-turbo-dev" subpackages="$pkgname-doc $pkgname-dev $pkgname-fluid" -source="http://fltk.org/pub/fltk/$pkgver/$pkgname-$pkgver-source.tar.gz - " -builddir="$srcdir/$pkgname-$pkgver" +source="http://fltk.org/pub/fltk/$pkgver/fltk-$pkgver-source.tar.gz" build() { cd "$builddir" @@ -44,6 +41,4 @@ fluid() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -md5sums="c0e43ac259ac8c5d0f7634566e21e3f8 fltk-1.3.4-source.tar.gz" -sha256sums="c8ab01c4e860d53e11d40dc28f98d2fe9c85aaf6dbb5af50fd6e66afec3dc58f fltk-1.3.4-source.tar.gz" -sha512sums="92c236e426ad9b2a2954a6fc401bc9bf4c4c46d47b08f8c9b879da6031ac158ef9b944f28a8bea64d18072d1af8ceaa09c00abebd745fb76dd628636424446c2 fltk-1.3.4-source.tar.gz" +sha512sums="db7ea7c5f3489195a48216037b9371a50f1119ae7692d66f71b6711e5ccf78814670581bae015e408dee15c4bba921728309372c1cffc90113cdc092e8540821 fltk-1.3.5-source.tar.gz" |