Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
unrar-free


Commits:
5126e954 by Robin Candau at 2024-03-03T23:27:01+01:00
upgpkg: 1:0.2.0-1: New upstream release + Switch license to SPDX identifier
https://gitlab.com/bgermann/unrar-free/-/tags/0.2.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = unrar-free
+       pkgdesc = Free utility to extract files from RAR archives.
+       pkgver = 0.2.0
+       pkgrel = 1
+       epoch = 1
+       url = https://gitlab.com/bgermann/unrar-free
+       arch = x86_64
+       license = GPL-2.0-or-later
+       depends = libarchive
+       depends = glibc
+       source = 
https://gitlab.com/bgermann/unrar-free/-/archive/0.2.0/unrar-free-0.2.0.tar.gz
+       sha256sums = 
e1fc644f4d72d5af01ec553b1cb0f4b39ea56ca6dd7a08dd750a36dd5fd56c71
+
+pkgname = unrar-free


=====================================
PKGBUILD
=====================================
@@ -4,16 +4,16 @@
 # Contributor: Chris Mann <cshclm[at]gmail[dot]com>
 
 pkgname=unrar-free
-pkgver=0.1.3
-pkgrel=6
+pkgver=0.2.0
+pkgrel=1
 epoch=1
 pkgdesc="Free utility to extract files from RAR archives."
 arch=('x86_64')
 url="https://gitlab.com/bgermann/unrar-free";
-license=('GPL')
-depends=('libarchive')
+license=('GPL-2.0-or-later')
+depends=('libarchive' 'glibc')
 source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('35840fe474d7139a4e1c131c9bcffbea34c358226263f2765161190387d53a68')
+sha256sums=('e1fc644f4d72d5af01ec553b1cb0f4b39ea56ca6dd7a08dd750a36dd5fd56c71')
 
 prepare() {
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/unrar-free/-/commit/5126e9545b1b41faa9325e95ca69379f10e96b45

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/unrar-free/-/commit/5126e9545b1b41faa9325e95ca69379f10e96b45
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to