diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-03-09 00:08:25 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-03-09 00:08:25 -0200 |
commit | 64526ab89e1348f438539cd674726952e654e72e (patch) | |
tree | 5117b29a76aa185e48a2a574eaebd66472b05b9e | |
parent | daa7647c0de1fc3f593a572af364968b6ea8a255 (diff) | |
parent | 380eb9003cd60626b2498446829976fd9b18bb35 (diff) | |
download | abslibre-64526ab89e1348f438539cd674726952e654e72e.tar.gz abslibre-64526ab89e1348f438539cd674726952e654e72e.tar.bz2 abslibre-64526ab89e1348f438539cd674726952e654e72e.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/kdeutils-ark-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/lirc-libre/PKGBUILD | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 0c90c3a5c..35c5ffa44 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -7,9 +7,9 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=0.9.21 -pkgrel=3 -pkgdesc="Ebook management application (unar support included instead of libunrar and without nonfree fonts)" +pkgver=0.9.22 +pkgrel=1 +pkgdesc="Ebook management application (with unar and lsar support included instead of libunrar and nonfree fonts removed)" arch=('i686' 'x86_64') url="http://calibre-ebook.com/" license=('GPL3') @@ -28,7 +28,7 @@ install=calibre.install source=("http://calibre-ebook.googlecode.com/files/${_pkgname}-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('ee0e2d2dc735efcc573d1f77d64acf7e' +md5sums=('216f21a63db4045c741b6190badcdda1' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') diff --git a/libre/kdeutils-ark-libre/PKGBUILD b/libre/kdeutils-ark-libre/PKGBUILD index 73acbc578..2063e6f99 100644 --- a/libre/kdeutils-ark-libre/PKGBUILD +++ b/libre/kdeutils-ark-libre/PKGBUILD @@ -5,8 +5,8 @@ _pkgname=kdeutils-ark pkgname=kdeutils-ark-libre pkgver=4.10.1 -pkgrel=1 -pkgdesc='Archiving Tool (with unar support included instead of unrar)' +pkgrel=1.1 +pkgdesc='Archiving Tool (with unar and lsar support included instead of unrar)' url='http://kde.org/applications/utilities/ark/' arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') diff --git a/libre/lirc-libre/PKGBUILD b/libre/lirc-libre/PKGBUILD index a6d06ae5f..cd58ec570 100644 --- a/libre/lirc-libre/PKGBUILD +++ b/libre/lirc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 178373 2013-02-21 00:45:43Z foutrelis $ +# $Id: PKGBUILD 179608 2013-03-08 09:28:44Z foutrelis $ # Maintainer: Paul Mattal <paul@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,7 +6,7 @@ _pkgbase=lirc pkgbase=lirc-libre pkgname=('lirc-libre' 'lirc-utils-libre') pkgver=0.9.0 -pkgrel=38 +pkgrel=39 epoch=1 _extramodules=extramodules-3.8-LIBRE arch=('i686' 'x86_64' 'mips64el') @@ -59,7 +59,7 @@ build() { package_lirc-libre() { pkgdesc="Linux Infrared Remote Control kernel modules for stock kernel (built for the linux-libre kernel package)" - depends=('lirc-utils-libre' 'linux-libre>=3.7' 'linux-libre<3.8') + depends=('lirc-utils-libre' 'linux-libre>=3.8' 'linux-libre<3.9') replaces=('lirc' 'lirc+pctv') conflicts=('lirc') provides=("lirc=$pkgver") |