[arch-commits] Commit in (cython/trunk/PKGBUILD directfb/trunk/PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Apr 18 21:04:31 UTC 2015


    Date: Saturday, April 18, 2015 @ 23:04:31
  Author: spupykin
Revision: 131650

Modified:
  cython/trunk/PKGBUILD
  directfb/trunk/PKGBUILD

-------------------------+
 cython/trunk/PKGBUILD   |   13 ++++++++++---
 directfb/trunk/PKGBUILD |    3 ++-
 2 files changed, 12 insertions(+), 4 deletions(-)

Modified: cython/trunk/PKGBUILD
===================================================================
--- cython/trunk/PKGBUILD	2015-04-18 20:09:49 UTC (rev 131649)
+++ cython/trunk/PKGBUILD	2015-04-18 21:04:31 UTC (rev 131650)
@@ -5,15 +5,22 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.22
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org"
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('1ae25add4ef7b63ee9b4af697300d6b6')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz"
+	https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch)
+md5sums=('1ae25add4ef7b63ee9b4af697300d6b6'
+         '299926d6650d2d8bea960ca0d0cb9c25')
 
+prepare() {
+  cd $srcdir/Cython-$pkgver
+  patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch
+}
+
 package_cython() {
   depends=('python' 'python-setuptools')
 

Modified: directfb/trunk/PKGBUILD
===================================================================
--- directfb/trunk/PKGBUILD	2015-04-18 20:09:49 UTC (rev 131649)
+++ directfb/trunk/PKGBUILD	2015-04-18 21:04:31 UTC (rev 131650)
@@ -3,7 +3,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=directfb
-pkgver=1.7.5
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
 arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@
 sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
 sha1sums=('ff3dc6885f2875586849d88ee9f87fca866259b0')
 sha1sums=('13f769b5fc0a38b123968761fad3058bc923b01f')
+sha1sums=('205d824906906303db9b096cc2d3bea0662e8860')
 
 build() {
   cd DirectFB-${pkgver}



More information about the arch-commits mailing list