update stuff
This commit is contained in:
parent
f9c668747c
commit
7d4f9ddc40
4
PKGBUILD
4
PKGBUILD
@ -11,17 +11,15 @@ depends=()
|
|||||||
source=("git+https://github.com/bedrocklinux/bedrocklinux-userland.git")
|
source=("git+https://github.com/bedrocklinux/bedrocklinux-userland.git")
|
||||||
install=bedrocklinux-installer-git.install
|
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')
|
sha1sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${_dirname}"
|
cd "${srcdir}/${_dirname}"
|
||||||
git checkout 0.7 > /dev/null 2>&1
|
|
||||||
echo $(head -n 1 ReleaseNotes.md | cut -c2-7)
|
echo $(head -n 1 ReleaseNotes.md | cut -c2-7)
|
||||||
}
|
}
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${_dirname}"
|
cd "${srcdir}/${_dirname}"
|
||||||
git checkout 0.7
|
|
||||||
make SKIPSIGN=true
|
make SKIPSIGN=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user