Skip to content

Commit

Permalink
axel: Clean up depends and makedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
eonj committed Jan 10, 2018
1 parent b7e70a4 commit eb93205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axel/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/axel-download-accelerator/axel"
groups=()
depends=('openssl-devel' 'gettext-devel')
makedepends=()
depends=('openssl' 'gettext')
makedepends=('openssl-devel' 'gettext-devel')
options=()
source=("https://github.com/axel-download-accelerator/axel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('763066efc61e4f7be2eb59afa049bdbc520837e01c95a78f403e542ad82f2719')
Expand Down

0 comments on commit eb93205

Please sign in to comment.