mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Minor core PKGBUILD cleanup
This commit is contained in:
parent
38c85bccdb
commit
c3636ee201
5 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Alexander Foremny <alexanderforemny@gmail.com>
|
||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=automake
|
||||
pkgver=1.11
|
||||
pkgrel=1
|
||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
arch=(i686 x86_64 arm)
|
||||
license=('GPL')
|
||||
url="http://www.gnu.org/software/automake"
|
||||
groups=('base-devel')
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=ca-certificates
|
||||
pkgver=20090709
|
||||
pkgrel=1
|
||||
pkgdesc='Common CA certificates'
|
||||
arch=('arm')
|
||||
arch=(i686 x86_64 arm)
|
||||
url='http://packages.qa.debian.org/c/ca-certificates.html'
|
||||
license=('MPL' 'GPL')
|
||||
source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz")
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Alexander Foremny <alexanderforemny@gmail.com>
|
||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=diffutils
|
||||
pkgver=2.8.1
|
||||
pkgrel=2
|
||||
pkgdesc="Utility programs used for creating patch files"
|
||||
arch=('arm')
|
||||
arch=(i686 x86_64 arm)
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
url="http://www.gnu.org/software/diffutils"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=ed
|
||||
pkgver=1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A POSIX-compliant line editor"
|
||||
arch=('arm')
|
||||
arch=(i686 x86_64 arm)
|
||||
license=('GPL')
|
||||
url="http://www.gnu.org/software/ed/ed.html"
|
||||
groups=('base-devel')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: judd <jvinet@zeroflux.org>
|
||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=util-linux-ng
|
||||
pkgver=2.16
|
||||
|
|
Loading…
Reference in a new issue