diff options
author | Bill Sprinters <sharkytheshark@mailbox.org> | 2021-12-22 21:47:51 +1100 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2021-12-22 10:55:29 +0000 |
commit | 003930687a5a8806a4eb7b9102e3fccc13ca87eb (patch) | |
tree | 1cabdf19ac336b3d497ebac34e7fcf1f6e0de0c9 | |
parent | e50799cebd412d4d2ea80028f73d3e9166ada7df (diff) | |
download | aports-patches/3827.tar.gz aports-patches/3827.tar.bz2 aports-patches/3827.tar.xz |
community/audacity: rebuild against c++ abi 1016patches/3827
-rw-r--r-- | community/audacity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/audacity/APKBUILD b/community/audacity/APKBUILD index c5d9b72fd0..9806000a36 100644 --- a/community/audacity/APKBUILD +++ b/community/audacity/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=audacity pkgver=2.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="Multitrack audio editor" url="https://www.audacityteam.org/" arch="all" |