summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitsu2018-02-17 15:25:02 +0100
committerMitsu2018-02-17 15:25:02 +0100
commit05bc7c154a141ba38cd7f251f0128c167fa82c6e (patch)
tree0cfb3a7a75e5f1ae67a29eeac8039b6535d9c7cf
parent2f358323f3ca25eebcf26cb7f899c31d8ae4c594 (diff)
downloadaur-05bc7c154a141ba38cd7f251f0128c167fa82c6e.tar.gz
update to 0.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc5b48ff8c9..bd194a2168a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fadecut
pkgdesc = Toolset to rip audiostreams, cut, fade in/out and tag the resulting audiofiles
- pkgver = 0.1.4
+ pkgver = 0.2.1
pkgrel = 2
- url = http://github.com/micressor/fadecut
+ url = https://github.com/fadecut/fadecut
arch = i686
arch = x86_64
license = GPL3
@@ -10,11 +10,12 @@ pkgbase = fadecut
depends = sox
depends = streamripper
depends = vorbis-tools
+ depends = opus-tools
optdepends = lame
provides = fadecut
conflicts = fadecut
- source = https://github.com/micressor/fadecut/archive/0.1.4.tar.gz
- sha512sums = b6e5169ad497a0d834df273f54551ea5d016e0458d259829b2d38c123ecb6de402666898e3966f4a195a1db3bd3553d64d6b4e4966e537fdcb68dbc4f88ab0c6
+ source = https://github.com/fadecut/fadecut/archive/0.2.1.tar.gz
+ sha512sums = 6eb0e557bf3720da9b9d9409ecfca8124c04f8ee860bf59fd685c29b994e1a73f45b82080a5ea1c9a2fbd6f7970e190bff4c0ba54959e501b17239cc6eca2e62
pkgname = fadecut
diff --git a/PKGBUILD b/PKGBUILD
index 9506f5c44be6..aeecca76c069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mitsu <archlinux AT suumitsu DOT eu>
pkgname=fadecut
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Toolset to rip audiostreams, cut, fade in/out and tag the resulting audiofiles"
arch=("i686" "x86_64")
url="https://github.com/fadecut/fadecut"