summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-04-25 15:59:43 -0400
committergraysky2016-04-25 15:59:43 -0400
commit480e8c74f3d8ec3ac03cecea2160a4566d6962a0 (patch)
tree647077d5056ef0318deda1fdf2eb0feaf740b6aa
parent7aef8999c40c8df8e409ee23b7619214604f59e4 (diff)
downloadaur-480e8c74f3d8ec3ac03cecea2160a4566d6962a0.tar.gz
Update to 2.75-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd0a0f5b1635..5f9b81012ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 20:27:01 UTC 2016
+# Mon Apr 25 19:59:43 UTC 2016
pkgbase = flac2all
pkgdesc = Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata.
- pkgver = 2.73
- pkgrel = 2
+ pkgver = 2.75
+ pkgrel = 1
url = https://github.com/ZivaVatra/flac2all
arch = any
license = GPL2
@@ -13,8 +13,8 @@ pkgbase = flac2all
optdepends = lame: for mp3 support
optdepends = vorbis-tools: for ogg support
conflicts = flac2all-svn
- source = https://github.com/ZivaVatra/flac2all/archive/v2.73.tar.gz
- sha256sums = 11a44717e9dad781e27434c4182a28d1a3c9a6f661bfad4d9168457370797286
+ source = https://github.com/ZivaVatra/flac2all/archive/v2.75.tar.gz
+ sha256sums = 9cfe80e2544b5c486b3468833e2034e4e6fa68c5a7a3f9a5c4e2f733c28d74aa
pkgname = flac2all
diff --git a/PKGBUILD b/PKGBUILD
index 0ee0fd98a8b3..ca5e991944c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=flac2all
-pkgver=2.73
-pkgrel=2
+pkgver=2.75
+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,7 +14,7 @@ optdepends=('lame: for mp3 support'
#'opus-tools: for opus support')
source=("https://github.com/ZivaVatra/flac2all/archive/v$pkgver.tar.gz")
-sha256sums=('11a44717e9dad781e27434c4182a28d1a3c9a6f661bfad4d9168457370797286')
+sha256sums=('9cfe80e2544b5c486b3468833e2034e4e6fa68c5a7a3f9a5c4e2f733c28d74aa')
package() {
cd "$pkgname-$pkgver"