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

Christian Hesse eworm at archlinux.org
Fri Dec 29 20:24:11 UTC 2017


    Date: Friday, December 29, 2017 @ 20:24:10
  Author: eworm
Revision: 276888

upgpkg: argon2 20171227-2

make available under CC0 license (FS#56897)

Modified:
  argon2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-29 20:10:20 UTC (rev 276887)
+++ PKGBUILD	2017-12-29 20:24:10 UTC (rev 276888)
@@ -2,11 +2,11 @@
 
 pkgname=argon2
 pkgver=20171227
-pkgrel=1
+pkgrel=2
 pkgdesc='A password-hashing function (reference C implementation)'
 arch=('x86_64')
 url='https://github.com/P-H-C/phc-winner-argon2'
-license=('Apache')
+license=('Apache' 'custom:CC0')
 depends=('glibc')
 install=argon2.install
 source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
@@ -39,6 +39,8 @@
 
   make DESTDIR="$pkgdir" install
 
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/argon2/LICENSE"
+
   install -D -m0644 libargon2.pc "${pkgdir}/usr/lib/pkgconfig/libargon2.pc"
 }
 



More information about the arch-commits mailing list