summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-14 04:00:44 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-14 04:00:44 +0000
commit4d799458274f83bcf13d49715eaa435045a719d7 (patch)
tree4c683fd5a06f00482a687bfa738f3d8764371d96 /extra
parent4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (diff)
Fri Mar 14 03:57:28 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r--extra/aubio/PKGBUILD10
-rw-r--r--extra/ibus/PKGBUILD26
-rw-r--r--extra/libzrtpcpp/PKGBUILD15
-rw-r--r--extra/maxima/PKGBUILD6
-rw-r--r--extra/mediastreamer/PKGBUILD4
-rw-r--r--extra/mutt/PKGBUILD8
-rw-r--r--extra/net-snmp/PKGBUILD12
-rw-r--r--extra/ortp/PKGBUILD15
-rw-r--r--extra/pyopenssl/PKGBUILD8
-rw-r--r--extra/qtcreator/PKGBUILD8
-rw-r--r--extra/sbcl/PKGBUILD6
-rw-r--r--extra/telepathy-kde-text-ui/PKGBUILD9
-rw-r--r--extra/transcode/PKGBUILD4
-rw-r--r--extra/udisks/PKGBUILD15
-rw-r--r--extra/udisks2/PKGBUILD8
15 files changed, 85 insertions, 69 deletions
diff --git a/extra/aubio/PKGBUILD b/extra/aubio/PKGBUILD
index 69a66510a..c4b0ab9f2 100644
--- a/extra/aubio/PKGBUILD
+++ b/extra/aubio/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 204700 2014-01-25 13:01:02Z schiv $
+# $Id: PKGBUILD 207712 2014-03-13 18:44:20Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
# Contributor: see .contrib
pkgname=aubio
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A tool for extracting annotations from audio signals"
arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@ depends=('fftw' 'jack' 'ffmpeg')
makedepends=('python2-numpy')
optdepends=('python2-numpy: Python 2.x interface')
source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2")
-md5sums=('8de88baab79f7eec8e1c7f321c4026af')
+md5sums=('ffe7d24f6bd8e9053aeaba6c0231efb0')
build() {
cd "$srcdir/$pkgname-$pkgver"
python2 waf configure --prefix=/usr --enable-fftw3f
python2 waf build $MAKEFLAGS
- cd python; python2 setup.py build # python interface
+ cd python && python2 setup.py build # python interface
}
package() {
@@ -30,7 +30,7 @@ package() {
python2 waf --destdir="$pkgdir" install
# python interface
- cd python
+ cd python || return 1
python2 setup.py install --root="$pkgdir" --optimize=1
diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD
index bdb9624d6..fb0f71693 100644
--- a/extra/ibus/PKGBUILD
+++ b/extra/ibus/PKGBUILD
@@ -1,31 +1,33 @@
-# $Id: PKGBUILD 204310 2014-01-17 07:31:32Z fyan $
+# $Id: PKGBUILD 207688 2014-03-13 13:24:32Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgbase=ibus
pkgname=(ibus libibus)
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc="Next Generation Input Bus for Linux"
arch=('i686' 'x86_64')
url="http://ibus.googlecode.com"
license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 'python2-dbus' 'python2-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'intltool')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 'python-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf')
options=('!emptydirs')
-source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+source=("git+https://github.com/ibus/ibus.git#tag=$pkgver")
build() {
- cd ${pkgbase}-${pkgver}
- export PYTHON=python2
- ./configure \
+ cd ${pkgbase}
+ ./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/ibus \
--sysconfdir=/etc \
--disable-gconf \
--enable-dconf \
+ --enable-wayland \
+ --enable-gtk-doc \
--disable-memconf \
--enable-ui \
- --enable-python-library
+ --enable-python-library \
+ --with-python=python3
make
}
@@ -33,7 +35,7 @@ package_ibus() {
depends+=("libibus=$pkgver")
install=ibus.install
- cd ${pkgbase}-${pkgver}
+ cd ${pkgbase}
make DESTDIR="${pkgdir}" install
make -C src DESTDIR="${pkgdir}" uninstall
make -C bindings DESTDIR="${pkgdir}" uninstall
@@ -44,10 +46,10 @@ package_libibus() {
pkgdesc="IBus support library"
depends=('glib2')
- cd ${pkgbase}-${pkgver}
+ cd ${pkgbase}
make -C src DESTDIR="${pkgdir}" install
make -C bindings DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" install-pkgconfigDATA
}
-sha512sums=('8249d6ee4918b0e0fe030af736eed2260e1376b2fdaf0d819f289e0bd880a5e3874f1fb3d097fc74b9f359822ce16f4dae52a263aa28c2e2ce7bdf671cb2fea9')
+sha512sums=('SKIP')
diff --git a/extra/libzrtpcpp/PKGBUILD b/extra/libzrtpcpp/PKGBUILD
index 376d7bcff..f3f423387 100644
--- a/extra/libzrtpcpp/PKGBUILD
+++ b/extra/libzrtpcpp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 194211 2013-09-10 14:40:23Z bpiotrowski $
+# $Id: PKGBUILD 207683 2014-03-13 13:04:31Z fyan $
# Maintainer:
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Michel Brabants <michel.brabants@euphonynet.be>
pkgname=libzrtpcpp
-pkgver=2.3.4
+pkgver=4.2.0
pkgrel=1
pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
arch=('i686' 'x86_64')
@@ -13,18 +13,17 @@ url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
license=('GPL3')
depends=('ccrtp')
makedepends=('cmake')
-source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3aac59472c5649736e24de30080e2efd'
- 'SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz")
+md5sums=('690bf483a43cfc5cac748c03aa180b0f')
prepare() {
- sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
+ sed 's/lib64/lib/g' -i ZRTPCPP-${pkgver}/CMakeLists.txt
}
build() {
- mkdir build
+ mkdir -p build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../ZRTPCPP-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD
index 28a98b68e..83e206abb 100644
--- a/extra/maxima/PKGBUILD
+++ b/extra/maxima/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 205937 2014-02-14 10:21:00Z juergen $
+# $Id: PKGBUILD 207716 2014-03-13 19:21:04Z juergen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=maxima
pkgver=5.32.1
-pkgrel=2
+pkgrel=3
pkgdesc="A sophisticated computer algebra system"
arch=('i686' 'x86_64')
license=('GPL')
url="http://maxima.sourceforge.net"
-depends=('sbcl=1.1.15' 'texinfo' 'sh')
+depends=('sbcl=1.1.16' 'texinfo' 'sh')
makedepends=('python2')
optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
# needs rebuild when bash changes version
diff --git a/extra/mediastreamer/PKGBUILD b/extra/mediastreamer/PKGBUILD
index a1da378c0..3264f0c80 100644
--- a/extra/mediastreamer/PKGBUILD
+++ b/extra/mediastreamer/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 207104 2014-03-06 13:35:33Z fyan $
+# $Id: PKGBUILD 207687 2014-03-13 13:14:48Z fyan $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -6,7 +6,7 @@
pkgname=mediastreamer
pkgver=2.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library written in C that allows you to create and run audio and video streams"
arch=('i686' 'x86_64')
url="http://www.linphone.org/"
diff --git a/extra/mutt/PKGBUILD b/extra/mutt/PKGBUILD
index fc944975f..f50d6f764 100644
--- a/extra/mutt/PKGBUILD
+++ b/extra/mutt/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 196759 2013-10-18 06:54:09Z bisson $
+# $Id: PKGBUILD 207672 2014-03-13 00:02:32Z bisson $
# Contributor: tobias [tobias [at] archlinux.org]
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=mutt
-pkgver=1.5.22
+pkgver=1.5.23
pkgrel=1
pkgdesc='Small but very powerful text-based mail client'
url='http://www.mutt.org/'
@@ -12,8 +12,8 @@ backup=('etc/Muttrc')
arch=('i686' 'x86_64')
optdepends=('smtp-forwarder: to send mail')
depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5')
-source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('728a114cb3a44df373dbf1292fc34dd8321057dc')
+source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862')
install=install
diff --git a/extra/net-snmp/PKGBUILD b/extra/net-snmp/PKGBUILD
index 05ebfe611..2d4084d1d 100644
--- a/extra/net-snmp/PKGBUILD
+++ b/extra/net-snmp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 206473 2014-02-27 12:21:34Z eric $
+# $Id: PKGBUILD 207700 2014-03-13 15:36:37Z fyan $
# Maintainer:
# Contributor: Dale Blount <dale@archlinux.org>
pkgname=net-snmp
pkgver=5.7.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
arch=('i686' 'x86_64')
url="http://www.net-snmp.org/"
@@ -17,7 +17,7 @@ optdepends=('perl-term-readkey: for snmpcheck application'
options=('!emptydirs' '!makeflags')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
snmpd.service snmptrapd.service libnl32.patch)
-sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0'
+sha1sums=('815d4e5520a1ed96a27def33e7534b4190599f0f'
'SKIP'
'84e32c54d32e6b608747054e04a3ddfe6d6638cc'
'0244e91c7baa0abebfb5c0560e8ce04c966c5992'
@@ -25,9 +25,11 @@ sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0'
prepare() {
cd ${pkgname}-${pkgver}
- make PERL_ARCHLIB=/usr/lib/perl5/core_perl PERL_INC=/usr/lib/perl5/core_perl/CORE distclean
-# http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
+ #make PERL_ARCHLIB=/usr/lib/perl5/core_perl PERL_INC=/usr/lib/perl5/core_perl/CORE distclean
+
+ # http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
patch -Np1 -i "$srcdir/libnl32.patch"
+
autoreconf -f -i
}
diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD
index 276573f8f..47099281d 100644
--- a/extra/ortp/PKGBUILD
+++ b/extra/ortp/PKGBUILD
@@ -1,20 +1,29 @@
-# $Id: PKGBUILD 198362 2013-10-30 14:24:32Z allan $
+# $Id: PKGBUILD 207685 2014-03-13 13:07:16Z fyan $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=ortp
-pkgver=0.22.0
+pkgver=0.23.0
pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library"
arch=('i686' 'x86_64')
url="http://www.linphone.org/index.php/eng/code_review/ortp"
license=('GPL3')
depends=('libzrtpcpp' 'libsrtp')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/ortp/ortp-$pkgver.tar.gz"{,.sig})
sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
'SKIP')
+sha1sums=('87a154295636652cc9ac7310dc02e0258db08790'
+ 'SKIP')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+
+ # Reference: http://lists.gnu.org/archive/html/linphone-users/2014-02/msg00008.html
+ sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
+}
build() {
cd ${pkgname}-${pkgver}
diff --git a/extra/pyopenssl/PKGBUILD b/extra/pyopenssl/PKGBUILD
index 005655c42..2d5c238e7 100644
--- a/extra/pyopenssl/PKGBUILD
+++ b/extra/pyopenssl/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 198719 2013-11-02 09:07:53Z ioni $
+# $Id: PKGBUILD 207706 2014-03-13 16:20:18Z fyan $
# Maintainer : Ionut Biru<ibiru@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgbase=pyopenssl
pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13.1
+pkgver=0.14
pkgrel=1
arch=('i686' 'x86_64')
url="http://pypi.python.org/pypi/pyOpenSSL"
license=('LGPL2.1')
-makedepends=('python' 'python2' 'openssl')
+makedepends=('python-setuptools' 'python2-setuptools' 'openssl')
source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('e27a3b76734c39ea03952ca94cc56715')
+md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
build() {
cd "${srcdir}"
diff --git a/extra/qtcreator/PKGBUILD b/extra/qtcreator/PKGBUILD
index 9ce520127..cbfc4e398 100644
--- a/extra/qtcreator/PKGBUILD
+++ b/extra/qtcreator/PKGBUILD
@@ -7,9 +7,9 @@
# Contributor: delor <bartekpiech gmail com>
pkgname=qtcreator
-pkgver=3.0.1.git
-_pkgver=3.0
-pkgrel=2
+pkgver=3.1.0beta1
+_pkgver=v3.1.0-beta1
+pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='http://qt-project.org'
@@ -26,7 +26,7 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
'bzr: for bazaar support'
'valgrind: for analyze support')
install=qtcreator.install
-source=("git://gitorious.org/qt-creator/qt-creator.git#branch=${_pkgver}"
+source=("git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
"git://gitorious.org/qt-labs/qbs.git"
'qtcreator.desktop')
md5sums=('SKIP'
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD
index 2c86feaaf..0d618ae17 100644
--- a/extra/sbcl/PKGBUILD
+++ b/extra/sbcl/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 205938 2014-02-14 10:21:14Z juergen $
+# $Id: PKGBUILD 207714 2014-03-13 19:11:54Z juergen $
# Contributor: John Proctor <jproctor@prium.net>
# Contributor: Daniel White <daniel@whitehouse.id.au>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Leslie Polzer (skypher)
pkgname=sbcl
-pkgver=1.1.15
+pkgver=1.1.16
pkgrel=1
pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org/"
@@ -17,7 +17,7 @@ makedepends=('sbcl')
install=sbcl.install
source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
"arch-fixes.lisp")
-md5sums=('54a1527aea0a32df972c0330b45a26dd'
+md5sums=('6fa1321e1a3a99ee8b77d704edabee38'
'7ac0c1936547f4278198b8bf7725204d')
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD
index 08469d93b..87ad9cd4a 100644
--- a/extra/telepathy-kde-text-ui/PKGBUILD
+++ b/extra/telepathy-kde-text-ui/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 207576 2014-03-12 12:15:19Z andrea $
+# $Id: PKGBUILD 207681 2014-03-13 08:16:44Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-text-ui
_pkgname=ktp-text-ui
-pkgver=0.8.0
+pkgver=0.8.0.1
+_pkgver=0.8.0
pkgrel=1
pkgdesc="Telepathy handler for Text Chats"
arch=('i686' 'x86_64')
@@ -13,8 +14,8 @@ license=('GPL')
depends=('telepathy-kde-contact-list' 'qjson')
makedepends=('cmake' 'automoc4' 'boost')
groups=('kde-telepathy')
-source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('865645aedaa650ad579d1ec8b27539414a76bdfb')
+source=("http://download.kde.org/stable/kde-telepathy/${_pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('f10f79cc7a19def9a4d4db5e6f9664a46c8101a3')
prepare() {
mkdir build
diff --git a/extra/transcode/PKGBUILD b/extra/transcode/PKGBUILD
index 515db2db4..0ea36fc88 100644
--- a/extra/transcode/PKGBUILD
+++ b/extra/transcode/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 204526 2014-01-22 01:48:57Z eric $
+# $Id: PKGBUILD 207666 2014-03-12 23:26:22Z foutrelis $
# Maintainer:
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: roberto <roberto@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=transcode
_sripver=0.3-4
pkgver=1.1.7
-pkgrel=13
+pkgrel=14
pkgdesc="A video/DVD ripper and encoder for the terminal/console"
arch=('i686' 'x86_64')
url="http://tcforge.berlios.de/"
diff --git a/extra/udisks/PKGBUILD b/extra/udisks/PKGBUILD
index 08ab09073..0f9bf190e 100644
--- a/extra/udisks/PKGBUILD
+++ b/extra/udisks/PKGBUILD
@@ -1,16 +1,19 @@
-# $Id: PKGBUILD 198467 2013-10-30 15:03:09Z allan $
+# $Id: PKGBUILD 207691 2014-03-13 14:24:18Z bpiotrowski $
# Maintainer: Tom Gundersen <teg@jklm.no>
pkgname=udisks
-pkgver=1.0.4
-pkgrel=8
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Disk Management Service"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/udisks"
license=('GPL')
-depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper' 'libatasmart' 'lsof')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted'
+ 'device-mapper' 'libatasmart' 'lsof')
makedepends=('intltool' 'docbook-xsl')
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz udisks.service drop-pci-db.patch)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+ udisks.service
+ drop-pci-db.patch)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -45,6 +48,6 @@ package() {
# install the /media folder
install -d -m 755 $pkgdir/media
}
-md5sums=('86c63b2b5484f2060499a052b5b6256b'
+md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
'5d80832b4d4da72beeb45c15b63a1481'
'773cccd70afd18ace4332037feff67ec')
diff --git a/extra/udisks2/PKGBUILD b/extra/udisks2/PKGBUILD
index 03dbb40dd..34617e892 100644
--- a/extra/udisks2/PKGBUILD
+++ b/extra/udisks2/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 206043 2014-02-16 10:13:00Z jgc $
+# $Id: PKGBUILD 207693 2014-03-13 14:27:26Z bpiotrowski $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=udisks2
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="Disk Management Service, version 2"
arch=('i686' 'x86_64')
@@ -16,13 +16,13 @@ optdepends=('parted: partition management'
'dosfstools: VFAT filesystem management support')
source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign}
git-fixes.patch)
-sha256sums=('afe928fe7f44086b835257efc3fcbe503e2da7c988a773c997d0291bbab4a637'
+sha256sums=('5cc92fd651ee49a7888f90d091282b949afc629b31fdb34e187208750720632d'
'SKIP'
'52a9b9f039f9f115414715375f2b5874b79b5b67fbe2bdf3105b46d3a35f673f')
prepare() {
cd udisks-$pkgver
- patch -Np1 -i ../git-fixes.patch
+ #patch -Np1 -i ../git-fixes.patch
}
build() {