summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2018-06-17 19:57:30 -0400
committerAndrew Rabert2018-06-17 19:57:30 -0400
commit7bf3ab6878ff4a6fe99ac797b0d26f9ed0bda7b3 (patch)
tree39dd530f1af333b73173ec4ec3717cfd0b572211
parenta839339fe0fae1a3bee61407933c3f48408ce8ed (diff)
downloadaur-7bf3ab6878ff4a6fe99ac797b0d26f9ed0bda7b3.tar.gz
Release version 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a5cc64e39f6..c676b1ba6407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = harmonize
pkgdesc = Create and synchronize transcoded copies of audio folders.
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/nvllsvm/harmonize
arch = any
@@ -10,8 +10,8 @@ pkgbase = harmonize
depends = lame
depends = python
depends = python-mutagen
- source = https://files.pythonhosted.org/packages/source/h/harmonize/harmonize-0.2.1.tar.gz
- sha256sums = e729f9cc83661ca3d50b1e9e2bb56264e27d987c2729734bb2d41dc10a3f1cc0
+ source = https://files.pythonhosted.org/packages/source/h/harmonize/harmonize-0.2.2.tar.gz
+ sha256sums = 9f87fb510d37a3aeb8a566a604ecdc811f9353f623e30ea776b5bb646120955d
pkgname = harmonize
diff --git a/PKGBUILD b/PKGBUILD
index 473f36e7c822..aade9be71290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar nullsum.net>
pkgname=harmonize
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Create and synchronize transcoded copies of audio folders."
url="https://github.com/nvllsvm/harmonize"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('APACHE')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/h/harmonize/harmonize-$pkgver.tar.gz")
-sha256sums=('e729f9cc83661ca3d50b1e9e2bb56264e27d987c2729734bb2d41dc10a3f1cc0')
+sha256sums=('9f87fb510d37a3aeb8a566a604ecdc811f9353f623e30ea776b5bb646120955d')
package() {
cd harmonize-$pkgver