summaryrefslogtreecommitdiff
path: root/libre/dbscripts
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-08 02:28:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-08 02:28:58 -0400
commitfe29eaae18c9eb318b394f7259827bb2fdcb3824 (patch)
tree5b899bd9871add346f929bd50eb3634bed4db7e9 /libre/dbscripts
parent06a39f20e68f6b9fc114712f6015091c9893af4a (diff)
libre/dbscripts: add rsync as a dependency
Diffstat (limited to 'libre/dbscripts')
-rw-r--r--libre/dbscripts/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD
index 400a5c55c..f90986b2e 100644
--- a/libre/dbscripts/PKGBUILD
+++ b/libre/dbscripts/PKGBUILD
@@ -14,9 +14,9 @@ backup=(
etc/$pkgname/db-import-archlinuxarm.conf
)
-pkgrel=1
+pkgrel=2
arch=('any')
-depends=(librelib xbs)
+depends=(librelib xbs rsync)
checkdepends=(libretools)
source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('c9c021bcfae039cfd20cec8b1986aea8')