summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Oliver Arlès2019-07-11 09:33:02 +0159
committerJosep Oliver Arlès2019-07-11 09:33:02 +0159
commite32cd872535d9a42dcbba7b19dbbaa0774389a6e (patch)
tree23a27b27a928a7d8f132e6becef98a7145ccba17
parent2664e04ff1d82543a4037efd21dfcb9c9ea7ad9e (diff)
downloadaur-e32cd872535d9a42dcbba7b19dbbaa0774389a6e.tar.gz
Version 0.0.3
-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"