summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 168b43a2971b..05421a9b369f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Josep Oliver Arlès <josep.oliver at tutanota dot com>
pkgname=hek
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Music library checker"
arch=("any")
-url="https://github.com/dunon/hek"
+url="https://gitlab.com/dunon/hek"
license=("GPL3")
depends=("python" "python-mutagen")
-source=("https://github.com/dunon/hek/archive/$pkgver.tar.gz")
-md5sums=("f7d1f9803d8a2a00dec78bc43fa3b73d")
+source=("https://gitlab.com/dunon/hek/-/archive/$pkgver/hek-$pkgver.tar.gz")
+md5sums=("5972f1815df64f4fde7de3d108fe6ad5")
package() {
cd "$pkgname-$pkgver"