summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-08 00:05:45 -0700
committerroot <root@rshg054.dnsready.net>2013-04-08 00:05:45 -0700
commit6186582583ec0329ab93bace8731cdb3b6f0dac8 (patch)
tree5ac21f7601d4ea580bac675f4437d4eaa0ab45b1 /extra
parent5abba8ccfedfb13f07a34eb4b6afbe4f30a8f767 (diff)
Mon Apr 8 00:05:45 PDT 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/harfbuzz/PKGBUILD6
-rw-r--r--extra/pigeonhole/PKGBUILD10
-rw-r--r--extra/wireshark/PKGBUILD11
3 files changed, 13 insertions, 14 deletions
diff --git a/extra/harfbuzz/PKGBUILD b/extra/harfbuzz/PKGBUILD
index 5bb0db2e0..f5f608208 100644
--- a/extra/harfbuzz/PKGBUILD
+++ b/extra/harfbuzz/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 180804 2013-03-26 11:49:33Z foutrelis $
+# $Id: PKGBUILD 182119 2013-04-07 20:49:30Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=harfbuzz
-pkgver=0.9.14
+pkgver=0.9.15
pkgrel=1
pkgdesc="OpenType text shaping engine."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('icu' 'cairo' 'glib2' 'freetype2')
optdepends=('cairo: hb-view program')
options=(!libtool)
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004')
+sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d')
build() {
cd ${pkgname}-${pkgver}
diff --git a/extra/pigeonhole/PKGBUILD b/extra/pigeonhole/PKGBUILD
index d9c4287e8..e9f62a15d 100644
--- a/extra/pigeonhole/PKGBUILD
+++ b/extra/pigeonhole/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 182045 2013-04-05 19:28:13Z andyrtr $
+# $Id: PKGBUILD 182109 2013-04-07 09:14:17Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributorr: Peter Lewis <plewis@aur.archlinux.org>
@@ -11,8 +11,8 @@ _dcpkgver=2.1.16
# Make sure to bump pkgrel if changing this.
pkgname=pigeonhole
-pkgver=0.3.3
-pkgrel=7
+pkgver=0.3.4
+pkgrel=1
pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.1"
arch=('i686' 'x86_64')
url="http://pigeonhole.dovecot.org/"
@@ -22,8 +22,8 @@ conflicts=('dovecot-sieve' 'pigeonhole-hg')
source=("http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz"{,.sig}
"dovecot.conf")
options=('!libtool')
-sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e'
- '8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec'
+sha256sums=('34da8801c7695c397a53a13574fe8674b92aa9d936f91a1b6e6df787488a6d05'
+ 'SKIP'
'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
build() {
diff --git a/extra/wireshark/PKGBUILD b/extra/wireshark/PKGBUILD
index dc31b1283..23a305116 100644
--- a/extra/wireshark/PKGBUILD
+++ b/extra/wireshark/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 179713 2013-03-09 12:31:30Z guillaume $
+# $Id: PKGBUILD 182116 2013-04-07 20:47:05Z guillaume $
# Maintainer: Guillaume ALAUX <guillaume@archlinux.org>
# Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
pkgname=('wireshark-cli' 'wireshark-gtk')
pkgbase=wireshark
pkgver=1.8.6
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL2')
makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua51' 'python' 'portaudio')
+ 'libgcrypt' 'lua51' 'python')
url='http://www.wireshark.org/'
options=(!libtool)
source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
@@ -30,14 +30,13 @@ build() {
--prefix=/usr \
--with-ssl \
--with-zlib=yes \
- --with-lua \
- --with-portaudio
+ --with-lua
make all
}
package_wireshark-cli() {
pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version'
- depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'portaudio' 'lua51')
+ depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua51')
install=wireshark.install
conflicts=(wireshark)