summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/cgit/PKGBUILD40
-rw-r--r--community/cgit/cgit.install6
-rw-r--r--community/dart/PKGBUILD20
-rw-r--r--community/gmic/PKGBUILD15
-rw-r--r--community/keepassx/PKGBUILD18
-rw-r--r--community/libmatewnck/PKGBUILD8
-rw-r--r--community/libvirt-python/PKGBUILD20
-rw-r--r--community/libxnvctrl/PKGBUILD6
-rw-r--r--community/mate-user-share/PKGBUILD5
-rw-r--r--community/partclone/PKGBUILD12
-rw-r--r--community/python-tornado/PKGBUILD47
-rw-r--r--community/python2-caja/PKGBUILD15
-rw-r--r--community/python2-exiv2/PKGBUILD30
-rw-r--r--community/virtualbox-modules-lts/PKGBUILD4
14 files changed, 160 insertions, 86 deletions
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD
index 1fc1de1e1..e6535f2ea 100644
--- a/community/cgit/PKGBUILD
+++ b/community/cgit/PKGBUILD
@@ -1,44 +1,44 @@
-# $Id: PKGBUILD 95633 2013-08-15 09:46:14Z spupykin $
+# $Id: PKGBUILD 104326 2014-01-17 15:42:38Z lfleischer $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Current Maintainer: Patrick Palka <patrick@parcs.ath.cx>
-# Previous Maintainer: Loui Chang <louipc.ist at gmail com>
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Patrick Palka <patrick@parcs.ath.cx>
+# Contributor: Loui Chang <louipc.ist at gmail com>
# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-# Development: http://closure.ath.cx/aur-dev
pkgname=cgit
-pkgver=0.9.2
-_gitver=1.8.3
-pkgrel=2
+pkgver=0.10
+pkgrel=1
pkgdesc="A web interface for git written in plain C"
arch=('i686' 'x86_64')
url="http://hjemli.net/git/cgit"
license=('GPL2')
-depends=('openssl')
+depends=('openssl' 'luajit')
makedepends=('zlib' 'curl' 'asciidoc')
install=cgit.install
source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
- "git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz"
"apache.example.conf")
-md5sums=('fe11018eff8d79caad112f4fac64b90f'
- '73224d3dc86c4999cc49484b49c9acc4'
+md5sums=('19944c17ecea1b1d1944718ce8ce6b61'
'bd5696bea0654bfcf98f249b1a36737d')
+prepare() {
+ cd "$pkgname-$pkgver"
+ make get-git
+}
+
build() {
cd "$pkgname-$pkgver"
- _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
- [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 1; }
- rm -rf git/*
- mv ../git-${_gitver}/* git/
make
make doc-man
}
package() {
cd "$pkgname-$pkgver"
- make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install install-man
+
+ make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr install install-man
+
install -vd "$pkgdir/var/cache/$pkgname"
- install -vDm0644 $srcdir/apache.example.conf $pkgdir/etc/webapps/cgit/apache.example.conf
- mkdir -p $pkgdir/usr/lib/cgit
- mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
- ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
+ install -vDm0644 "$srcdir/apache.example.conf" "$pkgdir/etc/webapps/cgit/apache.example.conf"
+ mkdir -p "$pkgdir/usr/lib/cgit"
+ mv "$pkgdir/usr/share/webapps/cgit/cgit.cgi" "$pkgdir/usr/lib/cgit"
+ ln -sf ../../../lib/cgit/cgit.cgi "$pkgdir/usr/share/webapps/cgit/cgit.cgi"
}
diff --git a/community/cgit/cgit.install b/community/cgit/cgit.install
index 7d696ada9..d45792886 100644
--- a/community/cgit/cgit.install
+++ b/community/cgit/cgit.install
@@ -1,7 +1,5 @@
post_install() {
- echo -n "Setting ownership of /var/cache/cgit to http:http ... "
chown -v http:http var/cache/cgit
- echo "done."
- echo -n "cgit looks at /etc/cgitrc for configuration. there is "
- echo "an example configuration file in its manpage."
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
}
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index d4ad316cc..3aee78290 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 100999 2013-11-14 15:05:53Z arodseth $
+# $Id: PKGBUILD 104299 2014-01-17 11:19:01Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -16,17 +16,17 @@ optdepends=('java-runtime: for dartanalyzer')
makedepends=('setconf')
options=('!strip')
-if [[ $CARCH == x86_64 ]]; then
- source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
- "license.html::https://code.google.com/intl/no/google_bsd_license.html")
- sha256sums=('9bc14660399c3570fddd262eb9aa11b3e6e19b7a3c547d3b10d60ad905c52c9b'
- 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-else
+#if [[ $CARCH == x86_64 ]]; then
+# source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
+# "license.html::https://code.google.com/intl/no/google_bsd_license.html")
+# sha256sums=('baf8afd92642da97ec5b13d645e37226d1a20447cad7f2b06f8bb07417219d42'
+# 'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
+#else
source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
"license.html::https://code.google.com/intl/no/google_bsd_license.html")
- sha256sums=('131afed9a220b2035375aee71e6b791248e6de51ee2612a21be3f6797e5bbfe6'
+ sha256sums=('50863be94cff179588aca084a4f40ebd23514447cffd73679b5850e7c6fc768c'
'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
-fi
+#fi
prepare() {
# Fix permissions
diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD
index 71d16b033..5824b50c9 100644
--- a/community/gmic/PKGBUILD
+++ b/community/gmic/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 102358 2013-12-09 12:50:15Z spupykin $
+# $Id: PKGBUILD 104321 2014-01-17 14:08:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: farid <farid at archlinuc-br.org>
@@ -6,7 +6,7 @@
pkgbase=gmic
pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.5.8.0
+pkgver=1.5.8.2
pkgrel=1
arch=("i686" "x86_64")
url="http://gmic.sourceforge.net"
@@ -15,20 +15,20 @@ makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
#options=('!emptydirs')
source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz"
"opencv-buildfix.patch")
-md5sums=('286d99392a80aaaf2dbcda2ec95f021e'
+md5sums=('3b96d8369a6b91baf13490234b3dcd7c'
'120319b0d6c81c5af186abe2281b79ca')
prepare() {
cd "${srcdir}/gmic-${pkgver}"
patch -p1 -i "${srcdir}/opencv-buildfix.patch"
- find "${srcdir}/gmic-${pkgver}/zart" -type f -execdir chmod 644 '{}' \;
- find "${srcdir}/gmic-${pkgver}/zart" -type d -execdir chmod 755 '{}' \;
- sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|' src/Makefile
+ sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|g' src/Makefile
+ sed -i 's|/usr/bin/qmake|/usr/bin/qmake-qt4|g' zart/Makefile
}
build() {
cd "${srcdir}/gmic-${pkgver}"
make -C src all
+ make -C zart all
}
package_gmic() {
@@ -47,9 +47,8 @@ package_zart() {
depends=("opencv" "fftw" "qt4")
cd "${srcdir}/gmic-${pkgver}"
- make -C src install DESTDIR="$pkgdir" USR="/usr"
+ install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -rf "${pkgdir}/usr/"{bin/gmic,include,lib,share/{man,bash-completion}}
}
package_gimp-plugin-gmic() {
diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD
index 125273a78..1bc5acafe 100644
--- a/community/keepassx/PKGBUILD
+++ b/community/keepassx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101314 2013-11-22 17:06:59Z spupykin $
+# $Id: PKGBUILD 104304 2014-01-17 11:43:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Greg Bouzakis <gregbouzakis@gmail.com>
# Contributor: Alexander Fehr <pizzapunk gmail com>
@@ -6,7 +6,7 @@
pkgname=keepassx
pkgver=0.4.3
-pkgrel=5
+pkgrel=6
pkgdesc='Password manager'
arch=('i686' 'x86_64')
url='http://www.keepassx.org'
@@ -17,15 +17,19 @@ install=keepassx.install
source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
md5sums=('1df67bb22b2e08df49f09e61d156f508')
-build() {
- cd $srcdir/$pkgname-$pkgver
+prepare() {
+ cd $pkgname-$pkgver
sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
+ find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+ cd $pkgname-$pkgver
qmake-qt4
make
- find -name '*.png' -exec optipng -quiet -force -fix {} \;
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make INSTALL_ROOT=$pkgdir install
+ cd $pkgname-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
}
diff --git a/community/libmatewnck/PKGBUILD b/community/libmatewnck/PKGBUILD
index 40fea7630..2c967fb94 100644
--- a/community/libmatewnck/PKGBUILD
+++ b/community/libmatewnck/PKGBUILD
@@ -1,12 +1,10 @@
-# $Id: PKGBUILD 104172 2014-01-16 15:12:04Z flexiondotorg $
+# $Id: PKGBUILD 104295 2014-01-17 10:05:11Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
pkgname=libmatewnck
pkgver=1.6.1
-pkgrel=5
-pkgdesc="Description: MATE Window Navigator Construction Kit. A library to use for writing pagers and task lists."
+pkgrel=6
+pkgdesc="Window Navigator Construction Kit for MATE."
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('LGPL')
diff --git a/community/libvirt-python/PKGBUILD b/community/libvirt-python/PKGBUILD
index 3e592fdfd..27eba642e 100644
--- a/community/libvirt-python/PKGBUILD
+++ b/community/libvirt-python/PKGBUILD
@@ -3,31 +3,25 @@
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt-python
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="libvirt python binding"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
license=('LGPL')
depends=('python2' 'libvirt')
+makedepends=('git')
options=('emptydirs')
install="libvirt-python.install"
-source=("ftp://libvirt.org/libvirt/python/$pkgname-$pkgver.tar.gz"
- "python-fix.patch::http://libvirt.org/git/?p=libvirt-python.git;a=patch;h=9d9e2513c09e7ba7474c94455e5f82b3d00e6396")
-md5sums=('38158e5740be65f17eef9f99ffa5dadf'
- 'ba2e5b0d5906a25a6e8a857156d55b61')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 <$srcdir/python-fix.patch
-}
+source=("$pkgname::git://libvirt.org/libvirt-python.git#tag=v1.2.1")
+md5sums=('SKIP')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
python2 setup.py build
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
python2 setup.py install --root=$pkgdir
}
diff --git a/community/libxnvctrl/PKGBUILD b/community/libxnvctrl/PKGBUILD
index 8cb63ad56..e5f3cf25b 100644
--- a/community/libxnvctrl/PKGBUILD
+++ b/community/libxnvctrl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104245 2014-01-16 17:59:46Z flexiondotorg $
+# $Id: PKGBUILD 104297 2014-01-17 10:20:00Z flexiondotorg $
# Maintainer: Martin Wimpress <code@flexion.org>
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=libxnvctrl
-pkgver=331.20
+pkgver=331.38
pkgrel=2
pkgdesc="NVIDIA X Ctrl library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('libxext')
source=("http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2"
"10_libxnvctrl_so_0.diff")
-sha1sums=('a42cd2e821bce5061532d38d9f84a45d2986ba58'
+sha1sums=('ad3fd407dcf8678c770d6202651eb08162fd5e5d'
'84146494a08d4b691e2cff84d1551210eee584dd')
prepare() {
diff --git a/community/mate-user-share/PKGBUILD b/community/mate-user-share/PKGBUILD
index a78fb028f..380ea8537 100644
--- a/community/mate-user-share/PKGBUILD
+++ b/community/mate-user-share/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 104276 2014-01-16 19:31:39Z flexiondotorg $
+# $Id: PKGBUILD 104314 2014-01-17 12:43:05Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com>
pkgname=mate-user-share
pkgver=1.6.1
-pkgrel=4
+pkgrel=6
pkgdesc="User level public file sharing via WebDAV."
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD
index 43ea2831b..71d0920f8 100644
--- a/community/partclone/PKGBUILD
+++ b/community/partclone/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 90410 2013-05-12 09:03:51Z jsteel $
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# $Id: PKGBUILD 104331 2014-01-17 20:10:14Z jsteel $
+# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
# Contrinutor: Dan Serban
# Contributor: Franz Burgmann
# Contributor: Todd Partridge (Gen2ly)
# Contributor: Ivan Sichmann Freitas
pkgname=partclone
-pkgver=0.2.58
-pkgrel=2
+pkgver=0.2.69
+pkgrel=1
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('i686' 'x86_64')
url="http://partclone.org"
license=('GPL')
depends=('progsreiserfs' 'ntfs-3g')
source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('8d8edeab8a0ce430d2e00efcc25f4ce7')
+md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
build() {
cd "$srcdir"/$pkgname-$pkgver
@@ -28,5 +28,5 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir"/ install
+ make PREFIX=/usr DESTDIR="$pkgdir"/ install
}
diff --git a/community/python-tornado/PKGBUILD b/community/python-tornado/PKGBUILD
new file mode 100644
index 000000000..42c463e58
--- /dev/null
+++ b/community/python-tornado/PKGBUILD
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 104290 2014-01-17 07:31:27Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='open source version of the scalable, non-blocking web server and tools'
+arch=('i686' 'x86_64')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname')
+source=("https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz")
+
+build() {
+ cd "$srcdir"
+ cp -r tornado-${pkgver} python2-tornado-${pkgver}
+
+ cd tornado-${pkgver}
+
+ python setup.py build
+
+ cd ../python2-tornado-${pkgver}
+
+ # python -> python2 rename
+ find -name '*py' -exec sed -e 's_#!/usr/bin/env python_&2_' -i {} \;
+
+ python2 setup.py build
+}
+
+package_python-tornado() {
+ depends=('python')
+
+ cd "$srcdir/tornado-${pkgver}"
+
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-tornado() {
+ depends=('python2' 'python2-backports.ssl_match_hostname')
+
+ cd "$srcdir/python2-tornado-${pkgver}"
+
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+sha512sums=('1703178be34060a6c36e9e0aa742b87ad905dfb0f565e43a1158edfe5c7800fe35aff9168b60aabd3b831b339af6ef95aaa144a9fb167c5d93f548eb59fc2557')
diff --git a/community/python2-caja/PKGBUILD b/community/python2-caja/PKGBUILD
index 3b78035af..85ad37a62 100644
--- a/community/python2-caja/PKGBUILD
+++ b/community/python2-caja/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 104258 2014-01-16 18:22:07Z flexiondotorg $
+# $Id: PKGBUILD 104310 2014-01-17 11:54:21Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
# Contributor: Xpander <xpander0@gmail.com>
pkgname=python2-caja
_pkgname=python-caja
-pkgver=1.6.0
-pkgrel=6
+pkgver=1.6.1
+pkgrel=1
pkgdesc="Python binding for Caja, to allow Caja property page and menu item extensions to be written in Python."
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
@@ -16,11 +16,16 @@ options=('!emptydirs')
replaces=('python-caja')
provides=('python-caja')
source=("http://pub.mate-desktop.org/releases/1.6/${_pkgname}-${pkgver}.tar.xz")
-sha1sums=('a7dbcff03b9dbdf2f33dbea96946426097eb9e56')
+sha1sums=('44c39d62c977b06e9a8f37cfdbd81c2f6eb10ff5')
+
+prepare() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ sed -i 's/python-config/python2-config/' configure
+}
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- PYTHON=/usr/bin/python2 ./autogen.sh \
+ PYTHON=/usr/bin/python2 ./configure \
--prefix=/usr \
--disable-static
make
diff --git a/community/python2-exiv2/PKGBUILD b/community/python2-exiv2/PKGBUILD
new file mode 100644
index 000000000..c3eac1b07
--- /dev/null
+++ b/community/python2-exiv2/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 104318 2014-01-17 13:51:16Z flexiondotorg $
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: Archie <xMickael@ifrance.com>
+# Contributor: Byron Clark <byron@theclarkfamily.name>
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2"
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2")
+md5sums=('9c0377ca4cf7d5ceeee994af0b5536ae')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ scons
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ scons DESTDIR="${pkgdir}" install
+}
diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD
index b7c6bc332..0d5ba2af0 100644
--- a/community/virtualbox-modules-lts/PKGBUILD
+++ b/community/virtualbox-modules-lts/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 103935 2014-01-13 17:56:58Z andyrtr $
+# $Id: PKGBUILD 104283 2014-01-17 05:32:15Z andyrtr $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Sébastien Luttringer
@@ -6,7 +6,7 @@
pkgbase=virtualbox-modules-lts
pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
pkgver=4.3.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')