update stuff

master
shark 5 years ago
parent f9c668747c
commit 7d4f9ddc40

@ -11,17 +11,15 @@ depends=()
source=("git+https://github.com/bedrocklinux/bedrocklinux-userland.git")
install=bedrocklinux-installer-git.install
makedepends=('make' 'gcc' 'git' 'autoconf' 'pkg-config' 'meson' 'ninja' 'fakeroot' 'gzip' 'libtool')
makedepends=('wget' 'make' 'gcc' 'git' 'autoconf' 'pkg-config' 'meson' 'ninja' 'fakeroot' 'gzip' 'libtool')
sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${_dirname}"
git checkout 0.7 > /dev/null 2>&1
echo $(head -n 1 ReleaseNotes.md | cut -c2-7)
}
build() {
cd "${srcdir}/${_dirname}"
git checkout 0.7
make SKIPSIGN=true
}

Loading…
Cancel
Save