diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 12:33:07 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 12:33:07 -0300 |
commit | fdd03e5ecce11853fa939682ed87e938605d36be (patch) | |
tree | d48893d7d8ce37d16a2368194969880050357df7 /extra | |
parent | 1fafdadaae260eaef7194102b5eb842466e63dd1 (diff) | |
parent | 0917a0682e48c4261e47d743725d990f47f6ec95 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/autocutsel/PKGBUILD
community/dev86/PKGBUILD
testing/gnome-control-center/PKGBUILD
Diffstat (limited to 'extra')
-rw-r--r-- | extra/dovecot/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/oxygen-gtk/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/qjackctl/PKGBUILD | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index 7d1afe880..6fc98a8d0 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 115180 2011-03-17 10:58:18Z andrea $ +# $Id: PKGBUILD 119695 2011-04-13 19:29:24Z andyrtr $ # Contributor: Paul Mattal <paul@mattal.com> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> # Contributor: GARETTE Emmanuel <gnunux at laposte dot net> # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=dovecot -pkgver=2.0.11 -pkgrel=2 +pkgver=2.0.12 +pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64' 'mips64el') url="http://dovecot.org/" @@ -25,7 +25,7 @@ backup=(etc/dovecot/dovecot.conf etc/ssl/dovecot-openssl.cnf) install=$pkgname.install source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh) -md5sums=('088a850d6583a7ec0a8074ce929b3496' +md5sums=('689e1a8863d4fb2fd252e1a6121dd181' 'd020d43eab4ded6fb379dadc570a9490') build() { diff --git a/extra/oxygen-gtk/PKGBUILD b/extra/oxygen-gtk/PKGBUILD index c5e31982a..20bce5af7 100644 --- a/extra/oxygen-gtk/PKGBUILD +++ b/extra/oxygen-gtk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 114425 2011-03-13 14:07:20Z andrea $ +# $Id: PKGBUILD 119675 2011-04-13 12:39:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: birdflesh <antkoul at gmail dot com> pkgname=oxygen-gtk -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('LGPL') depends=('gtk2') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('df17f4a9b233a9c9e028932f11d05058') +md5sums=('0aed63523f8abe79860e6b934a9d6210') build() { cd ${srcdir} diff --git a/extra/qjackctl/PKGBUILD b/extra/qjackctl/PKGBUILD index 42f333566..cd9d5362a 100644 --- a/extra/qjackctl/PKGBUILD +++ b/extra/qjackctl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 101735 2010-12-01 12:16:41Z schiv $ +# $Id: PKGBUILD 119703 2011-04-13 22:27:56Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Tobias Kieslich <tobias@archlinux.org> pkgname=qjackctl pkgver=0.3.7 -pkgrel=1 +pkgrel=2 pkgdesc="A Qt front-end for the JACK low-latency audio server" url="http://qjackctl.sourceforge.net/" arch=('i686' 'x86_64' 'mips64el') |