diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 18:04:44 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 19:34:06 +0100 |
commit | 5c402cd9e01e22eb89a27270df0f69bd6219b72f (patch) | |
tree | 45bcb7d80122876ffd3360522845fb09cfce7b06 | |
parent | e5ac4267d54dea1a46d34d3f8dc2588291a10e73 (diff) |
main/libxpm: upgrade to 3.5.13
-rw-r--r-- | main/libxpm/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/main/libxpm/APKBUILD b/main/libxpm/APKBUILD index a9c9bc59158..de514b92ac3 100644 --- a/main/libxpm/APKBUILD +++ b/main/libxpm/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxpm -pkgver=3.5.12 +pkgver=3.5.13 pkgrel=0 pkgdesc="X11 pixmap library" url="http://xorg.freedesktop.org/" @@ -8,14 +8,12 @@ arch="all" license="custom:BELL" options="!check" # No test suite. subpackages="$pkgname-dev $pkgname-doc" -depends= -makedepends="libxt-dev libxext-dev libx11-dev util-linux-dev util-macros" +makedepends="libxt-dev libxext-dev util-linux-dev util-macros" source="https://www.x.org/releases/individual/lib/libXpm-$pkgver.tar.bz2" builddir="$srcdir"/libXpm-$pkgver build() { - cd "$builddir" ac_cv_search_gettext=no \ ./configure \ --build=$CBUILD \ @@ -26,10 +24,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="20f4627672edb2bd06a749f11aa97302 libXpm-3.5.12.tar.bz2" -sha256sums="fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec libXpm-3.5.12.tar.bz2" -sha512sums="a5707d5f758d577414101b0723af334fc8ac223e5b9f869994765735e1cbd8dafed48ea2851ebc479fecaf84381bfd5fbef842ec971a487f7fa9e77d54d3a17e libXpm-3.5.12.tar.bz2" +sha512sums="3b8f6e926272f39b1d95135c2274c00f5aaee1f9fb2ef79f71628df5edeb7ba20158819ef6a778101cc4092493a3b5b613c53634fdccadcc0fc85f0605e5e9a5 libXpm-3.5.13.tar.bz2" |