summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d4bc9cb9de..158a02b4b432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cutmp3
pkgdesc = Edit mp3 (and mp2) files without quality loss
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = https://www.puchalla-online.de/cutmp3.html
arch = any
license = GPL
depends = readline
- source = https://github.com/tarjanm-movidius/cutmp3/archive/refs/tags/v3.0.2.tar.gz
- sha256sums = 9b949de184570698b00c001f8762f4c507b6b4e86fe9ac362ca6250bcd8f08d2
+ source = https://github.com/tarjanm-movidius/cutmp3/archive/refs/tags/v3.0.3.tar.gz
+ sha256sums = 7fde60cbf9c57b1697cb86f9f95d073dbabb4281df2a3899861e0bd1531cbd01
pkgname = cutmp3
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
}