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

Evangelos Foutras foutrelis at archlinux.org
Mon Mar 29 09:38:41 UTC 2021


    Date: Monday, March 29, 2021 @ 09:38:40
  Author: foutrelis
Revision: 411202

upgpkg: p7zip 1:17.03-1: downgrade to previous release (17.03)

Upstream pulled the 17.04 tag and release for unknown reasons.

https://github.com/jinfeihan57/p7zip/issues/129#issuecomment-808942939

Modified:
  p7zip/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 08:33:14 UTC (rev 411201)
+++ PKGBUILD	2021-03-29 09:38:40 UTC (rev 411202)
@@ -6,18 +6,19 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=p7zip
-pkgver=17.04
+pkgver=17.03
 pkgrel=1
+epoch=1
 pkgdesc="Command-line file archiver with high compression ratio"
 arch=('x86_64')
 url="https://github.com/jinfeihan57/p7zip"
 license=('LGPL' 'custom:unRAR')
 depends=('gcc-libs' 'sh')
-source=(https://github.com/jinfeihan57/p7zip/archive/$pkgver/$pkgname-$pkgver.tar.gz
+source=(https://github.com/jinfeihan57/p7zip/archive/v$pkgver/$pkgname-$pkgver.tar.gz
         oemcp-iconv.patch::https://github.com/jinfeihan57/p7zip/commit/c104127e6a93.patch
         oemcp-cygwin.patch::https://github.com/jinfeihan57/p7zip/commit/0e0a1a8316b6.patch
         oemcp-apple.patch::https://github.com/jinfeihan57/p7zip/commit/334a01e3f8bc.patch)
-sha256sums=('af15c4b540274c0a31da8e63928224676128285c74e8e582c77f22396e2a080a'
+sha256sums=('bb4b9b21584c0e076e0b4b2705af0dbe7ac19d378aa7f09a79da33a5b3293187'
             'e32636aa03b9c75a2b9d9138e03a738ceed6ca5da4c3c67e7f5981e135fb9e24'
             'fa658d42cc1da2b567a210a819502bd8e3bb1e02d5d23e087e2278c4aaffe15e'
             'a1b21ceb5582633d85d41ec9e4995f758cba1731dd80fb6f45a7bc6b18bfe394')



More information about the arch-commits mailing list