summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/aircrack-ng/PKGBUILD6
-rw-r--r--community/calibre/PKGBUILD8
-rw-r--r--community/geos/PKGBUILD27
-rw-r--r--community/lorcon/PKGBUILD43
-rw-r--r--community/python-bsddb/PKGBUILD14
-rw-r--r--community/r8168-lts/PKGBUILD8
-rw-r--r--community/znc/PKGBUILD6
7 files changed, 75 insertions, 37 deletions
diff --git a/community/aircrack-ng/PKGBUILD b/community/aircrack-ng/PKGBUILD
index 27f257e5c..c4c1e57b1 100644
--- a/community/aircrack-ng/PKGBUILD
+++ b/community/aircrack-ng/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 50616 2011-06-29 02:16:27Z bfanella $
+# $Id: PKGBUILD 64237 2012-02-11 00:32:23Z arodseth $
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
@@ -7,7 +7,7 @@
pkgbase=aircrack-ng
pkgname=(aircrack-ng aircrack-ng-scripts)
pkgver=1.1
-pkgrel=7
+pkgrel=8
arch=('i686' 'x86_64')
url="http://www.aircrack-ng.org"
license=('GPL2')
@@ -38,7 +38,7 @@ package_aircrack-ng() {
package_aircrack-ng-scripts() {
pkgdesc="Included scripts for a key cracker for the 802.11 WEP and WPA-PSK protocols"
- depends=('python2' 'graphviz' 'pylorcon')
+ depends=('python2' 'graphviz' 'python2-pylorcon')
cd ${srcdir}/aircrack-ng-${pkgver}/scripts
mkdir -p ${pkgdir}/usr/share/man/man1/ \
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 4c828e7f3..28043b9c1 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 63508 2012-02-05 11:52:12Z ibiru $
+# $Id: PKGBUILD 64245 2012-02-11 01:11:17Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.38
+pkgver=0.8.39
pkgrel=2
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@ depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
'python-mechanize' 'podofo' 'libwmf' 'python-beautifulsoup'
'imagemagick' 'poppler-qt' 'chmlib' 'python-lxml' 'libusb'
'python-imaging' 'desktop-file-utils' 'shared-mime-info'
- 'python-dnspython' 'unrar' 'python2-pyqt' 'icu')
+ 'python-dnspython' 'libunrar' 'python2-pyqt' 'icu')
makedepends=('python2-pycountry')
optdepends=('ipython: to use calibre-debug')
install=calibre.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
'desktop_integration.patch'
'calibre-mount-helper')
-md5sums=('4d054354bbede1ea74a063cac6688a48'
+md5sums=('2d3c43b0ea53e43b817b6a66fceaf340'
'253ce4fe5d01f8ff76b63cd3825755ea'
'675cd87d41342119827ef706055491e7')
diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD
index aa97623f2..cd1e9fa9d 100644
--- a/community/geos/PKGBUILD
+++ b/community/geos/PKGBUILD
@@ -1,30 +1,31 @@
-# $Id: PKGBUILD 50911 2011-07-02 23:00:14Z stephane $
+# $Id: PKGBUILD 64216 2012-02-10 11:57:59Z arodseth $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
-
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=geos
-pkgver=3.3.0
+pkgver=3.3.2
pkgrel=1
-pkgdesc="A C++ port of the Java Topology Suite"
-arch=('i686' 'x86_64')
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
url="http://trac.osgeo.org/geos/"
license=('LGPL')
-depends=('gcc-libs')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3301f3d1d747b95749384b8a356b022a')
+depends=('gcc-libs' 'bash')
+options=('!libtool' '!emptydirs')
+source=("http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b')
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
+ make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/lorcon/PKGBUILD b/community/lorcon/PKGBUILD
new file mode 100644
index 000000000..21645c76e
--- /dev/null
+++ b/community/lorcon/PKGBUILD
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 64224 2012-02-10 23:08:10Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
+# Contributor: dninja <dninja@gmail.com>
+
+pkgname=lorcon
+pkgver=224
+pkgrel=1
+pkgdesc="Loss Of Radio CONnectivity: A generic library for injecting 802.11 frames"
+url='http://802.11ninja.net/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('libpcap')
+makedepends=('subversion')
+provides=('lorcon-old-svn')
+options=('!libtool')
+_svntrunk="http://802.11ninja.net/svn/lorcon/trunk"
+_svnrev=$pkgver
+
+build() {
+ cd "$srcdir"
+
+ if [ -d "$_svnmod/.svn" ]; then
+ (cd "$_svnmod" && svn up -r "$_svnrev")
+ else
+ svn co "$_svntrunk/$_svnmod" --config-dir ./ -r \
+ "$_svnrev" "$_svnmod"
+ fi
+ msg "SVN checkout done or server timeout"
+ cd "$_svnmod"
+
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd "$_svnmod"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/python-bsddb/PKGBUILD b/community/python-bsddb/PKGBUILD
index 79210ea23..c4ab0e502 100644
--- a/community/python-bsddb/PKGBUILD
+++ b/community/python-bsddb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 61959 2012-01-11 15:22:37Z stephane $
+# $Id: PKGBUILD 64243 2012-02-11 01:07:58Z tdziedzic $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsandrade@gmail.com>
@@ -6,26 +6,20 @@
pkgbase=python-bsddb
pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=5.2.0
-pkgrel=3
+pkgver=5.3.0
+pkgrel=1
pkgdesc="Python interface for BerkeleyDB"
license=('MIT')
arch=('i686' 'x86_64')
url="http://www.jcea.es/programacion/pybsddb.htm"
makedepends=('python2-distribute' 'python-distribute')
source=(http://pypi.python.org/packages/source/b/bsddb3/bsddb3-${pkgver}.tar.gz
- db_5.3.patch
LICENSE)
-sha1sums=('4395c125807fc8c4bac4d367f4556e623605c7a8'
- '150bb6ce1758ca29f55e876ac75dbac76c9d743d'
+sha1sums=('8743f6d7a2f5471094941a46859723aae88f3915'
'ef4e4caf618781104dbf5824279ed39d127b4713')
build () {
cd "${srcdir}"
-
- pushd bsddb3-${pkgver}
- patch -Np1 -i ../db_5.3.patch
- popd
cp -r bsddb3-${pkgver}{,-python2}
diff --git a/community/r8168-lts/PKGBUILD b/community/r8168-lts/PKGBUILD
index 3e9caf37d..6d33bf9d2 100644
--- a/community/r8168-lts/PKGBUILD
+++ b/community/r8168-lts/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=r8168-lts
_pkgname=r8168
-pkgver=8.027.00
-pkgrel=3
+pkgver=8.028.00
+pkgrel=1
pkgdesc="A kernel module for Realtek 8168 network cards for kernel26-lts"
url="http://www.realtek.com.tw"
license=("GPL")
@@ -28,5 +28,5 @@ package() {
find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
}
-md5sums=('98155ce1ad5c248eeb7a93c9954d8344')
-sha256sums=('5bc3b44bd69a05e45ab13be727256a95adf18a658f726141283046b397dc22e2')
+md5sums=('4cc3c1706f00b55ab9bd6f5e06b758c2')
+sha256sums=('c77873f43693eea5304e17e35ff3d6503f6581e358d28c38927573ea56f4d6a3')
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD
index e0d99f4de..08b856ae1 100644
--- a/community/znc/PKGBUILD
+++ b/community/znc/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 55922 2011-09-25 01:01:16Z dreisner $
+# $Id: PKGBUILD 64239 2012-02-11 00:56:46Z tdziedzic $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: mickael9 <mickael9 at gmail dot com>
pkgname=znc
-pkgver=0.202
+pkgver=0.204
pkgrel=1
pkgdesc='An IRC bouncer with modules & scripts support'
url='http://en.znc.in/wiki/index.php/ZNC'
@@ -16,7 +16,7 @@ optdepends=('tcl: modtcl module'
'perl: modperl module'
'cyrus-sasl: saslauth module')
source=("http://znc.in/releases/znc-${pkgver}.tar.gz")
-md5sums=('3c6ff4620e139e3d9745cd53111bab20')
+md5sums=('7c7247423fc08b0c5c62759a50a9bca3')
build() {
cd "znc-$pkgver"