[arch-commits] Commit in unrar/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 17 13:55:24 UTC 2021


    Date: Monday, May 17, 2021 @ 13:55:24
  Author: arojas
Revision: 415634

Update to 6.0.6

Modified:
  unrar/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-17 13:49:41 UTC (rev 415633)
+++ PKGBUILD	2021-05-17 13:55:24 UTC (rev 415634)
@@ -4,14 +4,14 @@
 
 pkgbase=unrar
 pkgname=(unrar libunrar)
-pkgver=6.0.5
+pkgver=6.0.6
 pkgrel=1
 epoch=1
 arch=(x86_64)
-url="https://www.rarlab.com/rar_add.htm"
+url='https://www.rarlab.com/rar_add.htm'
 license=(custom)
-source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz")
-sha256sums=('7e34064c9e97464462c81aed80c25619149f71d4900995021780787f51dd63f0')
+source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
+sha256sums=('011ef7290d3394a62bb5bfced914cd510a7eea7255cf69417f9c952bb6056588')
 
 prepare() {
   sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build flags
@@ -25,7 +25,7 @@
 }
 
 package_unrar() {
-  pkgdesc="The RAR uncompression program"
+  pkgdesc='The RAR uncompression program'
   depends=(gcc-libs)
   cd unrar
   install -Dm755 unrar -t "$pkgdir"/usr/bin/
@@ -34,7 +34,7 @@
 }
 
 package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
+  pkgdesc='Library and header file for applications that use libunrar'
   depends=(gcc-libs)
   cd libunrar
   install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/



More information about the arch-commits mailing list