diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 10:28:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:09:33 +0100 |
commit | 4473afafcd395824535e4ebcf651dfbda09633ea (patch) | |
tree | 7a70dd991fdd56764065f9f938cf933de594f570 /main/ccache/APKBUILD | |
parent | d75cdc680db8a366e6af42c1a0c4378db60eeead (diff) | |
download | aports-4473afafcd395824535e4ebcf651dfbda09633ea.tar.bz2 aports-4473afafcd395824535e4ebcf651dfbda09633ea.tar.xz |
main/ccache: upgrade to 3.7.6
Diffstat (limited to 'main/ccache/APKBUILD')
-rw-r--r-- | main/ccache/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD index b9bdae81fc..c1fd9557a5 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ccache -pkgver=3.7.5 +pkgver=3.7.6 _pkgver=$pkgver pkgrel=0 pkgdesc="A fast C/C++ compiler cache" @@ -16,12 +16,10 @@ source="https://github.com/ccache/ccache/releases/download/v$pkgver/ccache-$pkgv prepare() { default_prepare - cd "$builddir" update_config_sub } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -33,12 +31,10 @@ build() { } check() { - cd "$builddir" make test } package() { - cd "$builddir" install -Dm 755 ccache "$pkgdir"/usr/bin/ccache install -Dm 644 doc/ccache.1 "$pkgdir"/usr/share/man/man1/ccache.1 @@ -51,4 +47,4 @@ package() { done } -sha512sums="d66eb9d923c3e4663242a034860bd198175e08274a295b6d5d94e6cd69fe32afa3fb8c228d64d5c5dda025e6f97d0aef0586ce4dbd66e8ce3a23093331f1841f ccache-3.7.5.tar.xz" +sha512sums="c92a699b9761bbbde1666a9bc2718070a5beb24f7054d91226790c7903fe2e26a02d0782822bc811aaffcd88df3cd3e011a19061eb69569ed7140765cef8d6ba ccache-3.7.6.tar.xz" |