diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/geary/PKGBUILD | 8 | ||||
-rw-r--r-- | community/perl-dbd-pg/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python-pytables/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python-scipy/PKGBUILD | 4 | ||||
-rw-r--r-- | community/rtl-sdr/PKGBUILD | 7 |
5 files changed, 18 insertions, 17 deletions
diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD index adb83f731..ee33978a9 100755 --- a/community/geary/PKGBUILD +++ b/community/geary/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 105142 2014-02-01 15:05:47Z alucryd $ -# Maintainer: Maxime Gauduin <alucryd at gmail dot com> +# $Id: PKGBUILD 105421 2014-02-07 11:42:11Z alucryd $ +# Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor : sebikul <sebikul@gmail.com> # Contributor : Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=geary pkgver=0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64') url='http://www.yorba.org/projects/geary/' license=('GPL3') -depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') +depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala') install="${pkgname}.install" source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") diff --git a/community/perl-dbd-pg/PKGBUILD b/community/perl-dbd-pg/PKGBUILD index 64bb7d24f..0f10252ab 100644 --- a/community/perl-dbd-pg/PKGBUILD +++ b/community/perl-dbd-pg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91665 2013-05-26 09:25:00Z bluewind $ +# $Id: PKGBUILD 105418 2014-02-07 09:53:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-dbd-pg -pkgver=2.19.3 -pkgrel=2 +pkgver=3.0.0 +pkgrel=1 pkgdesc="Postgres Driver for DBI" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/DBD-Pg" @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'postgresql-libs') options=('!emptydirs') source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz") -md5sums=('026ea19f89aee12051bce23d797e824b') +md5sums=('58c2613bcb241279aca4c111ba16db48') build() { cd DBD-Pg-${pkgver} diff --git a/community/python-pytables/PKGBUILD b/community/python-pytables/PKGBUILD index 13b571262..abe919c77 100644 --- a/community/python-pytables/PKGBUILD +++ b/community/python-pytables/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 98817 2013-10-19 13:44:44Z bpiotrowski $ +# $Id: PKGBUILD 105425 2014-02-07 11:53:10Z aginiewicz $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Sebastien Binet <binet@cern.ch> pkgbase=python-pytables pkgname=('python2-pytables' 'python-pytables') -pkgver=3.0.0 -pkgrel=4 +pkgver=3.1.0 +pkgrel=1 arch=("i686" "x86_64") pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data" url="http://www.pytables.org" license=("BSD") makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 'cython') source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz") -md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2') +md5sums=('22e048ef20883269c4a2a3f2026c38ee') build() { cd "$srcdir" diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index b7f7618d1..e6ab4fe59 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.13.2 +pkgver=0.13.3 pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('i686' 'x86_64') @@ -15,6 +15,7 @@ license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools') checkdepends=('python-nose' 'python2-nose') source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz") +md5sums=('0547c1f8e8afad4009cc9b5ef17a2d4d') build() { # Changing the arithmetic parameter (Thanks to Fabrizio Castellano) @@ -80,4 +81,3 @@ package_python2-scipy() { } # vim:set ts=2 sw=2 et: -md5sums=('fcd110802b0bf3505ba567cf831566e1') diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD index 2ce39e5aa..3bad0ade0 100644 --- a/community/rtl-sdr/PKGBUILD +++ b/community/rtl-sdr/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 104741 2014-01-25 14:29:57Z kkeen $ +# $Id: PKGBUILD 105412 2014-02-07 01:40:43Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Michael Düll <mail@akurei.me> pkgname=rtl-sdr # they are just starting to play with tags # consider using tags for the pkgver in the future -pkgver=20140124 -_commit=be8716b2c +pkgver=20140207 +_commit=df9596b2d1 pkgrel=1 pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)." arch=('i686' 'x86_64') @@ -34,6 +34,7 @@ build() { mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \ + -DDETACH_KERNEL_DRIVER=ON \ -DINSTALL_UDEV_RULES=ON -Wno-dev ../ make } |