summaryrefslogtreecommitdiff
path: root/community/pkgfile
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-05 10:33:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-05 10:33:48 +0200
commit4a133169d99e3d760caad3cbca2781872f4a0805 (patch)
tree73d442004d2d4f70e0194bd78d6b293337ec2456 /community/pkgfile
parenta420f5c4c2a4eeb411175d086b339b620dba309d (diff)
parent58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apcupsd/PKGBUILD community/freedroidrpg/PKGBUILD community/lincity-ng/PKGBUILD community/python2-pymongo/PKGBUILD core/openssh/PKGBUILD core/systemd/PKGBUILD core/sysvinit/PKGBUILD extra/gnutls/PKGBUILD extra/gtkmm3/PKGBUILD extra/mkvtoolnix/PKGBUILD multilib/chuck/PKGBUILD multilib/lib32-gdk-pixbuf2/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-sdl/PKGBUILD multilib/wine/PKGBUILD social/monkeysphere/PKGBUILD testing/cups/PKGBUILD testing/cups/cups-systemd-socket.patch testing/cups/cups.install testing/inetutils/PKGBUILD testing/inetutils/ftpd.service testing/libreoffice/PKGBUILD testing/libreoffice/libreoffice-common.csh testing/libreoffice/libreoffice-common.sh testing/modemmanager/PKGBUILD testing/openssh/PKGBUILD testing/openssh/sshd.service testing/openssh/sshd.socket testing/upower/PKGBUILD
Diffstat (limited to 'community/pkgfile')
-rw-r--r--community/pkgfile/PKGBUILD6
-rw-r--r--community/pkgfile/pkgfile.install2
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"