diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-19 18:07:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-19 18:10:06 -0400 |
commit | 3e101f9ecb51f5a904984dfe84effe9cc7e64a15 (patch) | |
tree | ed158d129e17e01e5ef086cb24d707156351c711 | |
parent | effd8ffa6640cd2255376d8c27c65c8cf59a7236 (diff) | |
download | abslibre-3e101f9ecb51f5a904984dfe84effe9cc7e64a15.tar.gz abslibre-3e101f9ecb51f5a904984dfe84effe9cc7e64a15.tar.bz2 abslibre-3e101f9ecb51f5a904984dfe84effe9cc7e64a15.zip |
pcr/base-meta: add openresolv
Also:
- show the command that the list of deps is based on
- set the licence to PD; there's no files for the GPL to apply to
- Remove period from pkgdesc
- Drop silly pkgver()
-rw-r--r-- | pcr/base-meta/PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/pcr/base-meta/PKGBUILD b/pcr/base-meta/PKGBUILD index 360bb8c85..5681a0b0b 100644 --- a/pcr/base-meta/PKGBUILD +++ b/pcr/base-meta/PKGBUILD @@ -1,15 +1,17 @@ # Maintainer: David P. <megver83@parabola.nu> # Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> +# Contributor: Luke Shumaker <lukeshu@parabola.nu> pkgname=base-meta -pkgver=20180630 +pkgver=20180819 pkgrel=1 -pkgdesc='Base packages metapackage.' +pkgdesc='Base packages metapackage' arch=(any) url="https://git.parabola.nu/abslibre.git/" -license=(GPL) +license=('custom:Public Domain') groups=(base-openrc) depends=( + #$ comm -23 <(pacman -Sgq base|sort) <(pacman -Sgq base-openrc|sed 's/-openrc$//'|sort -u) bash bzip2 coreutils @@ -21,7 +23,6 @@ depends=( gawk gcc-libs gettext - glibc grep gzip iproute2 @@ -32,6 +33,7 @@ depends=( man-db man-pages nano + openresolv #netctl pciutils perl procps-ng @@ -41,6 +43,9 @@ depends=( sed shadow sysfsutils + #systemd-libudev + #systemd-sysvcompat + #systemd-udev tar texinfo usbutils @@ -49,7 +54,3 @@ depends=( which xfsprogs ) - -pkgver() { - date +%Y%m%d -} |