mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/vala: upgrade to 0.44.11
This commit is contained in:
parent
4e358d491c
commit
05f7d5b091
@ -2,7 +2,7 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||
pkgname=vala
|
||||
pkgver=0.44.5
|
||||
pkgver=0.44.11
|
||||
pkgrel=0
|
||||
pkgdesc="Compiler for the GObject type system"
|
||||
url="https://wiki.gnome.org/Projects/Vala"
|
||||
@ -17,8 +17,6 @@ source="https://download.gnome.org/sources/vala/${pkgver%.*}/vala-$pkgver.tar.xz
|
||||
version.patch"
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
|
||||
default_prepare
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/vala/issues/809
|
||||
@ -28,8 +26,6 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -38,14 +34,12 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="898ed675e0bdfac1ca2367363f6a5b930f021b3b6bc848314b8c1d43f37a312abfc54492eaa5e35f0d83b5b688fe27e5555ea46f1aba89a92cde7e6e8173d4fe vala-0.44.5.tar.xz
|
||||
sha512sums="6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540 vala-0.44.11.tar.xz
|
||||
2c999fb516dd6ed74cb05307c0725bb20d6112cd1a2427a742a9856e1167fe39f9a71253f4dd9d0f53a88a9f29229063e53262b8257f60a71d0cfb168e3f7eb8 version.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user