summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e193cbb01087..b27c0419a09e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hek
pkgdesc = Music library checker
- pkgver = 0.0.2
- pkgrel = 2
- url = https://gitlab.com/dunon/hek
+ pkgver = 0.0.3
+ pkgrel = 1
+ url = https://github.com/dunon/hek
arch = any
license = GPL3
depends = python
depends = python-mutagen
- source = https://gitlab.com/dunon/hek/-/archive/0.0.2/hek-0.0.2.tar.gz
- md5sums = b195cc1fe5008e42231468d82b61fc44
+ source = https://github.com/dunon/hek/archive/0.0.3.tar.gz
+ md5sums = 0b639f18015e7c168664c24c0c69e298
pkgname = hek
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0f7f3019d656
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.tar.gz
+src
diff --git a/PKGBUILD b/PKGBUILD
index 884e30cb39e6..1ceaf42c50be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Josep Oliver Arlès <josep.oliver at tutanota dot com>
pkgname=hek
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
pkgdesc="Music library checker"
arch=("any")
-url="https://gitlab.com/dunon/hek"
+url="https://github.com/dunon/hek"
license=("GPL3")
depends=("python" "python-mutagen")
-source=("https://gitlab.com/dunon/hek/-/archive/$pkgver/hek-$pkgver.tar.gz")
-md5sums=("b195cc1fe5008e42231468d82b61fc44")
+source=("https://github.com/dunon/hek/archive/$pkgver.tar.gz")
+md5sums=("0b639f18015e7c168664c24c0c69e298")
package() {
cd "$pkgname-$pkgver"