Skip to content

Commit

Permalink
Make 'libssl-dev' a runtime dependency instead of just a build depend…
Browse files Browse the repository at this point in the history
…ency.
  • Loading branch information
hwittenborn committed Jun 26, 2022
1 parent 5d9a966 commit e09049f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2022-06-25
### Fixed
- Make `libssl-dev` a runtime dependency instead of just a build dependency.

## [0.3.1] - 2022-06-14
### Fixed
- Fixed `sed` command used to set version in man page during builds.
Expand Down
6 changes: 4 additions & 2 deletions makedeb/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Maintainer: Hunter Wittenborn <[email protected]>
pkgname=mpr-cli
pkgver=0.3.1
pkgver=0.3.2
pkgrel=1
pkgdesc='The official command-line interface for the makedeb Package Repository'
arch=('any')
depends=(
'libssl-dev'
)
optdepends=(
'r!less'
)
makedepends=(
'asciidoctor'
'cargo'
'libssl-dev'
'pkg-config'
)
license=('GPL3')
Expand Down

0 comments on commit e09049f

Please sign in to comment.