Date: Monday, February 27, 2023 @ 17:28:20 Author: orhun Revision: 1405506
upgpkg: pacmatic 20150126-5: add pacman-contrib to depends array (FS#58766) Modified: pacmatic/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-27 16:52:24 UTC (rev 1405505) +++ PKGBUILD 2023-02-27 17:28:20 UTC (rev 1405506) @@ -1,13 +1,14 @@ +# Maintainer: Orhun Parmaksız <[email protected]> # Maintainer: Kyle Keen <[email protected]> + pkgname=pacmatic pkgver=20150126 -pkgrel=4 +pkgrel=5 pkgdesc="A pacman wrapper to avoid bricking your system and such other surprises." arch=('any') url="http://kmkeen.com/pacmatic/" license=('GPL') -depends=('pacman' 'bash' 'expac') -makedepends=() +depends=('pacman' 'bash' 'expac' 'pacman-contrib') optdepends=('vim: for vimdiff' 'python-html2text: for prettier news' 'fakeroot: for cron-pacmatic script') @@ -26,3 +27,4 @@ install -Dm0644 ../_pacmatic "$pkgdir/usr/share/zsh/site-functions/_pacmatic" } +# vim: ts=2 sw=2 et:
