aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-19 08:48:17 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-24 20:55:39 +0100
commite34b39e7dbb57751fb7b72d3328b414012f203f0 (patch)
tree0fee7fa2907a87f161047b14181c4157fef0e8e6 /main
parentb5b5a5b646a24138f04841f9ee3fd341d34c8805 (diff)
downloadaports-e34b39e7dbb57751fb7b72d3328b414012f203f0.tar.bz2
aports-e34b39e7dbb57751fb7b72d3328b414012f203f0.tar.xz
main/vala: upgrade to 0.46.5
Diffstat (limited to 'main')
-rw-r--r--main/vala/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/vala/APKBUILD b/main/vala/APKBUILD
index 81c96866ec..44fb101909 100644
--- a/main/vala/APKBUILD
+++ b/main/vala/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=vala
-pkgver=0.46.4
+pkgver=0.46.5
pkgrel=0
pkgdesc="Compiler for the GObject type system"
url="https://wiki.gnome.org/Projects/Vala"
@@ -15,8 +15,6 @@ checkdepends="dbus-x11"
source="https://download.gnome.org/sources/vala/${pkgver%.*}/vala-$pkgver.tar.xz"
build() {
- cd "$builddir"
-
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,13 +23,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="b0f8fb2cbcb864df50db75c4fb89a0ddde8aae442fd7685d5b505dfb40d87ccdf66a9726763a6c402ddec453507f8b2ff452d45f9109fe199d8c37c47e063eef vala-0.46.4.tar.xz"
+sha512sums="eb1763d9c4bfe74441640f7228d44ff7cfd9a379b24b8aa906bc59be4514b319598ffee616d3de1db101134bb163715f33dd1d7a0a10ec03246c7ccf62a4778b vala-0.46.5.tar.xz"