aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-08 20:58:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-08 20:58:26 +0000
commit02fcc62e8749dea0da3efa30552ebecb05c85aa5 (patch)
treee548d9dde9b04fad7cf5019380f2d016db8e476a
parent1c4962df35c81c4c76b6c2b7e0f459dca77c47da (diff)
downloadalpine_aports-02fcc62e8749dea0da3efa30552ebecb05c85aa5.tar.bz2
alpine_aports-02fcc62e8749dea0da3efa30552ebecb05c85aa5.tar.xz
alpine_aports-02fcc62e8749dea0da3efa30552ebecb05c85aa5.zip
x11/inputproto: upgrade to 1.5.1
-rw-r--r--x11/inputproto/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/inputproto/APKBUILD b/x11/inputproto/APKBUILD
index c0e810689d..c60e841dbf 100644
--- a/x11/inputproto/APKBUILD
+++ b/x11/inputproto/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=inputproto 2pkgname=inputproto
3pkgver=1.5.0 3pkgver=1.5.1
4pkgrel=0 4pkgrel=0
5pkgdesc="X11 Input extension wire protocol" 5pkgdesc="X11 Input extension wire protocol"
6url="http://xorg.freedesktop.org/" 6url="http://xorg.freedesktop.org/"
@@ -15,4 +15,4 @@ build() {
15 install -m755 -d "$pkgdir"/usr/share/licenses/$pkgname 15 install -m755 -d "$pkgdir"/usr/share/licenses/$pkgname
16 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING 16 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
17} 17}
18md5sums="dcc36554aea1338b3813943daf1e9988 inputproto-1.5.0.tar.bz2" 18md5sums="b646a2632c8df99120e4db2bc574a5df inputproto-1.5.1.tar.bz2"