diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-08 13:09:25 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-09 13:50:50 +0200 |
commit | 73a8de1811b5e1ea66c541413b01dd70f1bf6b1c (patch) | |
tree | 94bb96355cd2649155b2eb004f52bde926df4056 | |
parent | af08802e593445689cd2634a03e4be487327c95f (diff) | |
download | aports-73a8de1811b5e1ea66c541413b01dd70f1bf6b1c.tar.gz aports-73a8de1811b5e1ea66c541413b01dd70f1bf6b1c.tar.bz2 aports-73a8de1811b5e1ea66c541413b01dd70f1bf6b1c.tar.xz |
community/calls: 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/calls/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/calls/APKBUILD b/community/calls/APKBUILD index 2901bb7598..80cb114ad3 100644 --- a/community/calls/APKBUILD +++ b/community/calls/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=calls pkgver=0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="A phone dialer and call handler" arch="all !s390x !mips !mips64" # Blocked by libhandy url="https://gitlab.gnome.org/Community/Purism/calls" |