Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
pacbrew: bump version to 1.1 (ubuntu 22.04+ fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Nov 14, 2022
1 parent adfd7e4 commit 34ed43e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pacbrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PACBREW=/opt/pacbrew

# deps
sudo apt update
sudo apt install -y build-essential automake autoconf libtool meson ninja-build \
sudo apt install -y build-essential pkg-config meson ninja-build \
gettext libarchive-dev libssl-dev libcurl4-openssl-dev libgpgme-dev

# pacbrew build
Expand All @@ -17,7 +17,7 @@ DESTDIR=$PWD/pacbrew ninja -C build install
# pacbrew deb
rm -rf pacbrew/usr/share
dpkg-deb --build pacbrew
mv pacbrew.deb pacbrew-pacman-1.0.deb
mv pacbrew.deb pacbrew-pacman-1.1.deb

# cleanup
rm -rf build pacbrew/opt
Expand Down
2 changes: 1 addition & 1 deletion pacbrew/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: pacbrew-pacman
Version: 1.0
Version: 1.1
Maintainer: cpasjuste
Architecture: all
Section: devel
Expand Down

0 comments on commit 34ed43e

Please sign in to comment.