diff --git a/README.md b/README.md index c9cfea2..36890b4 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,15 @@ or on Ubuntu: - [Homebrew](http://braumeister.org/formula/buku) - [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`) - [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`) -- [Ubuntu](http://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1) +- [Ubuntu](https://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1) - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) - [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`sudo xbps-install -S buku`) #### Release packages -Packages for Arch Linux, CentOS, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest). +Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest). + +NOTE: CentOS may not have the python3-beautifulsoup4 package in the repos. Install it using pip3. #### From source diff --git a/packagecore.yaml b/packagecore.yaml index e661e86..9f30447 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -26,18 +26,18 @@ packages: - python3-urllib3 - python3 # centos no beautifulsoup4 -# centos7.3: -# builddeps: -# - make -# deps: + centos7.3: + builddeps: + - make + deps: # - python-beautifulsoup4 -# - python-cryptography -# - python-requests -# - python-urllib3 -# - python -# commands: -# pre: -# - yum install epel-release + - python-cryptography + - python-requests + - python-urllib3 + - python + commands: + pre: + - yum install epel-release ubuntu16.04: builddeps: - make