[arch-commits] Commit in xtrans/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Jan 27 15:16:38 UTC 2014


    Date: Monday, January 27, 2014 @ 16:16:38
  Author: andyrtr
Revision: 204800

upgpkg: xtrans 1.3.3-1

upstream update 1.3.3

Modified:
  xtrans/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-27 14:46:51 UTC (rev 204799)
+++ PKGBUILD	2014-01-27 15:16:38 UTC (rev 204800)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xtrans
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="X transport library"
 arch=('any')
@@ -11,18 +11,19 @@
 url="http://xorg.freedesktop.org/"
 options=(!emptydirs)
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87')
+sha256sums=('622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf')
 
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr 
-  make
 }
 
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
   install -m755 -d "${pkgdir}/usr/lib"
   mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
 }




More information about the arch-commits mailing list