summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 190031a120df..e428b0e499cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = harmonize
pkgdesc = Create and synchronize transcoded copies of audio folders.
- pkgver = 0.3.1
+ pkgver = 0.3.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.3.1.tar.gz
- sha256sums = d7feab799108b2566eb2011996807a89863fba298a6d6b187c299e3e17ec653a
+ source = https://files.pythonhosted.org/packages/source/h/harmonize/harmonize-0.3.2.tar.gz
+ sha256sums = 0d53eb928aa305f3d1379fcddb0a3e16ea4738032bd51a971ae192a91ae3b256
pkgname = harmonize
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..218620e2fb38
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!/PKGBUILD
+!/.SRCINFO
+!/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 595f5a765c58..9d37fc106b40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Andrew Rabert <ar nullsum.net>
pkgname=harmonize
-pkgver=0.3.1
+pkgver=0.3.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/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d7feab799108b2566eb2011996807a89863fba298a6d6b187c299e3e17ec653a')
+sha256sums=('0d53eb928aa305f3d1379fcddb0a3e16ea4738032bd51a971ae192a91ae3b256')
package() {
cd harmonize-$pkgver