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 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"