summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2018-05-14 16:10:13 -0400
committerAndrew Rabert2018-05-14 16:10:13 -0400
commit4d8c7ed2212cd3358ccdc6eec8f9bd6240cb657e (patch)
tree25a3b436aa9d06b3e3e4835baf7044c857e80cd9
parentf44892ab19a48e5580fea2d927cdfb7026d857bd (diff)
downloadaur-4d8c7ed2212cd3358ccdc6eec8f9bd6240cb657e.tar.gz
Release version 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ad352097fa..323492690930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = harmonize
pkgdesc = Create and synchronize transcoded copies of audio folders.
- pkgver = 0.1.2
+ pkgver = 0.1.3
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/23/19/c19bcbcfa3c24f9069899c4e142c8f8c9fb874832102d5d97e7545896c69/harmonize-0.1.2.tar.gz
- sha256sums = d7dea0a7b1f832088568248486b465fa64c52a48fb81d90216df5e393aae7727
+ source = https://files.pythonhosted.org/packages/d8/d8/d8bc1a31f81d95695c66e23b8f028f69468f895ec105d945c7f6291156ad/harmonize-0.1.3.tar.gz
+ sha256sums = b2334c70b7e2a8e78049cc796a56c9057a97aadc0106e3d16cd54c22bba6774a
pkgname = harmonize
diff --git a/PKGBUILD b/PKGBUILD
index 63699421737a..c2813d081021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar nullsum.net>
pkgname=harmonize
-pkgver=0.1.2
+pkgver=0.1.3
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/23/19/c19bcbcfa3c24f9069899c4e142c8f8c9fb874832102d5d97e7545896c69/harmonize-0.1.2.tar.gz")
-sha256sums=('d7dea0a7b1f832088568248486b465fa64c52a48fb81d90216df5e393aae7727')
+source=("https://files.pythonhosted.org/packages/d8/d8/d8bc1a31f81d95695c66e23b8f028f69468f895ec105d945c7f6291156ad/harmonize-0.1.3.tar.gz")
+sha256sums=('b2334c70b7e2a8e78049cc796a56c9057a97aadc0106e3d16cd54c22bba6774a')
build() {
cd harmonize-$pkgver