summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2018-05-19 15:44:11 -0400
committerAndrew Rabert2018-05-19 15:44:11 -0400
commit588ad28140ee306fa1782c871d61e5a137002aab (patch)
treeb4810b28674fe65754e815f276b24f9b9680cfc5
parent782f558bc4e2eeb2539ba311afa2f8eed4651b3b (diff)
downloadaur-588ad28140ee306fa1782c871d61e5a137002aab.tar.gz
Release version 0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9879410935b8..30feb5923b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = harmonize
pkgdesc = Create and synchronize transcoded copies of audio folders.
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/nvllsvm/harmonize
arch = any
@@ -9,8 +9,8 @@ pkgbase = harmonize
depends = ffmpeg
depends = flac
depends = python
- source = https://files.pythonhosted.org/packages/f0/7c/c6bd327feba104099472287d4a51ba99f68a8f1c3b9292b424e02ba4f410/harmonize-0.1.4.tar.gz
- sha256sums = eccbef06ea8ddfcab7bf13ddaf4f830a511b4ac0b49d3288295979a5f8263029
+ source = https://files.pythonhosted.org/packages/e6/36/e4d1db9b627de16adfbece8072b71266a0dc13d73b38b9293b6525cba044/harmonize-0.1.5.tar.gz
+ sha256sums = 2b861ca0f3acd4f12ca88698258e9ec6634e856280311632d3f9a8260a205a33
pkgname = harmonize
diff --git a/PKGBUILD b/PKGBUILD
index 1e27d9c0e877..d39cecab8ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar nullsum.net>
pkgname=harmonize
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Create and synchronize transcoded copies of audio folders."
url="https://github.com/nvllsvm/harmonize"
@@ -9,8 +9,8 @@ depends=('ffmpeg' 'flac' 'python')
makedepends=('python-setuptools')
license=('APACHE')
arch=('any')
-source=("https://files.pythonhosted.org/packages/f0/7c/c6bd327feba104099472287d4a51ba99f68a8f1c3b9292b424e02ba4f410/harmonize-0.1.4.tar.gz")
-sha256sums=('eccbef06ea8ddfcab7bf13ddaf4f830a511b4ac0b49d3288295979a5f8263029')
+source=("https://files.pythonhosted.org/packages/e6/36/e4d1db9b627de16adfbece8072b71266a0dc13d73b38b9293b6525cba044/harmonize-0.1.5.tar.gz")
+sha256sums=('2b861ca0f3acd4f12ca88698258e9ec6634e856280311632d3f9a8260a205a33')
build() {
cd harmonize-$pkgver