More old base-devel rebuilds

to get rid of the group
This commit is contained in:
Christoph Reiter 2022-11-13 18:25:44 +01:00
parent fc061d1a10
commit aecf770ad1
9 changed files with 14 additions and 12 deletions

View File

@ -2,13 +2,13 @@
pkgname=help2man
pkgver=1.48.5
pkgrel=1
pkgrel=2
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/help2man/"
license=('GPL')
depends=('perl-Locale-Gettext' 'libintl')
makedepends=('autotools' 'gcc')
makedepends=('autotools' 'gcc' 'gettext-devel')
install=help2man.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
1.40.4-cygwin-nls.patch)

View File

@ -2,7 +2,7 @@
pkgname=intltool
pkgver=0.51.0
pkgrel=2
pkgrel=3
pkgdesc="The internationalization tool collection"
license=('GPL3')
arch=('i686' 'x86_64')
@ -14,6 +14,7 @@ source=(https://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}
sha256sums=('67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd'
'SKIP'
'9c6527072aada6e3cb9aceb6e07cfdf51d58839a2beb650168da0601a85ebda3')
validpgpkeys=('9EBD001680E8C8F9FAC61A9BE1A701D4C9DE75B5')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -3,7 +3,7 @@
pkgname=make
pkgver=4.3
pkgrel=3
pkgrel=4
pkgdesc="GNU make utility to maintain groups of programs"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/make"

View File

@ -2,7 +2,7 @@
pkgname=man-db
pkgver=2.10.2
pkgrel=2
pkgrel=3
pkgdesc="A utility for reading man pages"
arch=('i686' 'x86_64')
url="https://www.nongnu.org/man-db/"

View File

@ -2,12 +2,12 @@
pkgname=patch
pkgver=2.7.6
pkgrel=1
pkgrel=2
pkgdesc="A utility to apply patch files to original sources"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/patch/patch.html"
license=('GPL')
makedepends=('ed' 'gcc')
makedepends=('ed' 'gcc' 'autotools')
optdepends=('ed: for patch -e functionality')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
msys2-patch-2.7.1.patch
@ -16,6 +16,7 @@ sha256sums=('ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd'
'SKIP'
'abcb73c2e0941d49335a864e28e59ba1ad6477deef981a2e89374004e658b791'
'714da1a384d3e0acca5351980b0b3b1b09b66140fabe2e74dfd313652f964de9')
validpgpkeys=('259B3792B3D6D319212CC4DCD5BF9FEB0313653A') # Andreas Gruenbacher
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -2,7 +2,7 @@
pkgname=patchutils
pkgver=0.4.2
pkgrel=2
pkgrel=3
pkgdesc="Utilities to work with patches"
arch=('i686' 'x86_64')
url="http://cyberelk.net/tim/software/patchutils/"
@ -10,7 +10,7 @@ license=('GPL')
source=(http://cyberelk.net/tim/data/patchutils/stable/${pkgname}-${pkgver}.tar.xz)
sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed')
depends=('pcre2')
makedepends=('pcre2-devel' 'autotools' 'gcc')
makedepends=('pcre2-devel' 'autotools' 'gcc' 'xmlto')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -2,7 +2,7 @@
pkgname=pkgconf
pkgver=1.8.0
pkgrel=1
pkgrel=2
pkgdesc='pkg-config compatible utility which does not depend on glib'
url='https://github.com/pkgconf/pkgconf'
arch=('i686' 'x86_64')

View File

@ -3,7 +3,7 @@
pkgbase=unrar
pkgname=('unrar' 'libunrar' 'libunrar-devel')
pkgver=6.1.4
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url="https://www.rarlab.com/rar_add.htm"
license=('custom')

View File

@ -2,7 +2,7 @@
pkgname=xmlto
pkgver=0.0.28
pkgrel=3
pkgrel=4
pkgdesc="Convert xml to many other formats"
arch=('i686' 'x86_64')
url="https://pagure.io/xmlto/"