summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-11-02 18:02:46 -0500
committergraysky2015-11-02 18:02:46 -0500
commit45824e937b2cf3d2127c95fbb41ab53d4661e018 (patch)
tree15aa7ad4ecf9d31b1fad535d8a08854db550539e
parent7a3cd8659a0300876be5452779209c72ed3d687c (diff)
downloadaur-45824e937b2cf3d2127c95fbb41ab53d4661e018.tar.gz
Update to 2.73-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958e624f96e3..4745fe5c9516 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 = 5
+ pkgver = 2.73
+ pkgrel = 1
url = https://github.com/ZivaVatra/flac2all
arch = any
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = flac2all
optdepends = vorbis-tools: for ogg support
optdepends = opus-tools: for opus support
conflicts = flac2all-svn
- source = https://github.com/graysky2/flac2all/archive/v3.71.tar.gz
- sha256sums = 57026366350d1d399895611e6b30a3f2e15856afc03981a175cdab4b0e37c07b
+ source = https://github.com/ZivaVatra/flac2all/archive/v2.73.tar.gz
+ sha256sums = 11a44717e9dad781e27434c4182a28d1a3c9a6f661bfad4d9168457370797286
pkgname = flac2all
diff --git a/PKGBUILD b/PKGBUILD
index 2e2d30662691..c655485ee48e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=flac2all
-pkgver=3.71
-pkgrel=5
+pkgver=2.73
+pkgrel=1
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"
@@ -14,8 +14,8 @@ optdepends=('lame: for mp3 support'
'opus-tools: for opus 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=('57026366350d1d399895611e6b30a3f2e15856afc03981a175cdab4b0e37c07b')
+source=("https://github.com/ZivaVatra/flac2all/archive/v$pkgver.tar.gz")
+sha256sums=('11a44717e9dad781e27434c4182a28d1a3c9a6f661bfad4d9168457370797286')
package() {
cd "$pkgname-$pkgver"