diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/xextproto/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/xextproto/PKGBUILD b/abs/core/xextproto/PKGBUILD index c7bdb79..65320f7 100644 --- a/abs/core/xextproto/PKGBUILD +++ b/abs/core/xextproto/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 154144 2012-03-23 17:24:05Z andyrtr $ +# $Id$ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xextproto -pkgver=7.2.1 +pkgver=7.3.0 pkgrel=1 pkgdesc="X11 various extension wire protocol" arch=('any') @@ -10,16 +10,16 @@ license=('custom') makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl') url="http://xorg.freedesktop.org/" source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('f969e02009adf2d51fd1ba4583a859984728a461') +sha256sums=('f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } |