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

Jan Steffens heftig at archlinux.org
Fri Mar 30 16:39:39 UTC 2012


    Date: Friday, March 30, 2012 @ 12:39:38
  Author: heftig
Revision: 154763

0.4.2

Modified:
  caribou/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-30 16:38:12 UTC (rev 154762)
+++ PKGBUILD	2012-03-30 16:39:38 UTC (rev 154763)
@@ -3,7 +3,7 @@
 # Contributor: Adam Hani Schakaki <krzd at krzd.net>
 
 pkgname=caribou
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="A text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard."
 arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@
 install=caribou.install
 options=(!libtool !emptydirs)
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('d4d2328e0eadbf037f7e0ec146e835097fe56cb2b940985655e649c5556e4ed1')
+sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g tools/{fix_gir,make_schema}.py
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr --sysconfdir=/etc \
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 




More information about the arch-commits mailing list