summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasya Novikov2018-11-06 02:48:41 +0300
committerVasya Novikov2018-11-06 02:48:41 +0300
commit04500f6884c2ce05d99828a7fe3c553228da0407 (patch)
treea0c1995529531bcb1c126c24041d2e1902e85323 /PKGBUILD
parent60e8752a0e55c7306b19e49e176862ef6cbadb0b (diff)
downloadaur-04500f6884c2ce05d99828a7fe3c553228da0407.tar.gz
remove libarchive from explicit deps
it's required by pacman and base-develop anyway.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9683e112888c..13d03950ef60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/vn971/rua'
source=("https://github.com/vn971/rua/archive/${pkgver}.tar.gz")
arch=('x86_64' 'i686')
license=('GPL3')
-makedepends=('cargo' 'libarchive')
+makedepends=('cargo')
depends=('bubblewrap' 'git')
sha256sums=(4b49e6629e4e01dd253fa862d29d8b93c52300b948a4a689aa5fa62cf6014ebd)