summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Oliver Arlès2019-07-12 19:20:43 +0159
committerJosep Oliver Arlès2019-07-12 19:20:43 +0159
commit12364085cd2943c17ff047ecffa687b7e33239a1 (patch)
tree633228d88339c3fa11a46cd1725fc5b8ff31124f
parente32cd872535d9a42dcbba7b19dbbaa0774389a6e (diff)
downloadaur-12364085cd2943c17ff047ecffa687b7e33239a1.tar.gz
Version 0.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b27c0419a09e..f17af3fb2314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hek
pkgdesc = Music library checker
- pkgver = 0.0.3
+ pkgver = 0.0.4
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.0.3.tar.gz
- md5sums = 0b639f18015e7c168664c24c0c69e298
+ source = https://github.com/dunon/hek/archive/0.0.4.tar.gz
+ md5sums = 4cddd7b24bc77668392e07db178d06e4
pkgname = hek
diff --git a/PKGBUILD b/PKGBUILD
index 1ceaf42c50be..a90e160ef71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josep Oliver Arlès <josep.oliver at tutanota dot com>
pkgname=hek
-pkgver=0.0.3
+pkgver=0.0.4
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=("0b639f18015e7c168664c24c0c69e298")
+md5sums=("4cddd7b24bc77668392e07db178d06e4")
package() {
cd "$pkgname-$pkgver"