[arch-commits] Commit in xcb-util-image/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Oct 16 19:22:49 UTC 2014


    Date: Thursday, October 16, 2014 @ 21:22:48
  Author: andyrtr
Revision: 224644

upgpkg: xcb-util-image 0.4.0-1

upstream update 0.4.0

Modified:
  xcb-util-image/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-16 19:20:22 UTC (rev 224643)
+++ PKGBUILD	2014-10-16 19:22:48 UTC (rev 224644)
@@ -3,8 +3,8 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=xcb-util-image
-pkgver=0.3.9
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
 arch=('i686' 'x86_64')
 url="http://xcb.freedesktop.org"
@@ -11,10 +11,8 @@
 license=('custom')
 depends=('libxcb>=1.7' 'xcb-util>=0.3.9')
 makedepends=('xorg-util-macros')
-source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2"
-        'LICENSE')
-sha256sums=('d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df'
-            'ded299aa179dcf0d885bf89274a4db77a530e03f9f5e7cf1c3c4ef1d60e914b9')
+source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -31,6 +29,6 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-  install -D -m644 "${srcdir}/LICENSE" \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 COPYING \
+    ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



More information about the arch-commits mailing list