diff options
Diffstat (limited to 'community/pkgfile')
-rw-r--r-- | community/pkgfile/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pkgfile/pkgfile.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD index 409f26fe5..46fb51044 100644 --- a/community/pkgfile/PKGBUILD +++ b/community/pkgfile/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 74339 2012-07-24 17:40:11Z dreisner $ +# $Id: PKGBUILD 75830 2012-09-02 00:43:15Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=pkgfile -pkgver=3 +pkgver=4 pkgrel=1 pkgdesc="a pacman .files metadata explorer" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ conflicts=('pkgtools<24-2') makedepends=('perl') source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz") install=pkgfile.install -md5sums=('9e90510580b00a12d750809f8c2f34cd') +md5sums=('2570c69372645d2463979c7227a0a63d') build() { cd "$pkgname-$pkgver" diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install index bf0c9cfa3..358507c55 100644 --- a/community/pkgfile/pkgfile.install +++ b/community/pkgfile/pkgfile.install @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh post_install() { printf "==> Run 'pkgfile --update' to initialize the database\n" |