From 7228b3356f96f5558c9077232e084d55e1a8a765 Mon Sep 17 00:00:00 2001 From: Anke Date: Thu, 12 May 2011 16:52:30 +0000 Subject: [PATCH] sentinella update, build in testing for updated dep --- sentinella/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sentinella/PKGBUILD b/sentinella/PKGBUILD index acf330e7b..de95fd710 100644 --- a/sentinella/PKGBUILD +++ b/sentinella/PKGBUILD @@ -5,8 +5,8 @@ # maintainer (x86_64): Manuel Tortosa pkgname=sentinella -pkgver=0.7.3 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="Desktop application that watches your system activity and, in consequence, takes an action that you've chosen." url="http://sentinella.sourceforge.net/" license=('GPL') @@ -14,11 +14,11 @@ arch=('i686' 'x86_64') depends=('oxygen-icons' 'libsysactivity' 'kdebase-workspace') makedepends=('cmake' 'hicolor-icon-theme' 'automoc4') install=('sentinella.install') -source=(http://downloads.sourceforge.net/${pkgname}/Sentinella-${pkgver}.tar.gz) -md5sums=('a3280608195ddee46308f635ebf404bd') +source=(http://sourceforge.net/projects/${pkgname}/files/0.9.x/sentinella-${pkgver}.tar.gz) +md5sums=('a6a12e0b702f3b50232ea3e9e29655b6') build() { - cd ${srcdir}/Sentinella-${pkgver} + cd ${srcdir}/sentinella-${pkgver} cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release make make DESTDIR=${pkgdir} install