Date: Monday, January 30, 2023 @ 20:56:26
Author: anthraxx
Revision: 467666
archrelease: copy trunk to testing-any
Added:
base-devel/repos/testing-any/
base-devel/repos/testing-any/PKGBUILD
(from rev 467665, base-devel/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: base-devel/repos/testing-any/PKGBUILD (from rev 467665,
base-devel/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2023-01-30 20:56:26 UTC (rev 467666)
@@ -0,0 +1,41 @@
+# Maintainer: Arch Linux Team
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=base-devel
+pkgver=1
+pkgrel=1
+pkgdesc='Basic tools to build Arch Linux packages'
+url='https://www.archlinux.org'
+arch=('any')
+license=('GPL')
+options=('!debug')
+depends=(
+ archlinux-keyring
+ autoconf
+ automake
+ binutils
+ bison
+ debugedit
+ fakeroot
+ file
+ findutils
+ flex
+ gawk
+ gcc
+ gettext
+ grep
+ groff
+ gzip
+ libtool
+ m4
+ make
+ pacman
+ patch
+ pkgconf
+ sed
+ sudo
+ texinfo
+ which
+)
+
+# vim: ts=2 sw=2 et: