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

Jonathan Steel jsteel at archlinux.org
Thu Sep 3 15:51:12 UTC 2020


    Date: Thursday, September 3, 2020 @ 15:51:12
  Author: jsteel
Revision: 697510

upgpkg: pixz 1.0.7-1

Modified:
  pixz/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 15:45:44 UTC (rev 697509)
+++ PKGBUILD	2020-09-03 15:51:12 UTC (rev 697510)
@@ -2,8 +2,8 @@
 # Contributor: Christian Krause ("wookietreiber") <kizkizzbangbang at googlemail.com>
 
 pkgname=pixz
-pkgver=1.0.6
-pkgrel=3
+pkgver=1.0.7
+pkgrel=1
 pkgdesc="Parallel, indexed xz compressor"
 arch=('x86_64')
 url="https://github.com/vasi/pixz"
@@ -10,13 +10,11 @@
 license=('custom')
 depends=('libarchive')
 source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('1041ed269aa9ea58f1fb296c4a1e24f6')
+md5sums=('ed227a0a3147db9380f6fe59cc87cd05')
 
 build() {
   cd $pkgname-$pkgver
 
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
   ./configure --prefix=/usr
 
   make



More information about the arch-commits mailing list