diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 20:31:54 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 20:31:54 -0300 |
commit | 8563d02ef05f21b537e3e1471c4034baa644a55f (patch) | |
tree | 6dee20109568b03da07cf3f6e0b61b4f73ed24e2 /extra/bind/PKGBUILD | |
parent | b5e623669f9d93fa23637bc3beca5a1751e70ff1 (diff) | |
parent | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/libevent/PKGBUILD
core/syslinux/PKGBUILD
extra/a2ps/PKGBUILD
extra/amarok/PKGBUILD
extra/libstroke/PKGBUILD
extra/pidgin/PKGBUILD
Diffstat (limited to 'extra/bind/PKGBUILD')
-rw-r--r-- | extra/bind/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD index 24049772c..8878c6f26 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 112958 2011-03-08 00:19:22Z bisson $ -# Maintainer: judd <jvinet@zeroflux.org> +# $Id: PKGBUILD 122962 2011-05-07 14:45:29Z bisson $ +# Maintainer: Gaetan Bisson <bisson@archlinux.org> +# Contributor: judd <jvinet@zeroflux.org> # Contributor: Mario Vazquez <mario_vazq@hotmail.com> pkgname=bind # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0 -_pkgver=9.8.0 +pkgver=9.8.0.P1 +_pkgver=9.8.0-P1 pkgrel=1 pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation of the Domain Name System (DNS) protocols' @@ -30,7 +31,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz" 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('33019694ef3119d9daa1e8ff5117a6688e188528' +sha1sums=('aa8f308f218e437ac4bad616e0ae83a9b9c40c29' 'ee52947062c1582858187716b776afa3613608fb' '2f737f4e81186447ac2ef370fa8dcea0b3abec31' '5277cf4d6fbc5728c55b51c77c9347d28393fb7c' |