summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/dbmail/PKGBUILD12
-rw-r--r--community/dd_rescue/PKGBUILD9
-rw-r--r--community/happy/PKGBUILD10
-rw-r--r--community/haskell-haskeline/PKGBUILD6
-rw-r--r--community/iodine/PKGBUILD6
-rw-r--r--community/perl-dbd-odbc/PKGBUILD6
-rw-r--r--community/pv/PKGBUILD6
-rw-r--r--community/tomoyo-tools/PKGBUILD10
-rw-r--r--community/tomoyo-tools/tomoyo-tools.install10
-rw-r--r--community/vile/PKGBUILD11
-rw-r--r--community/zile/PKGBUILD16
11 files changed, 52 insertions, 50 deletions
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 2c81bdd85..bae1280f5 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106198 2014-02-25 10:18:17Z spupykin $
+# $Id: PKGBUILD 106291 2014-02-26 16:22:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
-pkgver=3.1.10
-pkgrel=4
+pkgver=3.1.11
+pkgrel=1
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -20,14 +20,14 @@ backup=(etc/xinetd.d/dbmail-imapd
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-#source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
-source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1"
+#source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1"
+source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
"dbmail-imapd.xinetd"
"dbmail-lmtpd.xinetd"
"dbmail-pop3d.xinetd"
"dbmail-timsieved.xinetd"
"dbmail-7-systemd.diff")
-md5sums=('SKIP'
+md5sums=('e32b167106a2b34483070cbb08839567'
'890de13361afbdf4fed12d6d7eb53e66'
'961593658cd596297d03d25eb9c9e98f'
'4cb764894abd3914802e90602bf90a0c'
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
index 05f098682..d6d66b673 100644
--- a/community/dd_rescue/PKGBUILD
+++ b/community/dd_rescue/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 100624 2013-11-06 14:17:22Z fyan $
+# $Id: PKGBUILD 106264 2014-02-26 03:42:27Z 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.40
-pkgrel=2
+pkgver=1.41
+pkgrel=1
pkgdesc="A dd version that is very useful for data-recovery"
url="http://www.garloff.de/kurt/linux/ddrescue/"
license=("GPL")
depends=('glibc')
arch=('x86_64' 'i686')
source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-md5sums=('690bc25884272461d994aca10f620b98')
build() {
cd $pkgname
@@ -24,3 +23,5 @@ package() {
cd $pkgname
make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
}
+
+md5sums=('f5d89c365cbc404b263abd2f94ea60b5')
diff --git a/community/happy/PKGBUILD b/community/happy/PKGBUILD
index 5f63b6e6a..0eab25381 100644
--- a/community/happy/PKGBUILD
+++ b/community/happy/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89288 2013-04-28 16:52:09Z td123 $
+# $Id: PKGBUILD 106258 2014-02-25 23:08:43Z bpiotrowski $
# Maintainer: Thomas Dziedzic <gostrc@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
-
+
pkgname=happy
-pkgver=1.18.10
-pkgrel=3
+pkgver=1.19.3
+pkgrel=1
pkgdesc="The Parser Generator for Haskell"
url="http://hackage.haskell.org/package/happy"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=("custom:BSD3")
depends=('gmp')
makedepends=('ghc=7.6.3-1' 'haskell-mtl=2.1.2-3')
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a1638e89434427e57f68ef311761dc30')
+md5sums=('fb9f4aec9d9e3b92be95a8abc43704b4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/haskell-haskeline/PKGBUILD b/community/haskell-haskeline/PKGBUILD
index 102cd82ee..d9c122ca6 100644
--- a/community/haskell-haskeline/PKGBUILD
+++ b/community/haskell-haskeline/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106230 2014-02-25 15:57:18Z bpiotrowski $
+# $Id: PKGBUILD 106287 2014-02-26 15:19:55Z bpiotrowski $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
# Package generated by cabal2arch 0.7.6
@@ -6,12 +6,12 @@
_hkgname=haskeline
pkgname=haskell-haskeline
pkgver=0.7.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A command-line interface for user input, written in Haskell."
url="http://hackage.haskell.org/package/haskeline"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.4.0.0-1')
install=${pkgname}.install
options=('staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
diff --git a/community/iodine/PKGBUILD b/community/iodine/PKGBUILD
index c50b3c9d4..57017b56d 100644
--- a/community/iodine/PKGBUILD
+++ b/community/iodine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101503 2013-11-26 16:10:21Z fyan $
+# $Id: PKGBUILD 106266 2014-02-26 03:44:24Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
@@ -6,12 +6,12 @@
pkgname=iodine
pkgver=0.6.0rc1
-pkgrel=3
+pkgrel=4
pkgdesc='Tunnel IPv4 data through a DNS server'
arch=('i686' 'x86_64')
url='http://code.kryo.se/iodine'
license=('custom:ISC')
-depends=('zlib')
+depends=('zlib' 'net-tools')
source=("http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz"
'iodined.service'
'iodined.conf.d')
diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD
index a27d34dc4..6ac0f84b6 100644
--- a/community/perl-dbd-odbc/PKGBUILD
+++ b/community/perl-dbd-odbc/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 100316 2013-11-02 09:13:58Z spupykin $
+# $Id: PKGBUILD 106272 2014-02-26 10:46:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-odbc
-pkgver=1.45
+pkgver=1.47
pkgrel=1
pkgdesc="ODBC Driver for DBI"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi' 'perl' 'unixodbc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz")
-md5sums=('3c750cde8e39fbba804043485f18ba68')
+md5sums=('d5dc91518dc4a476f98e74d8c0774947')
build() {
cd DBD-ODBC-${pkgver}
diff --git a/community/pv/PKGBUILD b/community/pv/PKGBUILD
index 6a0082f15..af30a1bcb 100644
--- a/community/pv/PKGBUILD
+++ b/community/pv/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105108 2014-01-31 20:17:47Z lfleischer $
+# $Id: PKGBUILD 106285 2014-02-26 15:01:01Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=pv
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://www.ivarch.com/programs/pv.shtml'
license=('custom:Artistic 2.0')
depends=('glibc')
source=("http://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
-md5sums=('fb7ecf2f5a8d5562d618efd5d85cdf82')
+md5sums=('fdcd0be1e333602f82a70921b87976b8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD
index f321ae4fc..f988a2894 100644
--- a/community/tomoyo-tools/PKGBUILD
+++ b/community/tomoyo-tools/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 96550 2013-08-31 16:05:13Z foutrelis $
+# $Id: PKGBUILD 106283 2014-02-26 11:56:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
pkgname=tomoyo-tools
_basever=2.5.0
-_timestamp=20130406
+_timestamp=20140105
_file=53357
-pkgver=${_basever}.${_timestamp}
-pkgrel=2
+pkgver=2.5.0.20140105
+pkgrel=3
pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
arch=('i686' 'x86_64')
url='http://tomoyo.sourceforge.jp'
@@ -16,7 +16,7 @@ license=('GPL')
depends=('ncurses' 'linux>=3.2')
install=tomoyo-tools.install
source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
-md5sums=('8888f83fcb87823d714ff551e8680d0d')
+md5sums=('555561e733a530f5514521d45bdbfeec')
prepare() {
cd "${srcdir}/${pkgname}"
diff --git a/community/tomoyo-tools/tomoyo-tools.install b/community/tomoyo-tools/tomoyo-tools.install
index c23df1212..09d974751 100644
--- a/community/tomoyo-tools/tomoyo-tools.install
+++ b/community/tomoyo-tools/tomoyo-tools.install
@@ -1,11 +1,7 @@
post_install () {
- echo
- echo " * To enable TOMOYO Linux, append 'security=tomoyo TOMOYO_trigger=/usr/bin/init' to the kernel"
+ echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
echo " boot options and initialize policy with this command:"
echo " /usr/lib/tomoyo/init_policy"
- echo
-}
-
-post_upgrade () {
- post_install $1
+ echo " Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER"
+ echo " kernel option has wrong value"
}
diff --git a/community/vile/PKGBUILD b/community/vile/PKGBUILD
index 3d40ed441..8b6dd58cb 100644
--- a/community/vile/PKGBUILD
+++ b/community/vile/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 101122 2013-11-17 20:12:27Z spupykin $
+# $Id: PKGBUILD 106280 2014-02-26 11:22:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=vile
-pkgver=9.8_k
+pkgver=9.8_l
_basever=9.8
pkgrel=1
pkgdesc="vi like emacs"
@@ -21,7 +21,8 @@ source=("ftp://invisible-island.net/vile/vile-${_basever}.tgz"
"ftp://invisible-island.net/vile/patches/vile-${_basever}h.patch.gz"
"ftp://invisible-island.net/vile/patches/vile-${_basever}i.patch.gz"
"ftp://invisible-island.net/vile/patches/vile-${_basever}j.patch.gz"
- "ftp://invisible-island.net/vile/patches/vile-${_basever}k.patch.gz")
+ "ftp://invisible-island.net/vile/patches/vile-${_basever}k.patch.gz"
+ "ftp://invisible-island.net/vile/patches/vile-${_basever}l.patch.gz")
md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
'685cb681943e9315a1689a6a6f4734cb'
'f3842ea427c635d0ee96f6da8566fa56'
@@ -33,7 +34,8 @@ md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
'6ea4cf22e29f5418f26ba6632985c70e'
'908e8f9cf3c9a681c3ef76a3cd04a0c3'
'66f4136ab1ce33f491080c0fb3c87b06'
- 'e4a60ed7e3959269201c5a937b206272')
+ 'e4a60ed7e3959269201c5a937b206272'
+ '6dcca45518004247ff9e11a791a054c9')
prepare() {
cd $srcdir/$pkgname-${_basever}
@@ -51,6 +53,7 @@ build() {
package() {
cd $srcdir/$pkgname-${_basever}
+ mkdir -p $pkgdir/usr/lib/vile
make install DESTDIR=$pkgdir
mkdir -p $pkgdir/usr/share/licenses/$pkgname
cat <<EOF >$pkgdir/usr/share/licenses/$pkgname/license
diff --git a/community/zile/PKGBUILD b/community/zile/PKGBUILD
index 4ed801004..2f2e7ce5f 100644
--- a/community/zile/PKGBUILD
+++ b/community/zile/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 83186 2013-01-27 16:28:06Z pierre $
+# $Id: PKGBUILD 106262 2014-02-26 03:23:44Z kkeen $
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-# Maintainer: Kevin Piche <kevin@archlinux.org>
+# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=zile
-pkgver=2.4.9
+pkgver=2.4.10
pkgrel=1
pkgdesc="A small, fast, and powerful Emacs clone"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/zile/"
license=('GPL3')
depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('f233487e2d0ce99d7670832d106d1a2503d4c925'
- 'cfc6f526bd4f14e127b32f91ae3e414e58d722c3')
+sha1sums=('256ae72ee43613c61bdbc558e8eb3dd50fe4de19'
+ '0a7bc694588129e79b997e516a39c9f60ddfef1a')
build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
}