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

Levente Polyak anthraxx at archlinux.org
Mon Feb 11 20:36:11 UTC 2019


    Date: Monday, February 11, 2019 @ 20:36:09
  Author: anthraxx
Revision: 346004

upgpkg: lzop 1.04-2 (hardening flags rebuild)

Modified:
  lzop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 20:27:44 UTC (rev 346003)
+++ PKGBUILD	2019-02-11 20:36:09 UTC (rev 346004)
@@ -1,24 +1,28 @@
-# Maintainer:
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=lzop
 pkgver=1.04
-pkgrel=1
-pkgdesc="File compressor using lzo lib"
+pkgrel=2
+pkgdesc='File compressor using lzo lib'
+url='https://www.lzop.org/'
 arch=('x86_64')
 license=('GPL')
-url="http://www.lzop.org/"
 depends=('lzo')
-source=("http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('271eb10fde77a0a96b9cbf745e719ddf')
+source=(https://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5829b4495ffefab549aa697a05c536ce593c572c9eee6004460583a0090abcd317c6074c4f981dfee6be61ac8d127f02dd37053b6cb782af64db41586a8bbb6e')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
   make
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list