Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing/gyp: upgrade to 20190716 #12144

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions testing/gyp/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=gyp
pkgver=20190707
_commit=aca1e2c3d346d704adfa60944e6b4dd06f4728be
pkgver=20190716
_commit=fcd686f1880fa52a1ee78d3e98af1b88cb334528
pkgrel=0
pkgdesc="Generate Your Projects Meta-Build system"
options="!check" # Tests currently fail
Expand All @@ -21,4 +21,9 @@ package() {
python2 setup.py install --root="$pkgdir"
}

sha512sums="bfe8484290e7216888c001638a5b6e42fc254ecf13320c9398a1c2a71e968f8338aebe2fe6edc64de3fe75203ad704bd8976caef21affe21f97430b838fefc52 aca1e2c3d346d704adfa60944e6b4dd06f4728be.tar.gz"
cleanup_srcdir() {
[ -d src ] && chmod -R +w src
OTLabs marked this conversation as resolved.
Show resolved Hide resolved
default_cleanup_srcdir
}

sha512sums="df0f97d44d37f2055885ecfe9b72db407cc537bb3c309537fa9a206807fd2e25ea3bda8a900fb81dbd12489eb5e806f2aead5e37c32e8c6d7c531735e3439069 fcd686f1880fa52a1ee78d3e98af1b88cb334528.tar.gz"