summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/fbreader/PKGBUILD6
-rw-r--r--community/go/PKGBUILD12
-rw-r--r--community/ipset/PKGBUILD6
-rw-r--r--community/libuser/PKGBUILD6
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/pekwm/PKGBUILD8
6 files changed, 21 insertions, 23 deletions
diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD
index c82f3e848..f0485b887 100644
--- a/community/fbreader/PKGBUILD
+++ b/community/fbreader/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 76103 2012-09-11 14:04:11Z spupykin $
+# $Id: PKGBUILD 80619 2012-11-27 09:41:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=fbreader
-pkgver=0.99.2
+pkgver=0.99.3
pkgrel=1
pkgdesc="An e-book reader for Linux"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite')
makedepends=('ccache')
source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
-md5sums=('a6fce0b759c9cbaddfdd3482a9c148e1')
+md5sums=('d3c39438f751c29b1fc06e91b3a4e9c3')
build() {
export TARGET_ARCH=desktop
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 5e2afb2e5..06bcb0b3e 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79946 2012-11-15 01:53:41Z arodseth $
+# $Id: PKGBUILD 80625 2012-11-27 11:18:45Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -10,7 +10,7 @@
pkgname=go
pkgver=1.0.3
-pkgrel=3
+pkgrel=4
epoch=2
pkgdesc='Google Go compiler and tools'
arch=('x86_64' 'i686')
@@ -100,6 +100,9 @@ package() {
# Remove object files from target src dir
find $pkgdir/usr/lib/go/src/ -type f -name '*.[ao]' -delete
+ # Fix for FS#32813
+ find $pkgdir -type f -name sql.go -exec chmod -x {} \;
+ # Remove all executable source files
find $pkgdir/usr/lib/go/src/pkg -type f -executable -delete
# Headers for C modules
@@ -113,11 +116,6 @@ package() {
# This is to make go get code.google.com/p/go-tour/gotour and
# then running the gotour executable work out of the box.
- #
- # Also, /usr/bin is the place for system-wide executables,
- # not /usr/lib/go/bin. Users should use different paths by
- # setting the appropriate environment variables.
- #
ln -sf /usr/bin $pkgdir/usr/lib/go/bin
# For godoc
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD
index 75a344047..2962b501d 100644
--- a/community/ipset/PKGBUILD
+++ b/community/ipset/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 80367 2012-11-20 23:42:40Z seblu $
+# $Id: PKGBUILD 80629 2012-11-27 14:06:04Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgname=ipset
-pkgver=6.15
+pkgver=6.16
pkgrel=1
pkgdesc='Administration tool for IP sets'
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
"$pkgname.rc"
"$pkgname.systemd"
"$pkgname.service")
-md5sums=('5d957d0d27600882d600da8047f9c587'
+md5sums=('7cbe3048a6424536d524b0d0680f4856'
'3e606a2823a700b4e9c5f17511a6f6a5'
'de89b054d967036e08b13bc6a7235286'
'dfc3105b89ed41fc4a1feb4f4f13f2a3'
diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD
index 639eade30..eb779f259 100644
--- a/community/libuser/PKGBUILD
+++ b/community/libuser/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71616 2012-05-31 09:49:00Z spupykin $
+# $Id: PKGBUILD 80627 2012-11-27 13:52:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Dziedzic < gostrc at gmail >
pkgname=libuser
-pkgver=0.57.6
+pkgver=0.58
pkgrel=1
pkgdesc='A standardized interface for manipulating and administering user and group accounts.'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('python2' 'glib2' 'popt')
options=('!libtool')
backup=('etc/libuser.conf')
source=("https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz")
-md5sums=('4a6410e51664570610da1b9a830ac8ec')
+md5sums=('1fc3ef3f3a3955b2d78562ff4daed793')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 7cada4d07..956bebb79 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78912 2012-10-27 18:07:12Z bpiotrowski $
+# $Id: PKGBUILD 80635 2012-11-27 18:58:23Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -8,7 +8,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.8.14
+pkgver=0.8.15
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ depends=('openssl' 'python2' 'v8')
checkdepends=('curl') # curl used for check()
options=('!emptydirs')
source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-md5sums=('284fd2c7578064c339d9cf6a3a475ac7')
+md5sums=('6cb31180b07475db103e694f65e8bb9b')
build() {
cd node-v${pkgver}
diff --git a/community/pekwm/PKGBUILD b/community/pekwm/PKGBUILD
index 69e55e4c8..5d186c20a 100644
--- a/community/pekwm/PKGBUILD
+++ b/community/pekwm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80549 2012-11-24 20:32:23Z foutrelis $
+# $Id: PKGBUILD 80631 2012-11-27 14:08:01Z fyan $
# Maintainer:
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Eddie Lozon <almostlucky@attbi.com>
pkgname=pekwm
-pkgver=0.1.15
+pkgver=0.1.16
pkgrel=1
pkgdesc="A small, fast, functional, and flexible window manager"
arch=('i686' 'x86_64')
@@ -25,8 +25,6 @@ backup=(etc/pekwm/autoproperties
etc/pekwm/vars)
source=("http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2"
'pekwm.desktop')
-md5sums=('4db10ad191b77120429abd5a65c73cec'
- '5a78fc6653fbb0b7282ecf7f1f81e2c5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -47,3 +45,5 @@ package() {
"${pkgdir}/usr/share/xsessions/${pkgname}.desktop"
}
# vim: ts=2 sw=2 et ft=sh
+md5sums=('ec9bce332d0545c28f74ca4bf6b69cbb'
+ '5a78fc6653fbb0b7282ecf7f1f81e2c5')