diff options
author | root <root@rshg054.dnsready.net> | 2013-10-12 00:05:36 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-12 00:05:36 -0700 |
commit | 20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (patch) | |
tree | b334b815f671a193959abd9378c0859168f0080e /libre | |
parent | c38c20f4261c973628038df011b526c6ad4e0489 (diff) |
Sat Oct 12 00:05:35 PDT 2013
Diffstat (limited to 'libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 11 | ||||
-rw-r--r-- | libre/cgminer-libre/PKGBUILD | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index f1eab5401..ce9cfa040 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98047 2013-10-04 15:29:48Z jelle $ +# $Id: PKGBUILD 98485 2013-10-11 18:19:46Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=1.5 -pkgrel=2 +pkgver=1.6 +pkgrel=1 pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -27,13 +27,14 @@ replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver install=calibre.install -source=('http://download.calibre-ebook.com/1.5.0/calibre-1.5.0.tar.xz' +source=('http://download.calibre-ebook.com/1.6.0/calibre-1.6.0.tar.xz' 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('adb8543044f81f93d6faef372710bcb5' +md5sums=('d4fc03a2bec211324897cbb916c6eb89' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') + prepare(){ cd "${srcdir}/${_pkgname}" #rm -rf src/{cherrypy,pyPdf} diff --git a/libre/cgminer-libre/PKGBUILD b/libre/cgminer-libre/PKGBUILD index 2d081f8e3..52019ab59 100644 --- a/libre/cgminer-libre/PKGBUILD +++ b/libre/cgminer-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97769 2013-09-29 14:35:16Z fyan $ +# $Id: PKGBUILD 98455 2013-10-11 07:59:42Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: monson <holymonson@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ _pkgname=cgminer pkgname=cgminer-libre -pkgver=3.5.0 +pkgver=3.5.1 pkgrel=1 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins, without nonfree OpenCL recommendation" url='http://forum.bitcoin.org/index.php?topic=28402.0' @@ -54,6 +54,8 @@ build() { --enable-modminer \ --enable-ztex \ --enable-avalon \ + --enable-klondike \ + --enable-bitfury \ --disable-adl # For license issues make @@ -73,6 +75,6 @@ package() { install -Dm644 $_pkgname.conf "$pkgdir"/etc/$_pkgname.conf } -sha512sums=('21dbf036012e331676e6dfd85501f04f10e1f0ae7f4fce3bffd3ffe4ccd8c9544b0166f0024cba00177edbe6b70c4d02803ca05af33a2612a5be7bb5a8ec11fc' +sha512sums=('c8fe532b1086e3f2beb69b7f5e75e8ad9aab137c0db1a920de8e222ea2a4bf62ef608bec4b85cdf0f76162c53e5999677e326bb0b567abe26dd14eca52e28bdf' '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41' '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f') |