summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2023-10-10 08:40:12 +0200
committerkleintux2023-10-10 08:40:12 +0200
commit6b462748e6b8ece1c8567b3f17a70ef5e68e2a1d (patch)
treec7f91089f33dee72daf7de121b590e866445f7d0 /PKGBUILD
parent299f456946024d5798e525407cd1180a4e6fdac9 (diff)
downloadaur-6b462748e6b8ece1c8567b3f17a70ef5e68e2a1d.tar.gz
update to 3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed826450554c..069daf9b60b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Petar Benke <makepkg@benke.co.uk>
pkgname=cutmp3
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="Edit mp3 (and mp2) files without quality loss"
arch=('any')
@@ -10,11 +10,10 @@ url="https://www.puchalla-online.de/cutmp3.html"
license=('GPL')
depends=('readline')
source=("https://github.com/tarjanm-movidius/cutmp3/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('9b949de184570698b00c001f8762f4c507b6b4e86fe9ac362ca6250bcd8f08d2')
+sha256sums=('7fde60cbf9c57b1697cb86f9f95d073dbabb4281df2a3899861e0bd1531cbd01')
build() {
cd "${pkgname}-${pkgver}"
- CFLAGS=-Wno-error=format-security
make
}