diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-08 02:28:58 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-08 02:28:58 -0400 |
commit | fe29eaae18c9eb318b394f7259827bb2fdcb3824 (patch) | |
tree | 5b899bd9871add346f929bd50eb3634bed4db7e9 /libre/dbscripts | |
parent | 06a39f20e68f6b9fc114712f6015091c9893af4a (diff) | |
download | abslibre-fe29eaae18c9eb318b394f7259827bb2fdcb3824.tar.gz abslibre-fe29eaae18c9eb318b394f7259827bb2fdcb3824.tar.bz2 abslibre-fe29eaae18c9eb318b394f7259827bb2fdcb3824.zip |
libre/dbscripts: add rsync as a dependency
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 4 |
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') |