diff options
author | Côme Chilliet | 2020-04-12 14:24:05 +0200 |
---|---|---|
committer | Côme Chilliet | 2020-04-12 14:24:05 +0200 |
commit | af4356b17b62050b24521ab9c747edc2f0c1b0cf (patch) | |
tree | 9321e92c588cdf29197edcd3bd0c22a75b2449eb | |
parent | 1455e7da188035964cadb7a9b7f8eac4714c11a6 (diff) | |
download | aur-af4356b17b62050b24521ab9c747edc2f0c1b0cf.tar.gz |
Fill URL and desc
-rw-r--r-- | .SRCINFO | 2 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ pkgbase = wifi2qr-git + pkgdesc = A simple script to share your computer's WiFi connection via QR code pkgver = 13.c84e73c pkgrel = 1 + url = https://github.com/dlenski/wifi2qr arch = any license = GPL3 depends = networkmanager @@ -4,9 +4,9 @@ pkgname=wifi2qr-git pkgver=13.c84e73c pkgrel=1 -pkgdesc="" +pkgdesc="A simple script to share your computer's WiFi connection via QR code" arch=('any') -url="" +url="https://github.com/dlenski/wifi2qr" license=('GPL3') depends=('networkmanager' 'bash' 'qrencode') makedepends=() |