aboutsummaryrefslogtreecommitdiffstats
path: root/community/ostree
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-06-23 02:17:01 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2018-06-30 21:24:12 +0200
commit6b6eb7d62d3ef9c50dd473dc4f52d8133eb56784 (patch)
treefeb88dfaf4dc76d60aef7f3bdead1a5e40974246 /community/ostree
parent2be0ddc6e070e2597767edd586fcdb861aa43550 (diff)
community/ostree: upgrade to 2018.6
Clarify license, remove SPDX license file.
Diffstat (limited to 'community/ostree')
-rw-r--r--community/ostree/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/ostree/APKBUILD b/community/ostree/APKBUILD
index ee9d9086578..f607f07f2c0 100644
--- a/community/ostree/APKBUILD
+++ b/community/ostree/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=ostree
-pkgver=2018.4
+pkgver=2018.6
pkgrel=0
pkgdesc="Operating system and container binary deployment and upgrades"
url="https://github.com/ostreedev/ostree"
arch="all"
-license="GPL"
+license="LGPL-2.0-or-later"
makedepends="bison glib-dev xz-dev libarchive-dev e2fsprogs-dev
libsoup-dev gpgme-dev fuse-dev linux-headers"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev"
source="https://github.com/ostreedev/ostree/releases/download/v$pkgver/libostree-$pkgver.tar.xz
musl-fixes.patch
"
@@ -36,8 +36,7 @@ build() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
- install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="a60613ac576fc86e448f4672017127fee83a36b2694a7888efb80b055291d17a613197525f4a3213febdc9527dfca2cd6d1337ac00a54afd2c41529a095987b4 libostree-2018.4.tar.xz
+sha512sums="619ca4987b498f27887fcf48cd10bb1b892ff0c69146dc1a422734d96046f261f16aea052564c9886dc3a0633b5b4cc71764ca68a6a1e5457d677b58d09d6b40 libostree-2018.6.tar.xz
539f5020f3380e841372f80c60c71c803ccfeffb719f1b83361b75557022c61d9cd29d9cd36929426420644def9de91fd92f5dd6923352f2ae6e1dd4b676de8c musl-fixes.patch"