rebuild pacman with nettle 3.1

This commit is contained in:
AlmAck 2015-11-15 20:24:52 +01:00
parent 9910322748
commit a0f5e5cfc5

View File

@ -1,14 +1,14 @@
pkgname=pacman
pkgver=4.2.1
pkgrel=8
pkgrel=9
pkgdesc="A library-based package manager with dependency support"
arch=('x86_64')
url="http://www.archlinux.org/pacman/"
license=('GPL')
groups=('base' 'base-devel')
depends=('bash>=4.3.025-1' 'glibc>=2.20-2' 'libarchive=3.1.2' 'curl>=7.28.1'
'gpgme' 'pacman-mirrorlist' )
'gpgme' 'pacman-mirrorlist' 'nettle>=3.1')
checkdepends=('python2' 'fakechroot')
makedepends=('asciidoc')
optdepends=('fakeroot: for makepkg usage as normal user')