aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ostree
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-06-20 08:12:45 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-06-20 07:28:09 +0000
commit31d2128ee793c38f44599274b6893fcc30b844ed (patch)
tree1b2059d9801e861a1c728bf3abdd88503a5ff839 /testing/ostree
parent22e105232b44327e75de33b8750d1329086ba801 (diff)
downloadaports-31d2128ee793c38f44599274b6893fcc30b844ed.tar.bz2
aports-31d2128ee793c38f44599274b6893fcc30b844ed.tar.xz
testing/ostree: upgrade to 2017.7
Diffstat (limited to 'testing/ostree')
-rw-r--r--testing/ostree/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/ostree/APKBUILD b/testing/ostree/APKBUILD
index 34769093d6..66229dfae1 100644
--- a/testing/ostree/APKBUILD
+++ b/testing/ostree/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=ostree
-pkgver=2017.6
+pkgver=2017.7
pkgrel=0
pkgdesc="Operating system and container binary deployment and upgrades"
url="https://github.com/ostreedev/ostree"
@@ -28,17 +28,16 @@ build() {
--sbindir=/usr/bin \
--libexecdir=/usr/lib \
--disable-static \
- --disable-glibtest \
- || return 1
+ --disable-glibtest
- make || return 1
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="a17b8020df1e411a439f53e0ba9f497cf1e4f04809a526ba91f531e664e8f2b217cac6336faf8cbd7bb5273a9eceeac3d0440ec1a3c64446e0a05812aa71f260 libostree-2017.6.tar.xz
+sha512sums="afd93e81abe020268d9f147293f2f6921e7f5750e21a391d8de388ac04689e78b9898517fc2a9715b9b50f6e9e59347f1eefaecb991e7f8c516818f7f9733388 libostree-2017.7.tar.xz
539f5020f3380e841372f80c60c71c803ccfeffb719f1b83361b75557022c61d9cd29d9cd36929426420644def9de91fd92f5dd6923352f2ae6e1dd4b676de8c musl-fixes.patch"