kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / libredefender
Commits: e1cf7024 by kpcyrd at 2023-09-04T00:36:51+02:00 upgpkg: 0.7.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> pkgname=libredefender -pkgver=0.6.0 -pkgrel=2 +pkgver=0.7.0 +pkgrel=1 pkgdesc='Light-weight antivirus scanner for Linux' url='https://github.com/kpcyrd/libredefender' arch=('x86_64') @@ -10,17 +10,14 @@ license=('GPL2') depends=('libclamav.so' 'hicolor-icon-theme') makedepends=('cargo' 'clang') source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz - https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc - clamav-1.0.patch) -b2sums=('fba45c42842220c0b43a06c56fbecbaa093819715822a9e673570c21b21a2cd6b9cba72711d76758bbbadb542b4a8d356f1107020593d74b12a7ad581c3ed562' - 'SKIP' - 'bc44726d294e500b032da217d10cd23aca2dccbeec124e3696558a5d331c182ab3bc431d74f3dcdbea1686c0cbec32ee8d9240e0de22fdf5be2c31bd116afdee') + https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc) +b2sums=('f9fd4e36737f849b39bbe250a5a67da493d9ad7881bc020a8b252dbe5c679202993d6dd0b2cbfa5eb78f5c16c31dd2af72093a1acdfe8b211e6e390c2124d186' + 'SKIP') validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6") prepare() { cd "${pkgname}-${pkgver}" - patch -i ../clamav-1.0.patch cargo fetch --locked --target "$CARCH-unknown-linux-gnu" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libredefender/-/commit/e1cf7024be06b7a39a377101134ead3209946d2c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libredefender/-/commit/e1cf7024be06b7a39a377101134ead3209946d2c You're receiving this email because of your account on gitlab.archlinux.org.
