summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/conntrack-tools/01-config-file-path.patch12
-rw-r--r--community/conntrack-tools/PKGBUILD35
-rw-r--r--community/filezilla/PKGBUILD6
-rw-r--r--community/hitori/PKGBUILD6
-rw-r--r--community/i3-wm/PKGBUILD18
-rw-r--r--community/inn/PKGBUILD6
-rw-r--r--community/libnetfilter_conntrack/PKGBUILD9
-rw-r--r--community/libnewt/PKGBUILD6
8 files changed, 45 insertions, 53 deletions
diff --git a/community/conntrack-tools/01-config-file-path.patch b/community/conntrack-tools/01-config-file-path.patch
deleted file mode 100644
index 9041ddbc4..000000000
--- a/community/conntrack-tools/01-config-file-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
-+++ b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
-@@ -50,7 +50,7 @@
- #define EXP_DUMP_INT_XML 47 /* dump internal cache in XML */
- #define EXP_DUMP_EXT_XML 48 /* dump external cache in XML */
-
--#define DEFAULT_CONFIGFILE "/etc/conntrackd/conntrackd.conf"
-+#define DEFAULT_CONFIGFILE "/etc/conntrackd.conf"
--#define DEFAULT_LOCKFILE "/var/lock/conntrackd.lock"
-+#define DEFAULT_LOCKFILE "/run/lock/conntrackd.lock"
- #define DEFAULT_LOGFILE "/var/log/conntrackd.log"
- #define DEFAULT_STATS_LOGFILE "/var/log/conntrackd-stats.log"
diff --git a/community/conntrack-tools/PKGBUILD b/community/conntrack-tools/PKGBUILD
index 6788553f2..a1373b1d0 100644
--- a/community/conntrack-tools/PKGBUILD
+++ b/community/conntrack-tools/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 90503 2013-05-12 23:32:26Z seblu $
+# $Id: PKGBUILD 95231 2013-08-07 09:35:16Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Valere Monseur <valere_monseur@hotmail.com>
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=conntrack-tools
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
pkgdesc='Userspace tools to interact with the Netfilter connection tracking system'
arch=('i686' 'x86_64')
url='http://www.netfilter.org/projects/conntrack-tools'
@@ -17,33 +17,34 @@ depends=('libnetfilter_conntrack'
'libnetfilter_queue')
backup=('etc/conntrackd.conf')
options=('!libtool')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"
- 'conntrackd.service'
- '01-config-file-path.patch')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig}
+ 'conntrackd.service')
install=$pkgname.install
-sha1sums=('6fda497ef1ebd5e4afe01830ece072d2df2fe50f'
- 'ab888d59b98b673709d2d89554c668e2bea0cb86'
- 'e7607a9ac14dd839f3716ac68d46e19ab26ef112')
+sha1sums=('50b89305bb689973d42a163c480dc77a5c0f6fe0'
+ 'SKIP'
+ 'ab888d59b98b673709d2d89554c668e2bea0cb86')
+
+prepare() {
+ sed -i -e 's,/etc/conntrackd/,/etc/,' -e 's,/var/lock/,/run/lock/,' \
+ $pkgname-$pkgver/include/conntrackd.h
+}
+
build() {
cd $pkgname-$pkgver
- for i in "$srcdir"/*.patch; do
- patch -p1 -i "$i"
- done
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
make
}
package() {
# install binaries
- pushd $pkgname-$pkgver
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
- popd
# systemd
- install -D -m 644 conntrackd.service \
- "$pkgdir/usr/lib/systemd/system/conntrackd.service"
+ cd "$pkgdir"
+ install -D -m 644 "$srcdir/conntrackd.service" usr/lib/systemd/system/conntrackd.service
# install empty configuration files
- install -D -m 644 /dev/null "$pkgdir/etc/conntrackd.conf"
+ install -D -m 644 /dev/null etc/conntrackd.conf
}
# vim:set ts=2 sw=2 et:
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD
index 70e4039fa..216568378 100644
--- a/community/filezilla/PKGBUILD
+++ b/community/filezilla/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 95217 2013-08-06 19:44:34Z bluewind $
+# $Id: PKGBUILD 95254 2013-08-07 20:59:40Z bluewind $
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=filezilla
-pkgver=3.7.2
+pkgver=3.7.3
pkgrel=1
pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('2cf1e519b78c87e35284dae98439e96c')
+md5sums=('df7828739a852ac3adbc1c010303115d')
diff --git a/community/hitori/PKGBUILD b/community/hitori/PKGBUILD
index 9a8053373..80a0aa68c 100644
--- a/community/hitori/PKGBUILD
+++ b/community/hitori/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 77547 2012-10-12 03:16:10Z bgyorgy $
+# $Id: PKGBUILD 95244 2013-08-07 13:38:52Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=hitori
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="GTK+ application to generate and let you play games of Hitori"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('intltool' 'itstool')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030')
+sha256sums=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD
index f7c5221cd..38057888c 100644
--- a/community/i3-wm/PKGBUILD
+++ b/community/i3-wm/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 86553 2013-03-19 09:17:14Z ttoepper $
+# $Id: PKGBUILD 95252 2013-08-07 20:52:39Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3-wm
_pkgsourcename=i3
-pkgver=4.5.1
+pkgver=4.6
pkgrel=1
-pkgdesc="An improved dynamic tiling window manager"
+pkgdesc='An improved dynamic tiling window manager'
arch=('i686' 'x86_64')
-url="http://i3wm.org/"
+url='http://i3wm.org/'
license=('BSD')
-replaces=("i3" "i3bar")
-groups=("i3")
+replaces=('i3' 'i3bar')
+groups=('i3')
depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
'startup-notification' 'pango' 'perl')
makedepends=('bison' 'flex')
@@ -18,8 +18,10 @@ optdepends=('dmenu: As menu.'
'i3lock: For locking your screen.'
'i3status: To display systeminformation with a bar.')
options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2")
-md5sums=('a448388a9e26b7ae371534ff9f6ca353')
+source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2"
+ "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc")
+md5sums=('11901176eea90632384434c371840cfd'
+ 'SKIP')
build() {
cd "$srcdir/$_pkgsourcename-$pkgver"
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD
index adc62dab0..bb68b9d91 100644
--- a/community/inn/PKGBUILD
+++ b/community/inn/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 92442 2013-06-05 11:48:40Z spupykin $
+# $Id: PKGBUILD 95240 2013-08-07 11:39:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Edward Tjörnhammar <xhemi@cube2.se>
# Contributor: Edward Tjörnhammar <xhemi@cube2.se>
pkgname=inn
pkgver=2.5.3
-pkgrel=7
+pkgrel=8
pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
url="http://www.isc.org/software/inn/"
arch=('i686' 'x86_64')
license=("custom:INN")
-depends=('openssl' 'dovecot')
+depends=('openssl')
makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
optdepends=('perl' 'python2' 'libsasl')
options=(emptydirs docs zipman)
diff --git a/community/libnetfilter_conntrack/PKGBUILD b/community/libnetfilter_conntrack/PKGBUILD
index 302795ef4..94f378807 100644
--- a/community/libnetfilter_conntrack/PKGBUILD
+++ b/community/libnetfilter_conntrack/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85675 2013-03-04 19:37:18Z seblu $
+# $Id: PKGBUILD 95229 2013-08-07 09:04:58Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sébastien Luttringer
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=libnetfilter_conntrack
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='Library providing an API to the in-kernel connection tracking state table'
arch=('i686' 'x86_64')
@@ -13,8 +13,9 @@ depends=('libnfnetlink' 'libmnl')
url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
license=('GPL')
options=('!libtool')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('73394a3d8d0cfecc6abb6027b4792d52')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('18cf80c4b339a3285e78822dbd4f08d7'
+ 'SKIP')
build() {
cd $pkgname-$pkgver
diff --git a/community/libnewt/PKGBUILD b/community/libnewt/PKGBUILD
index 307d2d90d..ba797d128 100644
--- a/community/libnewt/PKGBUILD
+++ b/community/libnewt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 88638 2013-04-20 19:08:21Z arodseth $
+# $Id: PKGBUILD 95249 2013-08-07 17:07:06Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Tom Killian <tomk@runbox.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=libnewt
-pkgver=0.52.15
+pkgver=0.52.16
pkgrel=1
_tclver=8.6
pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
@@ -18,7 +18,7 @@ optdepends=('tcl: whiptcl support' \
'python2: libnewt api through _snack module')
options=('!makeflags')
source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
-sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241')
+sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
prepare() {
cd "$srcdir/newt-$pkgver"