diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-08 13:15:10 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-09 13:51:03 +0200 |
commit | da6b8555087b99da232d89a58f660eb8c1d3b548 (patch) | |
tree | 1f7c2951677f422baafe49a345a3359fc4f68acd | |
parent | 4419462fe54773e8040400567b36b0a6896a5111 (diff) |
community/msitools: 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/msitools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/msitools/APKBUILD b/community/msitools/APKBUILD index 59a8a4481f9..789d4510091 100644 --- a/community/msitools/APKBUILD +++ b/community/msitools/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=msitools pkgver=0.101 -pkgrel=0 +pkgrel=1 pkgdesc="Set of programs to inspect and build Windows Installer (.MSI) files" url="https://wiki.gnome.org/msitools" # mips(64): test failures |