summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-01-06 12:08:24 +0100
committerdreieck2023-01-06 12:08:24 +0100
commit7560dc7a2014096a6b1247e3f2d057fff72c9768 (patch)
tree578942741fbe543911e23c82b3b1970f7930715d
parent6a61cc68ffc9005387d9ab91aeb254c880901426 (diff)
downloadaur-7560dc7a2014096a6b1247e3f2d057fff72c9768.tar.gz
Added a warning to the `$pkgdesc`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39606c5a5e31..e100ddcec7f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netcfg-git
- pkgdesc = Network configuration and profile scripts (install only if you really know that you want this instead of netctl). Includes patch to make wifi-menu work, OpenRC and systemd initscripts.
+ pkgdesc = [WARNING: DEPRECATED! Install only if you really know that you want to use 'netcfg'. Upstream is no longer maintained since ~2013.] Network configuration and profile scripts. Includes patch to make wifi-menu work, OpenRC and systemd initscripts.
pkgver = 4.0.r563_20130808_54f4656
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = https://github.com/GNU-Pony/netcfg/
install = netcfg.install
diff --git a/PKGBUILD b/PKGBUILD
index ea5d91b2c436..8bdd908a4785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _pkgname='netcfg'
pkgname="${_pkgname}-git"
epoch=0
pkgver=4.0.r563_20130808_54f4656
-pkgrel=1
-pkgdesc="Network configuration and profile scripts (install only if you really know that you want this instead of netctl). Includes patch to make wifi-menu work, OpenRC and systemd initscripts."
+pkgrel=2
+pkgdesc="[WARNING: DEPRECATED! Install only if you really know that you want to use 'netcfg'. Upstream is no longer maintained since ~2013.] Network configuration and profile scripts. Includes patch to make wifi-menu work, OpenRC and systemd initscripts."
url='https://github.com/GNU-Pony/netcfg/'
arch=('any')
license=('BSD')