Date: Wednesday, May 27, 2020 @ 19:42:06 Author: jelle Revision: 387730
archrelease: copy trunk to extra-x86_64 Added: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 387729, pkgfile/trunk/PKGBUILD) pkgfile/repos/extra-x86_64/pkgfile.install (from rev 387729, pkgfile/trunk/pkgfile.install) Deleted: pkgfile/repos/extra-x86_64/PKGBUILD pkgfile/repos/extra-x86_64/pkgfile.install -----------------+ PKGBUILD | 60 +++++++++++++++++++++++++++--------------------------- pkgfile.install | 38 +++++++++++++++++----------------- 2 files changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-27 19:41:59 UTC (rev 387729) +++ PKGBUILD 2020-05-27 19:42:06 UTC (rev 387730) @@ -1,30 +0,0 @@ -# Maintainer: Dave Reisner <dreis...@archlinux.org> - -pkgname=pkgfile -pkgver=21 -pkgrel=1 -pkgdesc="a pacman .files metadata explorer" -arch=('x86_64') -url="https://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 387729, pkgfile/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-27 19:42:06 UTC (rev 387730) @@ -0,0 +1,30 @@ +# Maintainer: Dave Reisner <dreis...@archlinux.org> + +pkgname=pkgfile +pkgver=21 +pkgrel=2 +pkgdesc="a pacman .files metadata explorer" +arch=('x86_64') +url="https://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 2020-05-27 19:41:59 UTC (rev 387729) +++ pkgfile.install 2020-05-27 19:42:06 UTC (rev 387730) @@ -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 19-1 "$2")" -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 387729, pkgfile/trunk/pkgfile.install) =================================================================== --- pkgfile.install (rev 0) +++ pkgfile.install 2020-05-27 19:42:06 UTC (rev 387730) @@ -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 19-1 "$2")" -eq 1 ]; then + printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n" + chmod 755 /var/cache/pkgfile + fi +}