diff options
author | João Figueiredo | 2020-06-27 22:08:50 +0100 |
---|---|---|
committer | João Figueiredo | 2020-06-27 22:08:50 +0100 |
commit | 55694aeda3dd9a5ff52fa50f9dda0eef46fdfee6 (patch) | |
tree | c452bf93e2c2ff6eede3ea54647b0428eef31749 /PKGBUILD | |
parent | c2c3fad443fd9651f576d0946f46e37dcca72fc0 (diff) | |
download | aur-55694aeda3dd9a5ff52fa50f9dda0eef46fdfee6.tar.gz |
Updated sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# Maintainer: João Figueiredo <jf dot mundox at gmail dot com> +# Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-nm-git -pkgver=r1770.edc29fb +pkgver=r2894.0702dc01 pkgrel=1 pkgdesc='Plasma applet written in QML for managing network connections' arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'qt5-tools' 'openconnect') optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' 'openconnect: Cisco AnyConnect VPN') provides=('plasma-nm') conflicts=('plasma-nm') -source=("git://anongit.kde.org/plasma-nm.git") +source=('git+https://github.com/KDE/plasma-nm.git') groups=('plasma') sha256sums=('SKIP') |