diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/calibre/PKGBUILD | 14 | ||||
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index c7bc4100f..2e19f539d 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 118595 2014-09-07 15:37:57Z jelle $ +# $Id: PKGBUILD 118897 2014-09-13 08:38:17Z andrea $ # Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl> # Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ pkgname=calibre _pkgname=$pkgname-libre -pkgver=2.2.0 -pkgrel=1.parabola1 +pkgver=2.3.0 +pkgrel=2.parabola1 pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives" arch=('i686' 'x86_64' 'mips64el') url="http://$pkgname-ebook.com/" @@ -23,15 +23,17 @@ depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit' 'qt5-svg' 'python2-chardet' 'python2-html5lib') makedepends=('python2-pycountry' 'qt5-x11extras') -optdepends=("ipython2: to use $pkgname-debug") +optdepends=("ipython2: to use $pkgname-debug" + 'udisks: required for mounting certain devices' +) replaces=($_pkgname) conflicts=($_pkgname) install=$pkgname.install mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz") source=("https://repo.parabolagnulinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.xz" 'libre.patch') -mkmd5sums=('ad3ad30e47639f3585559e5ad34efb7c') -md5sums=('95fe826eb377c4dd4fc9b397fcbf3d08' +mkmd5sums=('9142cac939dfaaa4b185013dee9324ca') +md5sums=('6dd526948e0534fff1793c8fab01a2c5' '343162b9d1c97c0463d4919a8b9ac500') mksource(){ diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD index cb4ac9ad7..669417c11 100644 --- a/libre/linux-libre-grsec/PKGBUILD +++ b/libre/linux-libre-grsec/PKGBUILD @@ -14,7 +14,7 @@ pkgbase=linux-libre-grsec # Build kernel with -grsec localname _pkgbasever=3.16-gnu _pkgver=3.16.2-gnu _grsecver=3.0 -_timestamp=201409082129 +_timestamp=201409112237 _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname @@ -23,7 +23,7 @@ _replacesoldmodules=() # '%' gets replaced with _kernelname _srcname=linux-${_pkgbasever%-*} _archpkgver=${_pkgver%-*}.${_timestamp} pkgver=${_pkgver//-/_}.${_timestamp} -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="https://grsecurity.net/" license=('GPL2') @@ -44,7 +44,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li '3.16-7981337ad0-loongson-community.patch') sha256sums=('9c2a524c901febe0f0138f702bfdeb52d6f79f22c1fdbabaa37580bc70f16218' 'a6bc6d96b63ef746b7ccfe6ffb20df1e50459027f3db9f7a7f0b6b2db7f2c6e4' - '1f2cb71892020365e8f064182ddc2f534d8bae2c89f8733775e683795ae67642' + '26486283242c7cd92d3f22e3ad64ae2c4eef30cde37cfdaaa7ebd21c130a2adc' 'SKIP' 'f96955787076629a8ad7b506c33bf0ba9afa312db9781db74c009ac64288aa71' '56903bdb21b3a539f0982c3f601276d84a0147c1e3685c1559969a01380698e3' |