Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / unrar-free
Commits: ade31a16 by Robin Candau at 2025-05-08T22:29:11+02:00 Style and minor updates to the PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,17 +7,17 @@ pkgname=unrar-free pkgver=0.3.1 pkgrel=1 epoch=1 -pkgdesc="Free utility to extract files from RAR archives." +pkgdesc="Free utility to extract files from RAR archives" url="https://gitlab.com/bgermann/unrar-free" arch=('x86_64') license=('GPL-2.0-or-later') -depends=('libarchive' 'glibc') +depends=('glibc' 'libarchive') source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('16ecd4cf8b236d472413d179721e40b2270262f32844e10435fe45dd68053fb8') prepare() { cd "${pkgname}-${pkgver}" - autoreconf -i + autoreconf -fvi } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unrar-free/-/commit/ade31a16b03ecf3d054c2b82d9661436031d6b76 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/unrar-free/-/commit/ade31a16b03ecf3d054c2b82d9661436031d6b76 You're receiving this email because of your account on gitlab.archlinux.org.
