summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-05 18:02:10 +0200
committerMartchus2023-04-05 18:02:10 +0200
commit26d0bc49c379d27344b27695327d71ddbd39dc69 (patch)
tree0d1226ddceaf5b7656e78bcc93d7bbe0e4374778
parent73c0c032ed5af13aeac995cc41af7ef0f803ac84 (diff)
downloadaur-26d0bc49c379d27344b27695327d71ddbd39dc69.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 2587e4d78772..e0596057a52d 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.8
+ pkgver = 3.7.9
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.8.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.8.tar.gz
- sha256sums = b7a4dda13c6e35fa6027b23efbecb975ff58d33d4c45cb23ba22b1a493a649b3
+ source = tageditor-3.7.9.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.9.tar.gz
+ sha256sums = 987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index c5301c2704b8..006c74fdd0e9 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.8
+pkgver=3.7.9
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=('b7a4dda13c6e35fa6027b23efbecb975ff58d33d4c45cb23ba22b1a493a649b3')
+sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')