summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bossing2023-08-13 00:40:51 +0200
committerMax Bossing2023-08-13 00:40:51 +0200
commitcae3a9d567c3e8e089da91eadcad64799bf2b41a (patch)
tree29745efa1b20f488484dcb1b9daffca08759a193
parentaf4356b17b62050b24521ab9c747edc2f0c1b0cf (diff)
downloadaur-cae3a9d567c3e8e089da91eadcad64799bf2b41a.tar.gz
New Maintainer: Max Bossing <info@maxbossing.de>
-rwxr-xr-xPKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc1dfb0a7ea6..637544fd3141 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
-# Maintainer: MCMic <come@chilliet.eu>
+# Maintainer: Max Bossing <info@maxbossing.de>
# Contributor: MCMic <come@chilliet.eu>
pkgname=wifi2qr-git
-pkgver=13.c84e73c
+pkgver=18.407ceb7
pkgrel=1
pkgdesc="A simple script to share your computer's WiFi connection via QR code"
arch=('any')
url="https://github.com/dlenski/wifi2qr"
license=('GPL3')
depends=('networkmanager' 'bash' 'qrencode')
-makedepends=()
-optdepends=()
provides=('wifi2qr')
conflicts=('wifi2qr')
-source=("$pkgname::git://github.com/dlenski/wifi2qr.git")
-md5sums=('SKIP')
+source=("$pkgname::git+https://github.com/dlenski/wifi2qr")
+b2sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"