Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcotp: update to 3.0.0 #47647

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3491,7 +3491,7 @@ libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
libwlroots.so.10 wlroots0.15-0.15.1_1
libwlroots.so.11 wlroots0.16-0.16.0_1
libbaseencode.so.1 libbaseencode-1.0.9_1
libcotp.so.2 libcotp-2.0.1_1
libcotp.so.3 libcotp-3.0.0_1
libunarr.so.1 libunarr-1.0.1_1
libretro-gtk-1.so.0 retro-gtk-1.0.0_1
libmanette-0.2.so.0 libmanette-0.2.1_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/OTPClient/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'OTPClient'
pkgname=OTPClient
version=3.2.1
revision=1
revision=2
build_style=cmake
hostmakedepends="pkg-config"
makedepends="gtk+3-devel libglib-devel libgcrypt-devel libpng-devel
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/libcotp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libcotp'
pkgname=libcotp
version=2.0.2
version=3.0.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
Expand All @@ -10,7 +10,7 @@ maintainer="Emil Miler <[email protected]>"
license="Apache-2.0"
homepage="https://github.com/paolostivanin/libcotp"
distfiles="https://github.com/paolostivanin/libcotp/archive/refs/tags/v${version}.tar.gz"
checksum=c5357af4b3f6b3c5ad91e7f6cc6866a6139d0f89e780a057be34b31d4620caec
checksum=ff0b9ce208c4c6542a0f1e739cf31978fbf28848c573837c671a6cb7b56b2c12

libcotp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down