From 29e53f44ee5a1e06c581085b1178540e2c3be617 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 6 Aug 2019 11:56:21 +0200 Subject: [PATCH] temp/{networkmanager,wpa_supplicant}: pkgrel bump Increase pkgrels, so the resulting versions are higher than the aports in Alpine. Seems like this was done in the upstream PR initially, but then got lost during rebase. --- temp/networkmanager/APKBUILD | 2 +- temp/wpa_supplicant/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/temp/networkmanager/APKBUILD b/temp/networkmanager/APKBUILD index b47733721..3d1d0fde8 100644 --- a/temp/networkmanager/APKBUILD +++ b/temp/networkmanager/APKBUILD @@ -2,7 +2,7 @@ # https://github.com/alpinelinux/aports/pull/9894 pkgname=networkmanager pkgver=1.18.2 -pkgrel=2 +pkgrel=3 pkgdesc="Network Management daemon" url="https://wiki.gnome.org/Projects/NetworkManager" arch="all !s390x" # Limited by iwd diff --git a/temp/wpa_supplicant/APKBUILD b/temp/wpa_supplicant/APKBUILD index d076e8436..38b7c2626 100644 --- a/temp/wpa_supplicant/APKBUILD +++ b/temp/wpa_supplicant/APKBUILD @@ -2,7 +2,7 @@ # https://github.com/alpinelinux/aports/pull/9894 pkgname=wpa_supplicant pkgver=2.8 -pkgrel=1 +pkgrel=2 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="https://w1.fi/wpa_supplicant/" arch="all"