Date: Saturday, April 4, 2015 @ 16:34:48 Author: arojas Revision: 130689
Update to 0.1.2 Modified: xcb-util-cursor/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-04 13:18:30 UTC (rev 130688) +++ PKGBUILD 2015-04-04 14:34:48 UTC (rev 130689) @@ -3,7 +3,7 @@ # Contributor: Bastien Dejean <[email protected]> pkgname=xcb-util-cursor -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc='XCB cursor library' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('custom:MIT') depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image') source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2") -md5sums=('568712eaa340f18b357d3748300c1795') +md5sums=('88e70d92ff5616d406ce5b1b62e0c58b') build() { cd $pkgname-$pkgver @@ -25,4 +25,3 @@ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -# vim:set ts=2 sw=2 et:
