From 1b9faba25721b73f30e49f0cea9c7346eedd0f73 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Dec 2012 03:00:42 -0800 Subject: Fri Dec 14 02:55:25 PST 2012 --- community/golangide/PKGBUILD | 10 +++++----- community/golangide/golangide.sh | 4 ++-- community/luasec/PKGBUILD | 16 ++++++++-------- community/luasocket/PKGBUILD | 14 +++++++------- community/netsurf/PKGBUILD | 10 +++++----- community/rsyslog/PKGBUILD | 6 +++--- community/unbound/PKGBUILD | 8 ++++---- 7 files changed, 34 insertions(+), 34 deletions(-) (limited to 'community') diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD index fc087c24d..d06fce73b 100644 --- a/community/golangide/PKGBUILD +++ b/community/golangide/PKGBUILD @@ -1,15 +1,15 @@ -#$Id: PKGBUILD 80553 2012-11-25 02:17:39Z arodseth $ +#$Id: PKGBUILD 81231 2012-12-13 21:58:59Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: spambanane # Contributor: Matteo pkgname=golangide pkgver=14.0 -pkgrel=1 +pkgrel=2 _hgrev=828 pkgdesc='Simple IDE for Go to edit code and build projects' license=('LGPL') arch=('x86_64' 'i686') -url='http://code.google.com/p/golangide/' +url='https://github.com/visualfc/liteide' depends=('go' 'libpng12' 'glib2') makedepends=('gendesk') if [ "$CARCH" == "x86_64" ]; then @@ -18,14 +18,14 @@ if [ "$CARCH" == "x86_64" ]; then 'golangide.sh') sha256sums=('8f166ae5b97c4484bfa47932a716e28c78547944db4f2d0e222d21694c510e5b' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' - '8054157f7d1b61a9d97c045f271f935636feb4939249d1bf1ab1b39f18a15207') + '79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2') else source=("http://$pkgname.googlecode.com/files/liteidex${pkgver}.linux-386.hg${_hgrev}.tar.bz2" 'golangide.png' 'golangide.sh') sha256sums=('3b2e565aecc141affc7d10d3aa3e2efe06866559091690b6fe13b9a664eb81c0' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' - '8054157f7d1b61a9d97c045f271f935636feb4939249d1bf1ab1b39f18a15207') + '79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2') fi options=('!strip') _name=('Golang IDE') diff --git a/community/golangide/golangide.sh b/community/golangide/golangide.sh index 486c8590b..824126c45 100644 --- a/community/golangide/golangide.sh +++ b/community/golangide/golangide.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ ! -z $GOROOT -a -e $GOROOT ]; then - /usr/bin/liteide + /usr/bin/liteide $@ else - GOROOT=/usr/lib/go /usr/bin/liteide + GOROOT=/usr/lib/go /usr/bin/liteide $@ fi diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD index 01d8ff1be..9053baf33 100644 --- a/community/luasec/PKGBUILD +++ b/community/luasec/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81120 2012-12-12 00:49:31Z eric $ +# $Id: PKGBUILD 81215 2012-12-13 11:26:01Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Dwayne Bent # Contributor: Paul-Sebastian Manole @@ -6,7 +6,7 @@ pkgbase=luasec pkgname=(lua-sec lua51-sec) pkgver=0.4.1 -pkgrel=1 +pkgrel=3 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.' arch=('i686' 'x86_64') url='http://luasec.luaforge.net/' @@ -14,16 +14,16 @@ license=('MIT') makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket') conflicts=('luasec') replaces=('luasec') -source=("http://www.inf.puc-rio.br/~brunoos/luasec/download/$pkgbase-$pkgver.tar.gz") +source=("http://www.inf.puc-rio.br/~brunoos/luasec/download/luasec-$pkgver.tar.gz") md5sums=('b8a5fde3b3fdb6174f54cd51d7f53e12') build() { - cp -a $pkgbase-$pkgver $pkgbase-$pkgver-51 + cp -a luasec-$pkgver luasec-$pkgver-51 msg2 'Building with lua 5.2' - cd $pkgbase-$pkgver + cd luasec-$pkgver make linux msg2 'Building with lua 5.1' - cd ../$pkgbase-$pkgver-51 + cd ../luasec-$pkgver-51 make INCDIR=-I/usr/include/lua5.1 linux } @@ -31,7 +31,7 @@ package_lua-sec() { depends=('openssl' 'lua' 'lua-socket') install -dm755 "$pkgdir/usr/lib/lua/5.2" - cd $pkgbase-$pkgver + cd luasec-$pkgver make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" install install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } @@ -40,7 +40,7 @@ package_lua51-sec() { depends=('openssl' 'lua51' 'lua51-socket') install -dm755 "$pkgdir/usr/lib/lua/5.1" - cd $pkgbase-$pkgver-51 + cd luasec-$pkgver-51 make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" install install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD index 88c9d5714..06ce58737 100644 --- a/community/luasocket/PKGBUILD +++ b/community/luasocket/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81121 2012-12-12 00:49:32Z eric $ +# $Id: PKGBUILD 81217 2012-12-13 11:26:27Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Anders Bergh pkgbase=luasocket pkgname=(lua-socket lua51-socket) pkgver=2.0.2 -pkgrel=1 +pkgrel=3 pkgdesc='Networking support library for the Lua language' arch=('i686' 'x86_64') url='http://www.cs.princeton.edu/~diego/professional/luasocket/' @@ -22,20 +22,20 @@ md5sums=('41445b138deb7bcfe97bff957503da8e' build() { msg2 'Building with lua 5.2' - cp -a $pkgbase-$pkgver $pkgbase-$pkgver-52 - cd $pkgbase-$pkgver-52 + cp -a luasocket-$pkgver luasocket-$pkgver-52 + cd luasocket-$pkgver-52 patch -Np1 -i "$srcdir/luasocket-unixsocket.patch" patch -Np1 -i "$srcdir/lua52.patch" make msg2 'Building with lua 5.1' - cd ../$pkgbase-$pkgver + cd ../luasocket-$pkgver patch -Np1 -i "$srcdir/luasocket-unixsocket.patch" make LUAINC=-I/usr/include/lua5.1 } package_lua-socket() { depends=('lua') - cd $pkgbase-$pkgver + cd luasocket-$pkgver make DESTDIR="$pkgdir/" \ INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.1' \ INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.1' install @@ -44,7 +44,7 @@ package_lua-socket() { package_lua51-socket() { depends=('lua51') - cd $pkgbase-$pkgver + cd luasocket-$pkgver make DESTDIR="$pkgdir/" \ INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.2' \ INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.2' install diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index 0c465479c..e24d0c0b3 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75461 2012-08-24 22:05:13Z arodseth $ +# $Id: PKGBUILD 81235 2012-12-13 22:54:07Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Paulo Matias # Contributor: Georgij Kondratjev @@ -6,12 +6,12 @@ pkgname=netsurf pkgver=2.9 -pkgrel=4 -pkgdesc="Lightweight and fast web browser" +pkgrel=5 +pkgdesc='Lightweight and fast web browser' arch=('x86_64' 'i686') -url="http://www.netsurf-browser.org/" +url='http://www.netsurf-browser.org/' license=('GPL') -depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp=0.2.0' 'gstreamer0.10') +depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp>=0.2.0' 'gstreamer0.10') makedepends=('re2c' 'lcms' 'gendesk>=0.4.2') provides=('netsurf') conflicts=('netsurf') diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index 1aed04997..8d3ca9f28 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 80430 2012-11-21 14:28:23Z spupykin $ +# $Id: PKGBUILD 81219 2012-12-13 11:58:39Z spupykin $ # Maintainer: Sergej Pupykin pkgname=rsyslog -pkgver=7.2.3 +pkgver=7.2.4 pkgrel=1 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" @@ -22,7 +22,7 @@ source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz" 'rsyslog' 'rsyslog.logrotate' 'rsyslog.conf.d') -md5sums=('81fd0f6c38e2005a1d2a9e6afff338c1' +md5sums=('7fb607313ec534a4352da7aa2e0084ec' 'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da' '8065db4bef3061a4f000ba58779f6829' '18565f38a4445136446a31a3c95ffc3e') diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 30ad550d3..9b057d569 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80605 2012-11-27 00:42:31Z bisson $ +# $Id: PKGBUILD 81233 2012-12-13 22:22:41Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Hisato Tatekura # Contributor: Massimiliano Torromeo pkgname=unbound -pkgver=1.4.18 -pkgrel=3 +pkgver=1.4.19 +pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' license=('custom:BSD') @@ -19,7 +19,7 @@ source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'unbound.service' 'unbound.conf' 'rc.d') -sha1sums=('b64b4c9f7981df4e7589ebb770a31352a09db3fb' +sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1' '5bc313cd978e4d6efe8c13600e838c70629be477' '5d473ec2943fd85367cdb653fcd58e186f07383f' 'dc96e772f467b32555df21d16fdb15e98194c228') -- cgit v1.2.3-54-g00ecf