summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPenguinSnail2016-11-26 17:40:29 -0500
committerPenguinSnail2016-11-26 17:40:29 -0500
commitaee3b4beec38bfef5498db0f07cccd1cfb1b423d (patch)
treea957ba54c65540b2630c1015b2be5f8723ab2f0a
parenta5a45c64c1504a88b404ca6d00568658aa272e8b (diff)
downloadaur-aee3b4beec38bfef5498db0f07cccd1cfb1b423d.tar.gz
added grep dependency to PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af82c744cebd..f6994c5db11d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quick-back-git
pkgdesc = Quick, simple command line backup tool
- pkgver = r65.367a200
+ pkgver = r66.a9d7e96
pkgrel = 1
url = https://github.com/PenguinSnail/Quick-Back
arch = any
@@ -8,6 +8,7 @@ pkgbase = quick-back-git
makedepends = git
depends = rsync
depends = e2fsprogs
+ depends = grep
optdepends = arch-install-scripts: Repair backed-up fstab *experimental
provides = quick-back-git
source = git://github.com/PenguinSnail/Quick-Back
diff --git a/PKGBUILD b/PKGBUILD
index 511aa64d19db..aec1407a1f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: PenguinSnail
pkgname=quick-back-git
-pkgver=r65.367a200
+pkgver=r66.a9d7e96
pkgrel=1
pkgdesc="Quick, simple command line backup tool"
arch=('any')
url="https://github.com/PenguinSnail/Quick-Back"
license=('GPL3')
-depends=('rsync' 'e2fsprogs')
+depends=('rsync' 'e2fsprogs' 'grep')
makedepends=('git')
optdepends=('arch-install-scripts: Repair backed-up fstab *experimental')
provides=('quick-back-git')