summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-10-04 05:29:48 -0400
committergraysky2015-10-04 05:29:48 -0400
commit7a3cd8659a0300876be5452779209c72ed3d687c (patch)
tree98de752efb5387d9eeb292318db900e864f27365
parentede1d2133a2c62ebccd3891458e705aa55e43db5 (diff)
downloadaur-7a3cd8659a0300876be5452779209c72ed3d687c.tar.gz
Update to 3.71-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a35176c42f9..958e624f96e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flac2all
pkgdesc = Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata.
pkgver = 3.71
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/ZivaVatra/flac2all
arch = any
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = flac2all
optdepends = opus-tools: for opus support
conflicts = flac2all-svn
source = https://github.com/graysky2/flac2all/archive/v3.71.tar.gz
- sha256sums = 2bae1c535dad613f659ea42e8c769f4bb9a89b940edfbeaee60e8561ffcf77e8
+ sha256sums = 57026366350d1d399895611e6b30a3f2e15856afc03981a175cdab4b0e37c07b
pkgname = flac2all
diff --git a/PKGBUILD b/PKGBUILD
index c03a3a264f76..2e2d30662691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flac2all
pkgver=3.71
-pkgrel=4
+pkgrel=5
pkgdesc="Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata."
arch=('any')
url="https://github.com/ZivaVatra/flac2all"
@@ -15,7 +15,7 @@ optdepends=('lame: for mp3 support'
# graysky is temp hosting on his github until Ziva tags his releases
source=("https://github.com/graysky2/flac2all/archive/v$pkgver.tar.gz")
-sha256sums=('2bae1c535dad613f659ea42e8c769f4bb9a89b940edfbeaee60e8561ffcf77e8')
+sha256sums=('57026366350d1d399895611e6b30a3f2e15856afc03981a175cdab4b0e37c07b')
package() {
cd "$pkgname-$pkgver"