Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / base


Commits:
14b9507f by Jan Alexander Steffens (heftig) at 2023-10-08T03:16:36+02:00
3-2: rebuild to replace signature

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,37 @@
+pkgbase = base
+       pkgdesc = Minimal package set to define a basic Arch Linux installation
+       pkgver = 3
+       pkgrel = 2
+       url = https://www.archlinux.org
+       arch = any
+       license = GPL
+       depends = filesystem
+       depends = gcc-libs
+       depends = glibc
+       depends = bash
+       depends = coreutils
+       depends = file
+       depends = findutils
+       depends = gawk
+       depends = grep
+       depends = procps-ng
+       depends = sed
+       depends = tar
+       depends = gettext
+       depends = pciutils
+       depends = psmisc
+       depends = shadow
+       depends = util-linux
+       depends = bzip2
+       depends = gzip
+       depends = xz
+       depends = licenses
+       depends = pacman
+       depends = archlinux-keyring
+       depends = systemd
+       depends = systemd-sysvcompat
+       depends = iputils
+       depends = iproute2
+       optdepends = linux: bare metal support
+
+pkgname = base


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=base
 pkgver=3
-pkgrel=1
+pkgrel=2
 pkgdesc='Minimal package set to define a basic Arch Linux installation'
 url='https://www.archlinux.org'
 arch=('any')
@@ -25,8 +25,8 @@ depends=(
   # networking, ping, etc
   'iputils' 'iproute2'
 )
-optdepends=('linux: bare metal support')
-
-# vim: ts=2 sw=2 et:
-
+optdepends=(
+  'linux: bare metal support'
+)
 
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/base/-/commit/14b9507f62e9b5a51d0443f1071413f886dd9a03

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/base/-/commit/14b9507f62e9b5a51d0443f1071413f886dd9a03
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to