diff options
Diffstat (limited to 'community/pinot/PKGBUILD')
-rw-r--r-- | community/pinot/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD index d2599af3b..62c4f17c0 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 74840 2012-08-06 23:09:24Z andrea $ +# $Id: PKGBUILD 76182 2012-09-12 19:21:50Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=pinot -pkgver=1.0 -pkgrel=2 +pkgver=1.01 +pkgrel=1 pkgdesc='Personal search and metasearch tool' arch=('i686' 'x86_64') url='http://code.google.com/p/pinot-search/' @@ -26,7 +26,7 @@ options=('!emptydirs') install=$pkgname.install changelog=$pkgname.changelog source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha256sums=('d1f5ac17022014c5a29ba1e6d95fc39bcf254338a4e0bfe84bf16558d219e2e2') +sha256sums=('a2a82009db05ca7abb4ffbd8baafa8fb820a7e961fd3cdcb21af46bb05eb57d4') build() { cd "${srcdir}/$pkgname-$pkgver" |