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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jul 7 22:30:12 UTC 2011


    Date: Thursday, July 7, 2011 @ 18:30:11
  Author: andyrtr
Revision: 130753

upgpkg: xorg-xrandr 1.3.5-1
upstream update 1.3.5

Modified:
  xorg-xrandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-07 22:28:33 UTC (rev 130752)
+++ PKGBUILD	2011-07-07 22:30:11 UTC (rev 130753)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xrandr
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.3.5
+pkgrel=1
 pkgdesc="Primitive command line interface to RandR extension"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -12,12 +12,16 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 source=(http://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.bz2)
-sha1sums=('637949501b8a45d32d9cab809e8822ee45b69414')
+sha1sums=('ef45925d5b0e72c73d21798d65a41d476fdb0d3f')
 
 build() {
   cd "${srcdir}/xrandr-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xrandr-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"




More information about the arch-commits mailing list