diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-01-15 08:57:22 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-15 09:35:09 +0100 |
| commit | 0ce71c17edafc3223a66ec62cd2e9bdb3f47e2f4 (patch) | |
| tree | c8a7744c84a2b4d8af9d5a364eb760523f69545f | |
| parent | 0872a667deef0cf873895309e0d121075e95d732 (diff) | |
| download | aports-0ce71c17edafc3223a66ec62cd2e9bdb3f47e2f4.tar.bz2 aports-0ce71c17edafc3223a66ec62cd2e9bdb3f47e2f4.tar.xz | |
main/snappy: upgrade to 1.1.8
| -rw-r--r-- | main/snappy/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/main/snappy/APKBUILD b/main/snappy/APKBUILD index 3386863626..3ad4a42437 100644 --- a/main/snappy/APKBUILD +++ b/main/snappy/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=snappy -pkgver=1.1.7 -pkgrel=1 +pkgver=1.1.8 +pkgrel=0 pkgdesc="Fast compression and decompression library" url="https://google.github.io/snappy/" arch="all" @@ -14,7 +14,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/google/snappy/archive/$pkgve " build() { - cd "$builddir" cmake . \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -24,12 +23,10 @@ build() { } check() { - cd "$builddir" ctest --verbose } package() { - cd "$builddir" make DESTDIR="$pkgdir" install local file; for file in AUTHORS CONTRIBUTING.md COPYING NEWS README.md \ @@ -38,5 +35,5 @@ package() { done } -sha512sums="32046f532606ba545a4e4825c0c66a19be449f2ca2ff760a6fa170a3603731479a7deadb683546e5f8b5033414c50f4a9a29f6d23b7a41f047e566e69eca7caf snappy-1.1.7.tar.gz +sha512sums="efe18ff1b3edda1b4b6cefcbc6da8119c05d63afdbf7a784f3490353c74dced76baed7b5f1aa34b99899729192b9d657c33c76de4b507a51553fa8001ae75c1c snappy-1.1.8.tar.gz a14b0159631beac628cf99cf9ad970631dfdbf607ca2c3911a64124d1133694689dc76a70f25d4f780ce7093584249905aec2926ef7a3d9350952f7648938392 optimize-mips-s390x.patch" |
