summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Oliver Arlès2019-07-16 12:31:23 +0159
committerJosep Oliver Arlès2019-07-16 12:31:23 +0159
commitaad7a19e6cd646651cc4673ed52f46803844d904 (patch)
tree76fddc02649ee862e46c0e3f841e765bb08874ee
parent1b8842e6e6e33c1bdc3e3fcd1982a99aec1d117e (diff)
downloadaur-aad7a19e6cd646651cc4673ed52f46803844d904.tar.gz
Version 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d444eb9fc64d..207f181874c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hek
pkgdesc = Music library checker
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/dunon/hek
arch = any
license = GPL3
depends = python
depends = python-mutagen
- source = https://github.com/dunon/hek/archive/0.1.0.tar.gz
- md5sums = 0ee7761674852a243feafb4bb75ded2b
+ source = https://github.com/dunon/hek/archive/0.1.1.tar.gz
+ md5sums = 7fc9514ce21386200294c073086736ab
pkgname = hek
diff --git a/PKGBUILD b/PKGBUILD
index c94fc00fb05e..ae1c60db8928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josep Oliver Arlès <josep.oliver at tutanota dot com>
pkgname=hek
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Music library checker"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/dunon/hek"
license=("GPL3")
depends=("python" "python-mutagen")
source=("https://github.com/dunon/hek/archive/$pkgver.tar.gz")
-md5sums=("0ee7761674852a243feafb4bb75ded2b")
+md5sums=("7fc9514ce21386200294c073086736ab")
package() {
cd "$pkgname-$pkgver"