diff options
Diffstat (limited to 'main/libxcursor')
-rw-r--r-- | main/libxcursor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxcursor/APKBUILD b/main/libxcursor/APKBUILD index 44cf51f2c..cc57d8980 100644 --- a/main/libxcursor/APKBUILD +++ b/main/libxcursor/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcursor -pkgver=1.1.12 +pkgver=1.1.13 pkgrel=0 pkgdesc="X cursor management library" url="http://xorg.freedesktop.org/" @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la || return 1 } -md5sums="a93b5a6f5b05976d2c0d3f8a07f6ac6a libXcursor-1.1.12.tar.bz2" +md5sums="52efa81b7f26c8eda13510a2fba98eea libXcursor-1.1.13.tar.bz2" |