summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-30 03:31:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-30 03:31:22 +0000
commitffb384c05abcdb9c7a7d9df8407b8efc8caa78de (patch)
treeb9677566d16558fce9a6fceec426713a4729fdb0
parent58beaea4e8efc53ea238eedf446ec5d8c1cd5fdb (diff)
Mon Jun 30 03:27:11 UTC 2014
-rw-r--r--community/cdemu-daemon/PKGBUILD6
-rw-r--r--community/dvdisaster/PKGBUILD8
-rw-r--r--community/kdeconnect/PKGBUILD6
-rw-r--r--community/libmirage/PKGBUILD10
-rw-r--r--community/libmirage/missing-xml.patch20
-rw-r--r--community/mpv/PKGBUILD10
-rw-r--r--community/ninja/PKGBUILD8
-rw-r--r--community/radvd/PKGBUILD6
-rw-r--r--community/sfml/PKGBUILD5
-rw-r--r--extra/bluez/PKGBUILD6
-rw-r--r--extra/eclipse/PKGBUILD18
-rw-r--r--extra/eclipse/eclipse.sh1
-rw-r--r--extra/gnome-chess/PKGBUILD6
-rw-r--r--extra/libburn/PKGBUILD6
-rw-r--r--extra/libisoburn/PKGBUILD8
-rw-r--r--extra/libisofs/PKGBUILD6
16 files changed, 65 insertions, 65 deletions
diff --git a/community/cdemu-daemon/PKGBUILD b/community/cdemu-daemon/PKGBUILD
index a353a5fcd..5b404dd10 100644
--- a/community/cdemu-daemon/PKGBUILD
+++ b/community/cdemu-daemon/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 102785 2013-12-20 01:23:58Z heftig $
+# $Id: PKGBUILD 113771 2014-06-29 21:48:31Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=cdemu-daemon
-pkgver=2.1.1
+pkgver=3.0.0
pkgrel=1
pkgdesc="CD/DVD-ROM device emulator daemon"
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ backup=(etc/conf.d/cdemu-daemon
install=cdemu-daemon.install
source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2"
system-arch.patch)
-sha256sums=('d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f'
+sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
prepare() {
diff --git a/community/dvdisaster/PKGBUILD b/community/dvdisaster/PKGBUILD
index e7dc16189..81cce9f39 100644
--- a/community/dvdisaster/PKGBUILD
+++ b/community/dvdisaster/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 101531 2013-11-27 02:32:12Z eric $
+# $Id: PKGBUILD 113759 2014-06-29 15:34:22Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=dvdisaster
-pkgver=0.72.5
+pkgver=0.72.6
pkgrel=1
pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ options=('!makeflags')
install=dvdisaster.install
source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
- '7bffbbd282c009986938811ee6bd22d10b1a95f4')
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+ '49add75274e6a6afe0700688b3a4fbf9427197a5')
prepare() {
cd ${pkgname}-${pkgver}
diff --git a/community/kdeconnect/PKGBUILD b/community/kdeconnect/PKGBUILD
index b90e24598..abf8114bc 100644
--- a/community/kdeconnect/PKGBUILD
+++ b/community/kdeconnect/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 113682 2014-06-27 19:53:51Z andrea $
+# $Id: PKGBUILD 113762 2014-06-29 17:54:21Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
pkgname=kdeconnect
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
@@ -14,7 +14,7 @@ makedepends=('automoc4' 'cmake')
optdepends=('sshfs: remote filesystem browser')
install="${pkgname}.install"
source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
-md5sums=('88e4b90085f37864779bb83320a2166a')
+md5sums=('bcf4525e8967a10771534e8b7a5b22d8')
prepare() {
mkdir build
diff --git a/community/libmirage/PKGBUILD b/community/libmirage/PKGBUILD
index 0d0faa344..3637f6375 100644
--- a/community/libmirage/PKGBUILD
+++ b/community/libmirage/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102784 2013-12-20 01:20:37Z heftig $
+# $Id: PKGBUILD 113770 2014-06-29 21:47:46Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=libmirage
-pkgver=2.1.1
+pkgver=3.0.0
pkgrel=1
pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access library"
arch=(i686 x86_64)
@@ -15,13 +15,13 @@ makedepends=(gtk-doc gobject-introspection cmake)
install=libmirage.install
source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
missing-xml.patch)
-sha256sums=('f606391095200df510b923201881bfbadb6ab032035ce9a67aa24fcae3145108'
- 'c20e5d8d0695e3832971646eef2d735f1d12a4da767da1ff4f9c9af92ad7ad02')
+sha256sums=('bb0e0f0ed082efe03be4254d1be1310956652b1cec9fad10f9e602a088d17f84'
+ '53f98a6b894dbdb2733e17c00aee079d9a36fdd25e295f81487aad3c2d775563')
prepare() {
mkdir build
cd $pkgname-$pkgver
- patch -Np2 -i ../missing-xml.patch
+ patch -Np1 -i ../missing-xml.patch
}
build() {
diff --git a/community/libmirage/missing-xml.patch b/community/libmirage/missing-xml.patch
index 58dfebfeb..ea04daa67 100644
--- a/community/libmirage/missing-xml.patch
+++ b/community/libmirage/missing-xml.patch
@@ -1,8 +1,7 @@
-diff --git i/libmirage/src/filters/filter-daa/CMakeLists.txt w/libmirage/src/filters/filter-daa/CMakeLists.txt
-index ebd2890..e7021c1 100644
---- i/libmirage/src/filters/filter-daa/CMakeLists.txt
-+++ w/libmirage/src/filters/filter-daa/CMakeLists.txt
-@@ -35,6 +35,7 @@ if (${ZLIB_FOUND})
+diff -u -r libmirage-3.0.0/filters/filter-daa/CMakeLists.txt libmirage-3.0.0-xml/filters/filter-daa/CMakeLists.txt
+--- libmirage-3.0.0/filters/filter-daa/CMakeLists.txt 2014-06-29 15:25:04.000000000 +0200
++++ libmirage-3.0.0-xml/filters/filter-daa/CMakeLists.txt 2014-06-29 23:31:23.432780158 +0200
+@@ -35,6 +35,7 @@
# Install MIME type
install(FILES "libmirage-${filter_short}.xml" DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
@@ -10,14 +9,13 @@ index ebd2890..e7021c1 100644
if (POST_INSTALL_HOOKS)
install(CODE "execute_process (COMMAND ${UPDATE_MIME_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/mime)")
endif ()
-diff --git i/libmirage/src/parsers/image-mds/CMakeLists.txt w/libmirage/src/parsers/image-mds/CMakeLists.txt
-index c97be8f..bb0ee2b 100644
---- i/libmirage/src/parsers/image-mds/CMakeLists.txt
-+++ w/libmirage/src/parsers/image-mds/CMakeLists.txt
-@@ -20,6 +20,7 @@ if (TRUE)
+diff -u -r libmirage-3.0.0/images/image-mds/CMakeLists.txt libmirage-3.0.0-xml/images/image-mds/CMakeLists.txt
+--- libmirage-3.0.0/images/image-mds/CMakeLists.txt 2014-06-29 15:25:04.000000000 +0200
++++ libmirage-3.0.0-xml/images/image-mds/CMakeLists.txt 2014-06-29 23:32:31.092485925 +0200
+@@ -19,6 +19,7 @@
# Install MIME type
- install(FILES "libmirage-${parser_short}.xml" DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
+ install(FILES "libmirage-${image_short}.xml" DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
+ install(FILES "libmirage-xmd.xml" DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages)
if (POST_INSTALL_HOOKS)
install(CODE "execute_process (COMMAND ${UPDATE_MIME_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/mime)")
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index 3ff6e2037..5b386a2a2 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 113644 2014-06-26 18:21:14Z bpiotrowski $
+# $Id: PKGBUILD 113747 2014-06-29 13:24:13Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ depends=(
'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
- 'libguess'
+ 'libguess' 'portaudio'
)
makedepends=('mesa' 'python-docutils' 'ladspa')
options=('!emptydirs' '!buildflags')
@@ -24,6 +24,7 @@ md5sums=('6b1ec7e8e3a2bcb5af68d62cea4577ba')
prepare() {
cd $pkgname-$pkgver
./bootstrap.py
+ sed -i 's/vendor-completions/site-functions/' wscript_build.py
}
build() {
@@ -34,7 +35,8 @@ build() {
--enable-joystick \
--enable-zsh-comp \
--enable-libmpv-shared \
- --enable-cdda
+ --enable-cdda \
+ --enable-portaudio
./waf build
}
diff --git a/community/ninja/PKGBUILD b/community/ninja/PKGBUILD
index c9cd5a61e..f6372adde 100644
--- a/community/ninja/PKGBUILD
+++ b/community/ninja/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 108867 2014-04-05 22:02:16Z anatolik $
+# $Id: PKGBUILD 113731 2014-06-29 03:32:09Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
# Contributor: Mika Fischer <mika.fischer@zoopnet.de>
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
pkgname=ninja
-pkgver=1.4.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Small build system with a focus on speed'
arch=(i686 x86_64)
url='http://martine.github.io/ninja/'
license=(Apache)
depends=(gcc-libs)
-makedepends=(asciidoc python2 re2c python2 emacs-nox)
+makedepends=(asciidoc python2 re2c emacs-nox)
checkdepends=(gtest)
source=(https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('5de3dcd1564056f4f350d99f950f581214893a05')
+sha1sums=('b5fdd88d1766d5abf9623a79ebfbc49f62d91ca3')
build() {
cd ninja-$pkgver
diff --git a/community/radvd/PKGBUILD b/community/radvd/PKGBUILD
index 84e57dd83..e840d35ae 100644
--- a/community/radvd/PKGBUILD
+++ b/community/radvd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 113284 2014-06-17 08:07:42Z seblu $
+# $Id: PKGBUILD 113729 2014-06-28 23:40:59Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
pkgname=radvd
-pkgver=1.13
+pkgver=1.14
pkgrel=1
pkgdesc='IPv6 Router Advertisement Daemon'
url='http://www.litech.org/radvd/'
@@ -14,7 +14,7 @@ arch=('i686' 'x86_64')
backup=('etc/radvd.conf')
source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
"$pkgname.service")
-sha1sums=('75c3a267fb6ffd4b45a9984c6e38c240a3239f5e'
+sha1sums=('f2edd0d52490adeca643ba5e9aae5e190f8ea066'
'SKIP'
'2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
build() {
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD
index b5c4f14d0..f9aeab0e2 100644
--- a/community/sfml/PKGBUILD
+++ b/community/sfml/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 113490 2014-06-24 09:52:31Z svenstaro $
+# $Id: PKGBUILD 113750 2014-06-29 14:22:43Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Ondrej Martinak <omartinak@gmail.com>
pkgname=sfml
_commit=4a300547f3
pkgver=2.1.0.$_commit
-pkgrel=3
+pkgrel=4
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
@@ -24,6 +24,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DSFML_BUILD_EXAMPLES=1 \
-DSFML_BUILD_DOC=1 \
+ -DSFML_INSTALL_PKGCONFIG_FILES=1 \
-DCMAKE_CXX_FLAGS="-DGLXContextID=XID $CXXFLAGS"
make
make doc
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index d7a1c37a1..6326a1b8b 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 213416 2014-05-23 17:10:18Z andyrtr $
+# $Id: PKGBUILD 215561 2014-06-29 08:42:36Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
-pkgver=5.19
+pkgver=5.20
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz
0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
bluetooth.modprobe)
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a'
+sha256sums=('531fbaa0a9baf7b1f76fb8fd8975c20d3cc61cdc772a39d63df1d6abfc2a7481'
'896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD
index dfeb50580..d11e9a4cf 100644
--- a/extra/eclipse/PKGBUILD
+++ b/extra/eclipse/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 206684 2014-03-04 22:49:29Z heftig $
+# $Id: PKGBUILD 215581 2014-06-29 17:36:05Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
@@ -7,21 +7,21 @@
# Contributor: Marco Crosio <marco.crosio@gmail.com>
pkgname=eclipse
-pkgver=4.3.2
+pkgver=4.4.0
pkgrel=2
-_release=kepler-SR2
+_release=luna-R
pkgdesc="An IDE for Java and other languages"
license=("EPL")
arch=('i686' 'x86_64')
url="http://eclipse.org"
depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
-install=${pkgname}.install
+install=eclipse.install
source=("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk.tar.gz"
"http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk-x86_64.tar.gz"
'eclipse.sh' 'eclipse.desktop')
-md5sums=('3fbb62eeef189dc0a45ff4c020588d6f'
- 'b72d5a6caae4e2fd86be2f2f134fc8cb'
- 'e07b2ccfc4689c288fd876a4beb8403d'
+md5sums=('cc700cc2eb164f5da3563e8c5157b373'
+ '44a8a5ae5e74da7b3764da774a505632'
+ '66757230837fdebabb8ce91eb4fccc80'
'ba2cf02c48e6e35bfe3685401c26bb5b')
if (( ! GENINTEG )); then
@@ -34,9 +34,9 @@ if (( ! GENINTEG )); then
fi
fi
-package() {
+package_eclipse() {
install -d "$pkgdir/usr/share"
- cp -a eclipse "$pkgdir/usr/share"
+ cp -a eclipse "$pkgdir/usr/share/eclipse"
install -D eclipse.sh "$pkgdir/usr/bin/eclipse"
install -Dm644 eclipse.desktop "$pkgdir/usr/share/applications/eclipse.desktop"
diff --git a/extra/eclipse/eclipse.sh b/extra/eclipse/eclipse.sh
index d39cee0b3..a6d6d70ae 100644
--- a/extra/eclipse/eclipse.sh
+++ b/extra/eclipse/eclipse.sh
@@ -1,4 +1,3 @@
#!/bin/bash
export ECLIPSE_HOME=/usr/share/eclipse
-export GDK_NATIVE_WINDOWS=true
exec ${ECLIPSE_HOME}/eclipse "$@"
diff --git a/extra/gnome-chess/PKGBUILD b/extra/gnome-chess/PKGBUILD
index baf42655b..43c85ad9e 100644
--- a/extra/gnome-chess/PKGBUILD
+++ b/extra/gnome-chess/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 213468 2014-05-23 23:35:41Z heftig $
+# $Id: PKGBUILD 215589 2014-06-29 21:58:15Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-chess
-pkgver=3.12.2
+pkgver=3.12.3
pkgrel=1
pkgdesc="Play the classic two-player boardgame of chess"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ install=gnome-chess.install
url="https://live.gnome.org/Chess"
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD
index c8db32d83..403b2569e 100644
--- a/extra/libburn/PKGBUILD
+++ b/extra/libburn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 208226 2014-03-19 20:32:56Z andyrtr $
+# $Id: PKGBUILD 215555 2014-06-29 08:31:00Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libburn
-pkgver=1.3.6.pl01
+pkgver=1.3.8 #.pl01
pkgrel=1
pkgdesc="Library for reading, mastering and writing optical discs"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('glibc')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
options=('!emptydirs')
-md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
+md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
'SKIP')
build() {
diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD
index 293ff4816..4e4f625f7 100644
--- a/extra/libisoburn/PKGBUILD
+++ b/extra/libisoburn/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 208228 2014-03-19 20:36:58Z andyrtr $
+# $Id: PKGBUILD 215559 2014-06-29 08:38:49Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Gour <Gour <gour@mail.inet.hr>
pkgname=libisoburn
-pkgver=1.3.6.pl01
+pkgver=1.3.8 #.pl01
pkgrel=1
pkgdesc="frontend for libraries libburn and libisofs"
url="http://libburnia-project.org"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('libburn>=1.3.6.pl01' 'libisofs>=1.3.6' 'readline')
+depends=('libburn>=1.3.8' 'libisofs>=1.3.8' 'readline')
optdepends=('tk: for xorriso-tcltk frontend'
'bwidget: for xorriso-tcltk frontend')
provides=('xorriso' 'xorriso-tcltk')
install=${pkgname}.install
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('51f010e022b54e38a5f0c194b78c5b3a'
+md5sums=('4f1c2290a2d02bdb709c3707fd9f1ae6'
'SKIP')
build() {
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD
index 56d9afef6..1cfc79406 100644
--- a/extra/libisofs/PKGBUILD
+++ b/extra/libisofs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 206901 2014-03-05 17:56:57Z andyrtr $
+# $Id: PKGBUILD 215557 2014-06-29 08:35:10Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Hugo Doria <hugodoria@gmail.com>
# Contributor: Bjorn Martensen
pkgname=libisofs
-pkgver=1.3.6
+pkgver=1.3.8
pkgrel=1
pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://libburnia-project.org"
license=('GPL')
depends=('acl' 'zlib')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('11c2df00bf02015c28606a37ee839367'
+md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
'SKIP')
build() {