summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
committerroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
commitcc1dbaab9d968ae5ace1956c3662b8b492694800 (patch)
treeda9b8d35950f63d7a68e4d4e5938715e1f0f5cdb /community
parentc72dc5de577922ea7f6002cdabcfac1576eae211 (diff)
Fri Oct 18 01:09:01 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/arp-scan/PKGBUILD10
-rw-r--r--community/avr-gcc/PKGBUILD8
-rw-r--r--community/ccid/PKGBUILD10
-rw-r--r--community/chuck/PKGBUILD24
-rw-r--r--community/couchdb/PKGBUILD4
-rw-r--r--community/cython/PKGBUILD8
-rw-r--r--community/directfb/PKGBUILD5
-rw-r--r--community/dwdiff/PKGBUILD6
-rw-r--r--community/elinks/PKGBUILD6
-rw-r--r--community/fcitx/PKGBUILD4
-rw-r--r--community/gnustep-base/PKGBUILD4
-rw-r--r--community/gnustep-gui/PKGBUILD4
-rw-r--r--community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch75
-rw-r--r--community/ibus-qt/PKGBUILD4
-rw-r--r--community/libfbclient/PKGBUILD4
-rw-r--r--community/mapnik/PKGBUILD6
-rw-r--r--community/menu-cache/PKGBUILD8
-rw-r--r--community/nemo-extensions/PKGBUILD181
-rw-r--r--community/nemo-extensions/nemo-pastebin.install11
-rw-r--r--community/nemo-extensions/nemo-seahorse.install12
-rw-r--r--community/nomacs/PKGBUILD8
-rw-r--r--community/openttd/PKGBUILD4
-rw-r--r--community/parole/PKGBUILD6
-rw-r--r--community/parrot/PKGBUILD4
-rw-r--r--community/python-pillow/PKGBUILD14
-rw-r--r--community/python-scipy/PKGBUILD6
-rw-r--r--community/supertuxkart/PKGBUILD11
-rw-r--r--community/supertuxkart/supertuxkart.install12
-rw-r--r--community/tea/PKGBUILD6
-rw-r--r--community/wt/PKGBUILD10
-rw-r--r--community/xapian-core/PKGBUILD6
-rw-r--r--community/yaz/PKGBUILD6
-rw-r--r--community/yaz/yaz.changelog3
-rw-r--r--community/zeromq/PKGBUILD8
34 files changed, 320 insertions, 178 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD
index e18269ecd..93566d506 100644
--- a/community/arp-scan/PKGBUILD
+++ b/community/arp-scan/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 65634 2012-02-21 15:59:18Z mtorromeo $
+# $Id: PKGBUILD 98753 2013-10-17 14:37:31Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: xav <xav at ethertricks dot net>
pkgname=arp-scan
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9
+pkgrel=1
pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network"
arch=('i686' 'x86_64')
url="http://www.nta-monitor.com/tools/arp-scan/"
license=('GPL')
depends=('libpcap' 'perl-libwww')
-source=(http://www.nta-monitor.com/tools/arp-scan/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('38db8f27fc6553a88367748ea04483d6')
+source=(http://www.nta-monitor.com/files/arp-scan/${pkgname}-${pkgver}.tar.gz)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,3 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
+sha256sums=('ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892')
diff --git a/community/avr-gcc/PKGBUILD b/community/avr-gcc/PKGBUILD
index 3bcecdca4..2fd4063ad 100644
--- a/community/avr-gcc/PKGBUILD
+++ b/community/avr-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88836 2013-04-23 14:57:29Z schuay $
+# $Id: PKGBUILD 98734 2013-10-17 12:52:09Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -8,8 +8,8 @@
pkgname=avr-gcc
_pkgname=gcc
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.8.2
+pkgrel=1
pkgdesc="The GNU AVR Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -98,4 +98,4 @@ package() {
rm -rf ${pkgdir}/usr/share/info
}
-md5sums=('e6040024eb9e761c3bea348d1fa5abb0')
+md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d')
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD
index c2d95dd32..9e8fbd0c3 100644
--- a/community/ccid/PKGBUILD
+++ b/community/ccid/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 98050 2013-10-04 16:09:59Z giovanni $
+# $Id: PKGBUILD 98755 2013-10-17 15:45:53Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.12
-pkgrel=2
+pkgver=1.4.13
+pkgrel=1
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
arch=('i686' 'x86_64')
url="http://pcsclite.alioth.debian.org/ccid.html"
@@ -12,8 +12,8 @@ license=('LGPL' 'GPL')
depends=('pcsclite' 'libusbx')
makedepends=('pkg-config')
backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/3937/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('54a314b60b60a9549febc75b6dc516d5')
+source=("https://alioth.debian.org/frs/download.php/file/3959/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('89c167a873df1f8bc0dc907ce209e5ff')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD
index fe6b7247d..efde167ce 100644
--- a/community/chuck/PKGBUILD
+++ b/community/chuck/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78497 2012-10-20 00:31:27Z arodseth $
+# $Id: PKGBUILD 98759 2013-10-17 17:27:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -7,7 +7,7 @@
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=chuck
-pkgver=1.3.1.3
+pkgver=1.3.2.0
pkgrel=1
pkgdesc='Concurrent, on-the-fly audio programming language'
arch=('x86_64' 'i686')
@@ -15,26 +15,18 @@ url='http://chuck.cs.princeton.edu/'
license=('GPL')
depends=('gcc-libs' 'libsndfile')
source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
-sha256sums=('8ef8a65fe4d265b6f509b9339355a5658b47d9b43219fa09c182ca846cc0a740')
+sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
build() {
- cd $srcdir/$pkgname-$pkgver/src
-
- msg2 'Configuring...'
- CFLAGS+=' -fno-strict-aliasing -lpthread'
- CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread'
-
- msg2 'Compiling...'
- # Alternatives to linux-alsa are: linux-jack linux-oss osx win32
- make linux-alsa
+ make -C "$pkgname-$pkgver/src" linux-alsa # linux-jack linux-oss osx win32
}
package() {
- cd $srcdir/$pkgname-$pkgver/src
+ cd "$pkgname-$pkgver/src"
- install -Dm755 chuck $pkgdir/usr/bin/chuck
- mkdir -p $pkgdir/usr/share/doc/$pkgname
- cp -r ../examples $pkgdir/usr/share/doc/$pkgname/
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+ cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD
index 678ee9894..171c9d807 100644
--- a/community/couchdb/PKGBUILD
+++ b/community/couchdb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96754 2013-09-04 10:16:32Z spupykin $
+# $Id: PKGBUILD 98736 2013-10-17 14:01:42Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
# Contributor: Michael Fellinger <m.fellinger@gmail.com>
pkgname=couchdb
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON"
arch=('i686' 'x86_64')
url="http://couchdb.apache.org"
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD
index 1f261252b..af1269484 100644
--- a/community/cython/PKGBUILD
+++ b/community/cython/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 96075 2013-08-20 06:32:15Z lcarlier $
+# $Id: PKGBUILD 98721 2013-10-17 12:42:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Igor Scabini <furester @ gmail.com>
pkgname=('cython' 'cython2')
pkgbase=cython
-pkgver=0.19.1
-pkgrel=2
+pkgver=0.19.2
+pkgrel=1
pkgdesc="C-Extensions for Python "
arch=(i686 x86_64)
url="http://www.cython.org"
license=('APACHE')
makedepends=('python-setuptools' 'python2-setuptools')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('df4cfb2b8e3345272e3fc451b76bd630')
+md5sums=('4af1218346510b464c0a6bf15500d0e2')
build() {
true
diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD
index 5ee25c7d5..581b6c9a6 100644
--- a/community/directfb/PKGBUILD
+++ b/community/directfb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 96481 2013-08-30 15:29:14Z spupykin $
+# $Id: PKGBUILD 98723 2013-10-17 12:43:25Z spupykin $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=directfb
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@ depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa'
options=('!libtool')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
+sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
build() {
cd DirectFB-${pkgver}
diff --git a/community/dwdiff/PKGBUILD b/community/dwdiff/PKGBUILD
index 9ab3bf69e..6350f5fb7 100644
--- a/community/dwdiff/PKGBUILD
+++ b/community/dwdiff/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87045 2013-03-26 11:49:38Z foutrelis $
+# $Id: PKGBUILD 98737 2013-10-17 14:01:43Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=dwdiff
pkgver=2.0.4
-pkgrel=4
+pkgrel=5
pkgdesc="A front-end for the diff program that operates at the word level instead of the line level"
arch=('i686' 'x86_64')
url="http://os.ghalkes.nl/dwdiff.html"
@@ -14,7 +14,7 @@ md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --without-dwfilter
make
}
diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD
index 2b9d1139c..702ac4fcb 100644
--- a/community/elinks/PKGBUILD
+++ b/community/elinks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88677 2013-04-21 22:16:44Z heftig $
+# $Id: PKGBUILD 98692 2013-10-17 05:44:05Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
@@ -7,8 +7,8 @@
pkgname=elinks
pkgver=0.13
-_commit="9313aae9062e1d9ff084858fa6844259cd8237d6"
-pkgrel=12
+_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
+pkgrel=13
pkgdesc="An advanced and well-established feature-rich text mode web browser."
arch=("i686" "x86_64")
url="http://elinks.or.cz"
diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD
index 7a4798b89..b02e94367 100644
--- a/community/fcitx/PKGBUILD
+++ b/community/fcitx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97747 2013-09-28 08:49:25Z fyan $
+# $Id: PKGBUILD 98738 2013-10-17 14:01:45Z andyrtr $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: csslayer <wengxt AT gmail com>
@@ -6,7 +6,7 @@
pkgbase=fcitx
pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
pkgver=4.2.8.3
-pkgrel=1
+pkgrel=2
groups=('fcitx-im')
arch=('i686' 'x86_64')
url="http://fcitx-im.org"
diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD
index 6faddd2c8..7490492b4 100644
--- a/community/gnustep-base/PKGBUILD
+++ b/community/gnustep-base/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96986 2013-09-09 19:51:14Z bgyorgy $
+# $Id: PKGBUILD 98739 2013-10-17 14:01:46Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-base
pkgver=1.24.5
-pkgrel=2
+pkgrel=3
pkgdesc="The GNUstep base package"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD
index 4de805f42..2d84cda13 100644
--- a/community/gnustep-gui/PKGBUILD
+++ b/community/gnustep-gui/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96990 2013-09-09 20:20:00Z bgyorgy $
+# $Id: PKGBUILD 98740 2013-10-17 14:01:47Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-gui
pkgver=0.23.1
-pkgrel=3
+pkgrel=4
pkgdesc="The GNUstep GUI class library"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
diff --git a/community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch b/community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch
deleted file mode 100644
index eab3a51fe..000000000
--- a/community/ibus-qt/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From fab6dc760edc39b9b4e561cfbf21b38c4fa86234 Mon Sep 17 00:00:00 2001
-From: Peter Wu <lekensteyn@gmail.com>
-Date: Tue, 4 Sep 2012 19:40:08 +0200
-Subject: [PATCH] Do not crash on missing/invalid DISPLAY envvar.
-
-- Check whether the passed DISPLAY environment variable contains ":".
-
-- Fallback to "-display" parameter passed to QApplication.
----
- src/CMakeLists.txt | 2 ++
- src/qibusbus.cpp | 23 ++++++++++++++++-------
- 2 files changed, 18 insertions(+), 7 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 2ad5588..8866ac0 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -92,9 +92,11 @@ set_target_properties(
- target_link_libraries(
- ibus-qt
- debug ${QT_QTCORE_LIBRARY_DEBUG}
-+ debug ${QT_QTGUI_LIBRARY_DEBUG}
- debug ${QT_QTDBUS_LIBRARY_DEBUG}
- debug ${QT_QTXML_LIBRARY_DEBUG}
- optimized ${QT_QTCORE_LIBRARY_RELEASE}
-+ optimized ${QT_QTGUI_LIBRARY_RELEASE}
- optimized ${QT_QTDBUS_LIBRARY_RELEASE}
- optimized ${QT_QTXML_LIBRARY_RELEASE}
- ${DBUS_LIBRARIES}
-diff --git a/src/qibusbus.cpp b/src/qibusbus.cpp
-index 6a45d65..ed8248a 100644
---- a/src/qibusbus.cpp
-+++ b/src/qibusbus.cpp
-@@ -12,7 +12,8 @@
- #include "qibusbus.h"
- #include "qibusibusproxy.h"
- #include "qibusdbusproxy.h"
--
-+#include <X11/Xlib.h>
-+#include <QX11Info>
-
- namespace IBus {
- /**
-@@ -121,15 +122,23 @@ QString
- Bus::getSocketPath (void)
- {
- QString display = getenv ("DISPLAY");
-- QStringList strs = display.split(":");
- QString hostname = "unix";
- QString display_number = "0";
-+ /* fallback when -display is passed to QApplication with no DISPLAY env */
-+ if (display == NULL) {
-+ Display * dpy = QX11Info::display();
-+ if (dpy)
-+ display = XDisplayString(dpy);
-+ }
-+ if (display != NULL && display.contains(':')) {
-+ QStringList strs = display.split(":");
-
-- if (!strs[0].isEmpty())
-- hostname = strs[0];
-- strs = strs[1].split(".");
-- if (!strs[0].isEmpty())
-- display_number = strs[0];
-+ if (!strs[0].isEmpty())
-+ hostname = strs[0];
-+ strs = strs[1].split(".");
-+ if (!strs[0].isEmpty())
-+ display_number = strs[0];
-+ }
-
- QString path =
- QDir::homePath() +
---
-1.7.12
diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD
index 0f26672df..f7ec9ad04 100644
--- a/community/ibus-qt/PKGBUILD
+++ b/community/ibus-qt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87047 2013-03-26 11:49:40Z foutrelis $
+# $Id: PKGBUILD 98741 2013-10-17 14:01:48Z andyrtr $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: garion < garion @ mailoo.org >
@@ -6,7 +6,7 @@
pkgname=ibus-qt
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('i686' 'x86_64')
license=('LGPL')
diff --git a/community/libfbclient/PKGBUILD b/community/libfbclient/PKGBUILD
index 44cb112af..dd1adb3ae 100644
--- a/community/libfbclient/PKGBUILD
+++ b/community/libfbclient/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88481 2013-04-18 13:13:14Z lcarlier $
+# $Id: PKGBUILD 98742 2013-10-17 14:01:49Z andyrtr $
# Maintainer: Carlier Laurent <lordheavym@gmail.com>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
pkgname=libfbclient
pkgver=2.5.2.26540
-pkgrel=1
+pkgrel=2
pkgdesc="Client library for Firebird."
arch=('i686' 'x86_64')
url="http://www.firebirdsql.org/"
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD
index 8d572e131..909b0177b 100644
--- a/community/mapnik/PKGBUILD
+++ b/community/mapnik/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 94032 2013-07-13 12:33:54Z svenstaro $
+# $Id: PKGBUILD 98743 2013-10-17 14:01:50Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: David Dent <thewinch@gmail.com>
# Contributor: orbisvicis <orbisvicis@gmail.com>
pkgname=mapnik
pkgver=2.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps"
arch=('i686' 'x86_64')
url="http://mapnik.org/"
@@ -15,7 +15,7 @@ depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
optdepends=('libxslt: Web Map Service'
'python2-lxml: Web Map Service'
- 'python-imaging: Web Map Service'
+ 'python2-pillow: Web Map Service'
'python-nose: Web Map Service'
'apache: Web Map Service'
'mod_fastcgi: Web Map Service - or:'
diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD
index b8f6a1477..e817648bf 100644
--- a/community/menu-cache/PKGBUILD
+++ b/community/menu-cache/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96685 2013-09-03 02:22:03Z bgyorgy $
+# $Id: PKGBUILD 98761 2013-10-17 19:19:43Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=menu-cache
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc='Caching mechanism for freedesktop.org compliant menus'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -14,7 +14,7 @@ groups=('lxde')
depends=('glib2')
options=('!libtool')
source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a')
+sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
build() {
cd $pkgname-$pkgver
diff --git a/community/nemo-extensions/PKGBUILD b/community/nemo-extensions/PKGBUILD
new file mode 100644
index 000000000..f0223ee36
--- /dev/null
+++ b/community/nemo-extensions/PKGBUILD
@@ -0,0 +1,181 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira@antergos.com>
+
+pkgbase="nemo-extensions"
+pkgname=('nemo-fileroller'
+ 'nemo-share'
+ 'nemo-python'
+ 'nemo-seahorse')
+ # 'nemo-media-columns'
+ #'nemo-pastebin'
+ #'nemo-preview'
+ # 'nemo-compare'
+ #'nemo-rabbitvcs'
+pkgver=2.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://github.com/linuxmint/nemo-extensions"
+depends=(nemo python2-gobject gconf libgnome-keyring libcryptui file-roller samba pastebinit \
+ clutter-gtk clutter-gst gst-plugins-good cjs libmusicbrainz5 evince gtksourceview3 webkitgtk \
+ python2-dbus)
+makedepends=(gnome-common gtk-doc intltool python2-distutils-extra gobject-introspection)
+options=('!libtool' '!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/master.zip")
+md5sums=('ecc7f8c34065d0bdb34778d53cf7b2fa')
+
+prepare() {
+
+ cd ${pkgbase}-master
+
+ # Python2 fix
+ find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+}
+
+build() {
+ cd ${pkgbase}-master
+
+ _configure_pkgs="nemo-fileroller nemo-share nemo-seahorse"
+ for dir in ${_configure_pkgs}
+ do
+ cd ${dir}
+ autoreconf -fi
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --disable-schemas-compile
+ make
+ cd ..
+ done
+
+ #_autogen_pkgs="nemo-python nemo-preview"
+ _autogen_pkgs="nemo-python"
+ for dir in ${_autogen_pkgs}
+ do
+ cd ${dir}
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+ cd ..
+ done
+
+ # # nemo-pastebin
+ # cd nemo-pastebin
+ # python2 ./setup.py build --build-base ${srcdir}/build/ || return 1
+ # cd ..
+
+ # nemo-media-columns
+ # Nothing to do here
+ # Required python2-pypdf from AUR
+
+ # nemo-compare
+ # cd nemo-compare
+
+ # nemo-rabbitvcs
+ # Nothing to do here
+
+}
+
+package_nemo-fileroller(){
+ cd ${pkgbase}-master/nemo-fileroller
+
+ pkgdesc="Nemo fileroller extension"
+ arch=('i686' 'x86_64')
+ depends=(nemo file-roller)
+ make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-share(){
+ cd ${pkgbase}-master/nemo-share
+
+ pkgdesc="Samba extension for Nemo"
+ arch=('i686' 'x86_64')
+ depends=(nemo samba)
+ make DESTDIR="${pkgdir}" install
+}
+
+package_nemo-python() {
+ cd ${pkgbase}-master/nemo-python
+
+ pkgdesc="Python2 binding for Nemo components"
+ arch=('i686' 'x86_64')
+ depends=(nemo python2-gobject)
+
+ make DESTDIR="${pkgdir}" install
+
+}
+
+package_nemo-seahorse(){
+ cd ${pkgbase}-master/nemo-seahorse
+
+ pkgdesc="Seahorse plugins and utilities for encryption"
+ arch=('i686' 'x86_64')
+ depends=(nemo seahorse gconf libgnome-keyring libcryptui)
+ install=nemo-seahorse.install
+ make DESTDIR="${pkgdir}" install
+}
+
+# package_nemo-media-columns(){
+# cd ${pkgbase}-master/nemo-media-columns
+
+# pkgdesc=("A Nemo extension to display music/EXIF and PDF metadata info in the Nemo List View")
+# arch=(any)
+
+# install -d ${pkgdir}/usr/share/nemo-python/extensions/
+# install -Dm755 ${srcdir}/nemo-media-columns.py \
+# ${pkgdir}/usr/share/nemo-python/extensions/nemo-media-columns.py
+# }
+
+# package_nemo-pastebin(){
+# cd ${pkgbase}-master/nemo-pastebin
+
+# pkgdesc="Nemo extension to send files to a pastebin"
+# arch=(any)
+# depends=(nemo pastebinit nemo-python)
+# install=nemo-pastebin.install
+
+# python2 ./setup.py install --prefix=/usr --root=${pkgdir} \
+# --no-compile -O0
+# }
+
+# package_nemo-preview(){
+# cd ${pkgbase}-master/nemo-preview
+
+# pkgdesc=("Nemo-preview is a GtkClutter and Javascript-based quick previewer for Nemo")
+# arch=(any)
+# depends=(nemo cjs libmusicbrainz5 evince gtksourceview3 webkitgtk clutter-gtk clutter-gst gst-plugins-good)
+
+# make DESTDIR="${pkgdir}" install
+# }
+
+# package_nemo-compare() {
+# cd ${pkgbase}-master/nemo-compare
+
+# pkgdesc="Context menu comparison extension for Nemo file manager"
+# depends=(python2 python2-xdg meld nemo-python)
+
+# install -d ${pkgdir}/usr/share/applications/
+# install -d ${pkgdir}/usr/share/nemo-compare/
+
+# install -Dm755 ${srcdir}/data/nemo-compare-preferences.desktop \
+# /usr/share/applications/nemo-compare-preferences.desktop
+# install -Dm755 ${srcdir}/data/nemo-compare-notification \
+# /usr/share/nemo-compare/nemo-compare-notification
+# install -Dm755 ${srcdir}/src/nemo-compare.py \
+# /usr/share/nemo-compare/nemo-compare.py
+# install -Dm755 ${srcdir}/src/utils.py \
+# /usr/share/nemo-compare/utils.py
+# install -Dm755 ${srcdir}/src/nemo-compare-preferences.py \
+# /usr/share/nemo-compare/nemo-compare-preferences.py
+
+# }
+
+# package_nemo-rabbitvcs(){
+# cd ${pkgbase}-master/nemo-rabbitvcs
+
+# depends=(nemo-python python2-dbus)
+
+# install -d ${pkgdir}/usr/share/nemo-python/extensions/
+# install -Dm755 ${srcdir}/RabbitVCS.py \
+# ${pkgdir}/usr/share/nemo-python/extensions/RabbitVCS.py
+# }
+
diff --git a/community/nemo-extensions/nemo-pastebin.install b/community/nemo-extensions/nemo-pastebin.install
new file mode 100644
index 000000000..326aa98a2
--- /dev/null
+++ b/community/nemo-extensions/nemo-pastebin.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/nemo-extensions/nemo-seahorse.install b/community/nemo-extensions/nemo-seahorse.install
new file mode 100644
index 000000000..21f12fbda
--- /dev/null
+++ b/community/nemo-extensions/nemo-seahorse.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
diff --git a/community/nomacs/PKGBUILD b/community/nomacs/PKGBUILD
index dc9015337..2d68c1826 100644
--- a/community/nomacs/PKGBUILD
+++ b/community/nomacs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 98626 2013-10-15 15:29:46Z speps $
+# $Id: PKGBUILD 98765 2013-10-17 21:51:03Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
pkgname=nomacs
-pkgver=1.6.0
+pkgver=1.6.0.2
pkgrel=1
pkgdesc="A Qt image viewer"
arch=(i686 x86_64)
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('qt4' 'exiv2' 'libraw' 'opencv')
makedepends=('cmake')
install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2")
-md5sums=('61cabef5638a4a2dabd0865df07e4b07')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-${pkgver%.*}/$pkgname-$pkgver-source.tar.bz2")
+md5sums=('a5556ca94053eec9539c11454f633316')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD
index 5c636d2ae..b189d2ce7 100644
--- a/community/openttd/PKGBUILD
+++ b/community/openttd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94719 2013-07-29 13:10:04Z lcarlier $
+# $Id: PKGBUILD 98744 2013-10-17 14:01:51Z andyrtr $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='An engine for running Transport Tycoon Deluxe.'
arch=('i686' 'x86_64')
url='http://www.openttd.org'
diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD
index c90fbe8fc..93b5481d6 100644
--- a/community/parole/PKGBUILD
+++ b/community/parole/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94522 2013-07-26 10:51:28Z spupykin $
+# $Id: PKGBUILD 98725 2013-10-17 12:43:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: TDY <tdy@gmx.com>
pkgname=parole
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="A modern media player based on the GStreamer framework"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ conflicts=('parole-media-player-git')
options=('!libtool')
install=parole.install
source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('ab87c3067e310cf200e26a61ed95cdf8')
+md5sums=('51c49684322079c216d80fe6193f1614')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 7e07d2623..7297430bb 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97838 2013-09-30 10:03:17Z spupykin $
+# $Id: PKGBUILD 98746 2013-10-17 14:01:53Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
@@ -6,7 +6,7 @@ pkgname=parrot
pkgver=5.7.0
#_rel=stable
_rel=devel
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
url="http://www.parrotcode.org/"
diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD
index 6ef3cd700..9f2704036 100644
--- a/community/python-pillow/PKGBUILD
+++ b/community/python-pillow/PKGBUILD
@@ -1,12 +1,14 @@
-# $Id: PKGBUILD 98021 2013-10-04 01:35:36Z kkeen $
+# $Id: PKGBUILD 98694 2013-10-17 06:08:29Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: minder
pkgbase=python-pillow
pkgname=(python-pillow python2-pillow)
-_appname=Pillow
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
arch=('i686' 'x86_64')
url="http://python-imaging.github.io/"
@@ -32,6 +34,9 @@ package_python-pillow() {
popd
install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
+
# clean up bins
cd "$pkgdir/usr/bin"
for f in *.py; do
@@ -55,6 +60,9 @@ package_python2-pillow() {
popd
install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -dm755 "$pkgdir/usr/include/python$_py2basever/"
+ install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
+
# clean up bins
cd "$pkgdir/usr/bin"
for f in *.py; do
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD
index 03e73c7e6..fdd5383f2 100644
--- a/community/python-scipy/PKGBUILD
+++ b/community/python-scipy/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@ makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
checkdepends=('python-nose' 'python2-nose')
source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz" )
# "http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz")
+md5sums=('906278290152fedfe79029371ca584a5')
build() {
unset LDFLAGS
@@ -47,7 +48,7 @@ build() {
check() {
cd scipy-${pkgver}
# figure out how to run tests in the source tree easily
-# python -c "from scipy import test; test('full')"
+#python -c "from scipy import test; test('full')"
cd ../scipy-${pkgver}-py2
# figure out how to run tests in the source tree easily
@@ -81,4 +82,3 @@ package_python2-scipy() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('8fb4da324649f655e8557ea92b998786')
diff --git a/community/supertuxkart/PKGBUILD b/community/supertuxkart/PKGBUILD
index a31909eef..ce9b35417 100644
--- a/community/supertuxkart/PKGBUILD
+++ b/community/supertuxkart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81785 2012-12-29 16:57:50Z arodseth $
+# $Id: PKGBUILD 98716 2013-10-17 11:38:17Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Daenyth <Daenyth+Arch [AT] gmail [DOT] com>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=supertuxkart
pkgver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc='Kart racing game featuring Tux and his friends'
arch=('i686' 'x86_64')
url='http://supertuxkart.sourceforge.net/'
@@ -14,16 +14,16 @@ license=('GPL2')
depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+install=supertuxkart.install
md5sums=('0b939ce601374758938119e0b0dd1fec')
build() {
cd ${srcdir}/SuperTuxKart-${pkgver}
- convert "data/${pkgname}_64.xpm" "data/$pkgname.png"
_fn="data/${pkgname}_desktop.template"
setconf "$_fn" Exec "$pkgname --log=file"
setconf "$_fn" TryExec "$pkgname"
- setconf "$_fn" Icon "$pkgname"
+ setconf "$_fn" Icon "$pkgname"_64
cd lib/irrlicht/source/Irrlicht
NDEBUG=1 make
@@ -48,9 +48,6 @@ package() {
cd build
make DESTDIR=${pkgdir} install
-
- cd ../data
- install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/supertuxkart/supertuxkart.install b/community/supertuxkart/supertuxkart.install
new file mode 100644
index 000000000..41f09f887
--- /dev/null
+++ b/community/supertuxkart/supertuxkart.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 72eb0b320..cc473f7aa 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97073 2013-09-12 10:15:01Z spupykin $
+# $Id: PKGBUILD 98727 2013-10-17 12:44:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=36.0.3
+pkgver=37.0.0
pkgrel=1
pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('qt4' 'aspell' 'hunspell')
install=tea.install
source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('2e33f9a150f17eea62d9a805033fe16b'
+md5sums=('2f1113cf5771ba504ae1964aedb0acf2'
'377ace3363124f4c086de0babb820761')
build() {
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 47c8e9153..53cc6a2f7 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# $Id: PKGBUILD 98707 2013-10-17 10:43:21Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.3.0
-_pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+_pkgver=3.3.1
+pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
@@ -24,7 +24,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('b2331942ad01c4fda376abf30c6a503a')
+md5sums=('3e93152c0ba3feb4ee687e7370b27552')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD
index 916d199b8..8858c5860 100644
--- a/community/xapian-core/PKGBUILD
+++ b/community/xapian-core/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89923 2013-05-05 14:51:22Z spupykin $
+# $Id: PKGBUILD 98729 2013-10-17 12:44:33Z spupykin $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=xapian-core
-pkgver=1.2.15
+pkgver=1.3.1
pkgrel=1
pkgdesc='Open source search engine library.'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('sh' 'gcc-libs' 'zlib' 'util-linux')
# xapian config requires libxapian.la
options=('libtool')
source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3af45069c6a14a7ecad2da24cbc3d2c5')
+md5sums=('f25d4aff5f6a9a3ded84f8636233721c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD
index 81508b46b..0c6bdebe3 100644
--- a/community/yaz/PKGBUILD
+++ b/community/yaz/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88599 2013-04-20 16:23:14Z jlichtblau $
+# $Id: PKGBUILD 98747 2013-10-17 14:01:55Z andyrtr $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,7 +7,7 @@
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
pkgname=yaz
-pkgver=4.2.54
+pkgver=5.0.1
pkgrel=1
pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ depends=('openssl' 'libxslt' 'icu')
options=('!libtool')
changelog=$pkgname.changelog
source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087')
+sha256sums=('4792096db2175b8e3553dec5f3762efab9b1b9d0f84acceec0690ddcf7954a11')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/yaz/yaz.changelog b/community/yaz/yaz.changelog
index 27f48a9c4..7198259b5 100644
--- a/community/yaz/yaz.changelog
+++ b/community/yaz/yaz.changelog
@@ -1,3 +1,6 @@
+2013-10-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * yaz 5.0.1-1
+
2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* yaz 4.2.54-1
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index 69869fc0a..94ce09e03 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 92652 2013-06-10 15:20:40Z bpiotrowski $
+# $Id: PKGBUILD 98711 2013-10-17 10:53:26Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
-pkgver=3.2.3
+pkgver=4.0.1
pkgrel=1
pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ."
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('gcc-libs' 'util-linux')
makedepends=('python2')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('1abf8246363249baf5931a065ee38203'
- '37805e6859ce1900041c9a2613936ec7')
+md5sums=('e738c310d135e20fa48c5b348da18e22'
+ '388ddb07fdd88b040769e8f4c9b397fa')
build() {
cd "$srcdir/$pkgname-$pkgver"