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

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


    Date: Friday, March 30, 2012 @ 06:59:39
  Author: heftig
Revision: 154576

1.10.0

Modified:
  tomboy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-30 09:57:19 UTC (rev 154575)
+++ PKGBUILD	2012-03-30 10:59:39 UTC (rev 154576)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=tomboy
-pkgver=1.8.3
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Desktop note-taking application for Linux and Unix"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 options=('!libtool' '!emptydirs' '!makeflags')
 groups=('gnome-extra')
 install=tomboy.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
-sha256sums=('3f704bac772a54cf668aca769c766bc1fb9ebc8823a903ef108927805c020bea')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0f6550560c03aabb311584694bc2a729e688ad94c5d9999137081edaba0c714')
 
 build() {
   export MONO_SHARED_DIR="$srcdir/.wabi"
@@ -22,7 +22,7 @@
 
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-scrollkeeper \
+      --localstatedir=/var \
       --disable-update-mimedb
   make
 }




More information about the arch-commits mailing list