diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-08 13:13:22 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-09 13:51:01 +0200 |
commit | 1ba182eeef52b5bb5a6ecc21868bdff72230be38 (patch) | |
tree | e86816373febd25fae7bd83225679ff4a078e3f2 | |
parent | 2fdf41ad4b69faabe00d4a6ca7e3e17d4c05f22d (diff) |
community/libchamplain: rebuild w/ vala 0.52.1
While not strictly necessary, the new vala version introduces many fixes
in the codegen and also fixes things like memory leaks
-rw-r--r-- | community/libchamplain/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libchamplain/APKBUILD b/community/libchamplain/APKBUILD index 476b8be283a..4d8ec151fc4 100644 --- a/community/libchamplain/APKBUILD +++ b/community/libchamplain/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libchamplain pkgver=0.12.20 -pkgrel=2 +pkgrel=3 pkgdesc="libchamplain is a C library providing a ClutterActor to display maps" url="https://wiki.gnome.org/Projects/libchamplain" arch="all" |