Date: Friday, November 23, 2018 @ 16:20:05
  Author: dreisner
Revision: 340351

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
    (from rev 340350, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
    (from rev 340350, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-----------------+
 PKGBUILD        |   61 ++++++++++++++++++++++++++----------------------------
 pkgfile.install |   38 ++++++++++++++++-----------------
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-11-23 16:19:49 UTC (rev 340350)
+++ PKGBUILD    2018-11-23 16:20:05 UTC (rev 340351)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreis...@archlinux.org>
-
-pkgname=pkgfile
-pkgver=18
-pkgrel=2
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile";
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver";)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  arch-meson build
-  ninja -v -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 340350, 
pkgfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-11-23 16:20:05 UTC (rev 340351)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner <dreis...@archlinux.org>
+
+pkgname=pkgfile
+pkgver=19
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile";
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver";)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===================================================================
--- pkgfile.install     2018-11-23 16:19:49 UTC (rev 340350)
+++ pkgfile.install     2018-11-23 16:20:05 UTC (rev 340351)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-    printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
-    printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
-    chmod 755 /var/cache/pkgfile
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 340350, 
pkgfile/trunk/pkgfile.install)
===================================================================
--- pkgfile.install                             (rev 0)
+++ pkgfile.install     2018-11-23 16:20:05 UTC (rev 340351)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+    printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
+    printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+    chmod 755 /var/cache/pkgfile
+  fi
+}

Reply via email to