summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2019-12-13 19:30:31 +0000
committerVladimir Panteleev2019-12-13 19:30:31 +0000
commitea7c648f8023d074213692e2f0e59ae6523d8afc (patch)
treef4bdae9f44c8bb0d4e3c568d211a40d4c49b65bc
parent4e043128d33f1143b520e11e3ce3d654b7ac2d6d (diff)
downloadaur-ea7c648f8023d074213692e2f0e59ae6523d8afc.tar.gz
Add grep dependency
Fixes https://github.com/CyberShadow/aconfmgr/issues/67
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1d76829aa6f..eb319f6edaca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aconfmgr-git
pkgdesc = A configuration manager for Arch Linux
- pkgver = r629.8c22856
+ pkgver = r634.ca09eea
pkgrel = 1
url = https://github.com/CyberShadow/aconfmgr
arch = any
@@ -8,6 +8,7 @@ pkgbase = aconfmgr-git
makedepends = git
depends = bash
depends = pacman
+ depends = grep
depends = gawk
depends = diffutils
depends = pacutils
diff --git a/PKGBUILD b/PKGBUILD
index 1a48a64c5ea0..a45019ddc927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Panteleev <arch-pkg at thecybershadow.net>
pkgname=aconfmgr-git
-pkgver=r629.8c22856
+pkgver=r634.ca09eea
pkgrel=1
pkgdesc="A configuration manager for Arch Linux"
arch=('any')
@@ -12,7 +12,7 @@ depends=(
# "Optional" in the sense that without these, `aconfmgr --help` will
# run but they will be needed to actually save/restore
# configurations
- 'pacman' 'gawk' 'diffutils' 'pacutils'
+ 'pacman' 'grep' 'gawk' 'diffutils' 'pacutils'
)
makedepends=('git')
optdepends=(