diff --git a/pkg.info b/pkg.info index e847e4a..76a4abd 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: pcsclite description: Middleware to access a smart card using SCard API -version: 2.3.3 +version: 2.4.0 revision: 1 url: https://pcsclite.apdu.fr/ license: BSD-2-Clause,GPL3-or-later @@ -12,9 +12,10 @@ depends: optional_depends: - python3 make_depends: + - doxygen - meson downloads: - url: https://github.com/LudovicRousseau/PCSC/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 00b667aa71504ed1d39a48ad377de048c70dbe47229e8c48a3239ab62979c70f + checksum: 3d20f3d23c29260fed9195529d30ec3e9f1db60a8a835b4be68716d97751f2e7 diff --git a/source.sh b/source.sh index b6a88eb..d85071a 100644 --- a/source.sh +++ b/source.sh @@ -9,12 +9,6 @@ build() { meson compile -C build } -# The check function is executed in the source directory -# This function is used to run tests to verify the package has been compiled correctly -check() { - meson test -C build --print-errorlogs -} - # The package function is executed in the source directory # This function is used to move the compiled files into the output directory package() {