summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-03-07 21:28:12 +0100
committerMartchus2023-03-07 21:28:12 +0100
commit4ba2295f65a7f89116211a4254d82234802b17af (patch)
treed5a296a30e9ba0bd3b337c55052251d1a647f4f8
parent60bf614db7e6376e05b882ff877a272bac2cdc7c (diff)
downloadaur-4ba2295f65a7f89116211a4254d82234802b17af.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d51b0abfd5d..add9d1598434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-tageditor
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
- pkgver = 3.7.7
+ pkgver = 3.7.8
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -25,7 +25,7 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.7.7.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.7.tar.gz
- sha256sums = 1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074
+ source = tageditor-3.7.8.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.8.tar.gz
+ sha256sums = 7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 5dc2c069a331..1c9627aa8062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=3.7.7
+pkgver=3.7.8
pkgrel=1
arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
@@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n
[[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074')
+sha256sums=('7d1267b94092990b64584a5bf980847c5fe44f9e78e5b06e2e555a07e301cadd')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')