summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-16 11:56:17 -0500
committerVincent Grande2020-12-16 11:56:17 -0500
commita0aca712fc3a0a31977239cf6a98b506797e185e (patch)
tree88f708d802f943297e7929fa77b1c2b1ceebfff2
parent1415c3642d73b44dda819b92cc7e843fb9c13e25 (diff)
downloadaur-a0aca712fc3a0a31977239cf6a98b506797e185e.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9e777f5e4d7..0c3632fc7620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libnm-glib-nosystemd
pkgdesc = NetworkManager client library (legacy)
- pkgver = 1.18.5dev+12+ga8746f48ca
+ pkgver = 1.18.11
pkgrel = 1
url = https://wiki.gnome.org/Projects/NetworkManager
arch = x86_64
@@ -20,6 +20,8 @@ pkgbase = lib32-libnm-glib-nosystemd
depends = lib32-nss
depends = lib32-util-linux
depends = libnm-glib
+ provides = libnm-glib
+ conflicts = libnm-glib
source = git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#branch=nm-1-18
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0ddbdf6f9920..302b3ff2ec16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer: Vincent Grande <shoober420@gmail.com>
+# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinxu.org>
# Contributor: Wael Nasreddine <gandalf@siemens-mobiles.org>
@@ -7,7 +8,7 @@
# Contributor: Valentine Sinitsyn <e_val@inbox.ru>
pkgname=lib32-libnm-glib-nosystemd
-pkgver=1.18.5dev+12+ga8746f48ca
+pkgver=1.18.11
pkgrel=1
pkgdesc='NetworkManager client library (legacy)'
arch=(x86_64)
@@ -34,6 +35,8 @@ makedepends=(
libxslt
meson
)
+provides=(libnm-glib)
+conflicts=(libnm-glib)
#_commit=a8746f48ca088b4cd3799e540b8606df1f1e8522 # nm-1-18
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#branch=nm-1-18")
sha256sums=('SKIP')