diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xineramaproto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xineramaproto/APKBUILD b/x11/xineramaproto/APKBUILD index 36f002a7..00706d96 100644 --- a/x11/xineramaproto/APKBUILD +++ b/x11/xineramaproto/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xineramaproto -pkgver=1.1.2 +pkgver=1.1.99.1 pkgrel=0 pkgdesc="X11 Xinerama extension wire protocol" url="http://xorg.freedesktop.org/" @@ -16,4 +16,4 @@ build () make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums="1cc292c562962ad0ad3a253cae68c632 xineramaproto-1.1.2.tar.bz2" +md5sums="ae9dde9a3a81880cb718b36d32198fcd xineramaproto-1.1.99.1.tar.bz2" |