summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-24 04:12:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-24 04:12:12 +0000
commita159647ee8bfb38fdf66e4e726ed08e6f2b67f90 (patch)
tree779ddc7fb8db80b2ff0f892a9c56452b1cd0a816 /community
parent87d17fa2b4ad3761b9235da7280a51ba768102c6 (diff)
Sat May 24 04:08:21 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/dart/PKGBUILD10
-rw-r--r--community/dd_rescue/PKGBUILD6
-rw-r--r--community/dspam/PKGBUILD9
-rw-r--r--community/python2-systemd/PKGBUILD10
-rw-r--r--community/rethinkdb/PKGBUILD6
5 files changed, 21 insertions, 20 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index e8b2d6c17..bf777ffd0 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110850 2014-05-08 14:27:48Z arodseth $
+# $Id: PKGBUILD 111753 2014-05-23 11:17:45Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.3.6
+pkgver=1.4.0
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -18,10 +18,10 @@ options=('!strip')
if [[ $CARCH == x86_64 ]]; then
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
- sha256sums=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
+ sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
+ sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
fi
prepare() {
@@ -44,7 +44,7 @@ prepare() {
# Fix missing "fi" and missing newline
echo -e "fi\n" >> pub
- # Extract license (AUTHORS and LICENSE files are missing
+ # Extract license (AUTHORS and LICENSE files are missing)
head -n5 "../include/dart_api.h" > ../../LICENSE
}
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
index 3de269ff7..392d75110 100644
--- a/community/dd_rescue/PKGBUILD
+++ b/community/dd_rescue/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 111576 2014-05-20 16:05:05Z fyan $
+# $Id: PKGBUILD 111763 2014-05-23 14:09:49Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Zerial <fernando@zerial.org>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
# Contributor: Jose Riha <jose1711 gmail com>
pkgname=dd_rescue
-pkgver=1.43
+pkgver=1.44
pkgrel=1
pkgdesc="A dd version that is very useful for data-recovery"
url="http://www.garloff.de/kurt/linux/ddrescue/"
@@ -31,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
}
-sha512sums=('d0c090d5d94916cda4bd046b22324ea5c44cfd2f856af56b698ea0e9ab4b622564a652869e50fa4e2e3d59b8d10bbffd00b826453bed06d778e7326ebf72e87d')
+sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')
diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD
index fc5cc2114..f51fda590 100644
--- a/community/dspam/PKGBUILD
+++ b/community/dspam/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100150 2013-11-01 20:23:57Z spupykin $
+# $Id: PKGBUILD 111750 2014-05-23 09:48:30Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=dspam
pkgver=3.10.2
-pkgrel=8
+pkgrel=9
pkgdesc="A scalable, open-source statistical anti-spam filter"
arch=('i686' 'x86_64')
url="http://dspam.nuclearelephant.com/"
@@ -41,8 +41,11 @@ build() {
--with-mysql-includes=/usr/include/mysql --with-mysql-libraries=/usr/lib \
--with-storage-driver="hash_drv,mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv" --enable-preferences-extension"
+ export CFLAGS="-O2"
+ unset LDFLAGS
+
cd $srcdir/$pkgname-$pkgver
- [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var ${OPTS}
+ ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var ${OPTS}
make
}
diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD
index 4acd5afe0..7fb11e5ef 100644
--- a/community/python2-systemd/PKGBUILD
+++ b/community/python2-systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 108647 2014-03-31 04:16:54Z dwallace $
+# $Id: PKGBUILD 111765 2014-05-23 14:47:58Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
pkgname=python2-systemd
_pkgname=systemd
pkgver=212
-pkgrel=1
+pkgrel=2
pkgdesc="Python2 bindings for systemd"
arch=('x86_64' 'i686')
url="http://www.freedesktop.org/wiki/Software/systemd/"
@@ -18,11 +18,9 @@ build() {
cd "$_pkgname-$pkgver"
./configure \
--libexecdir=/usr/lib \
- --disable-manpages \
- --with-sysvinit-path=/etc/rc.d/init.d \
- --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+ --disable-manpages
PYTHON=python2
- make
+ make CFLAGS="${CFLAGS} -fno-lto"
}
package(){
diff --git a/community/rethinkdb/PKGBUILD b/community/rethinkdb/PKGBUILD
index e49bc0ccb..069351f0a 100644
--- a/community/rethinkdb/PKGBUILD
+++ b/community/rethinkdb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110146 2014-04-25 00:56:57Z anatolik $
+# $Id: PKGBUILD 111743 2014-05-23 03:25:01Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Sigmund Lahn <sigmund@lahn.no>
pkgname=rethinkdb
-pkgver=1.12.4
+pkgver=1.12.5
pkgrel=1
pkgdesc='An open-source distributed database built with love.'
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ source=(
rethinkdb-tmpfile.conf
rethinkdb.service
)
-sha256sums=('2e1253403c75e643feb614d80927018844546aa894b908058b26005ddfda02b7'
+sha256sums=('f86c70e680a863be106fb03d8245bd3d42df57a5635378bd70ba0eb86ff98bea'
'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')