summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0acd0092907b..3b953bba413e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-udcli
pkgdesc = udisks2 command-line interface with zsh completion, written in python3
pkgver = 0.1.1
- pkgrel = 1
- url = https://github.com/the-isz/udcli
+ pkgrel = 2
+ url = https://gitlab.com/the_isz/udcli
arch = any
license = GPL
makedepends = git
depends = python
depends = python-dbus
depends = udisks2
- source = https://github.com/the-isz/udcli/archive/0.1.1.tar.gz
+ source = https://gitlab.com/the_isz/udcli/-/archive/0.1.1/udcli-0.1.1.tar.gz
md5sums = 06b1ed71b13f0863148625bc46a54353
pkgname = python-udcli
diff --git a/PKGBUILD b/PKGBUILD
index ba90aa73c851..3f381d0222dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Timo Schmiade <the_isz@gmx.de>
pkgname=('python-udcli')
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="udisks2 command-line interface with zsh completion, written in python3"
arch=('any')
-url="https://github.com/the-isz/udcli"
+url="https://gitlab.com/the_isz/udcli"
license=('GPL')
depends=('python' 'python-dbus' 'udisks2')
makedepends=('git')
-source=("https://github.com/the-isz/udcli/archive/${pkgver}.tar.gz")
-md5sums=(06b1ed71b13f0863148625bc46a54353)
+source=("https://gitlab.com/the_isz/udcli/-/archive/$pkgver/udcli-$pkgver.tar.gz")
+md5sums=("06b1ed71b13f0863148625bc46a54353")
package() {
mkdir -p "$pkgdir/usr/bin"