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

Andrea Scarpino andrea at archlinux.org
Tue Jun 19 07:36:11 UTC 2012


    Date: Tuesday, June 19, 2012 @ 03:36:11
  Author: andrea
Revision: 162047

upgpkg: zeitgeist 0.9.0.1-1

Upstream release

Modified:
  zeitgeist/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-19 06:07:57 UTC (rev 162046)
+++ PKGBUILD	2012-06-19 07:36:11 UTC (rev 162047)
@@ -4,18 +4,18 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=zeitgeist
-pkgver=0.9.0
+pkgver=0.9.0.1
 pkgrel=1
 pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
 arch=('i686' 'x86_64')
 url="http://zeitgeist-project.com/"
 license=('GPL')
-depends=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
+depends=('python2-dbus' 'python2-gobject2' 'pyxdg' 'xapian-core')
 makedepends=('intltool' 'raptor' 'python2-rdflib')
 checkdepends=('vala')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fc2706611f435a027cd520f0da0982d7'
-         '96e74a5050bf0daa961dd56b0f73fd5d')
+source=("https://launchpad.net/$pkgname/${pkgver%.*.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2"{,.asc})
+md5sums=('08f2eb384824e8458f18e10db7654965'
+         '64486b3e6bec080c447c94f3ac2ff8e8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -25,10 +25,10 @@
   make
 }
 
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
+#check() {
+#  cd "$srcdir/$pkgname-$pkgver"
+#  make check
+#}
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list