summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Oliver Arlès2019-07-10 12:21:32 +0159
committerJosep Oliver Arlès2019-07-10 12:21:32 +0159
commit2664e04ff1d82543a4037efd21dfcb9c9ea7ad9e (patch)
tree69945b66c997b98d10618967f504a06ec736c4b2
parentd5b6c08ff35a574d46e02e40316ad5b7422d0067 (diff)
downloadaur-2664e04ff1d82543a4037efd21dfcb9c9ea7ad9e.tar.gz
Move to gitlab.com
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed55c4c5aa88..e193cbb01087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hek
- pkgdesc = Check your music collection given a set of rules
+ pkgdesc = Music library checker
pkgver = 0.0.2
- pkgrel = 1
- url = https://github.com/dunon/hek
+ pkgrel = 2
+ url = https://gitlab.com/dunon/hek
arch = any
license = GPL3
depends = python
depends = python-mutagen
- source = https://github.com/dunon/hek/archive/0.0.2.tar.gz
- md5sums = 10122785b3439a9c5d97bb17eaba4278
+ source = https://gitlab.com/dunon/hek/-/archive/0.0.2/hek-0.0.2.tar.gz
+ md5sums = b195cc1fe5008e42231468d82b61fc44
pkgname = hek
diff --git a/PKGBUILD b/PKGBUILD
index 3a1496fd41eb..884e30cb39e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hek
pkgver=0.0.2
-pkgrel=1
-pkgdesc="Check your music collection given a set of rules"
+pkgrel=2
+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=("10122785b3439a9c5d97bb17eaba4278")
+source=("https://gitlab.com/dunon/hek/-/archive/$pkgver/hek-$pkgver.tar.gz")
+md5sums=("b195cc1fe5008e42231468d82b61fc44")
package() {
cd "$pkgname-$pkgver"