summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-05-11 17:16:55 +0200
committerMartchus2018-05-11 17:16:55 +0200
commit54d25d90740667fe8efca987764063378412f000 (patch)
tree3a3b6b2b7c04f00dab2b5f31b52daf81eae4cbe0
parent82024bbbb03be8909c6d9bdb226593d9db91152c (diff)
downloadaur-54d25d90740667fe8efca987764063378412f000.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b00b26eb8482..36a7ab4b2f5c 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.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = any
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-tageditor
options = staticlibs
options = !strip
options = !emptydirs
- source = tageditor-3.0.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.0.0.tar.gz
- sha256sums = 64aa5d43277c3e1aacf197f67aa642649727c271be49599ac7c6af5f9111f7e8
+ source = tageditor-3.0.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.0.1.tar.gz
+ sha256sums = ba74778d4b556159bcdf61a5b739b97f61e0dfbaea44ce0f63632ecb5baa923a
pkgname = mingw-w64-tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 99e9784f292a..8e20a57acffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _json_export=ON
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
-pkgver=3.0.0
+pkgver=3.0.1
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')
[[ $_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=('64aa5d43277c3e1aacf197f67aa642649727c271be49599ac7c6af5f9111f7e8')
+sha256sums=('ba74778d4b556159bcdf61a5b739b97f61e0dfbaea44ce0f63632ecb5baa923a')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -47,7 +47,7 @@ build() {
-DENABLE_JSON_EXPORT:BOOL="${_json_export}" \
-DREFLECTION_GENERATOR_EXECUTABLE:FILEPATH='/usr/bin/reflective_rapidjson_generator' \
-DREFLECTION_GENERATOR_TRIPLE:STRING="${_arch}" \
- -DREFLECTION_GENERATOR_INCLUDE_DIRECTORIES="/usr/lib/gcc/${_arch}/${gcc_version}/include;/usr/${_arch}/include/c++/${gcc_version}/${_arch};/usr/${_arch}/include" \
+ -DREFLECTION_GENERATOR_INCLUDE_DIRECTORIES="/usr/lib/gcc/${_arch}/${gcc_version}/include;/usr/${_arch}/include/c++/${gcc_version};/usr/${_arch}/include/c++/${gcc_version}/${_arch};/usr/${_arch}/include" \
../
make
popd