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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Oct 20 12:59:40 UTC 2017


    Date: Friday, October 20, 2017 @ 12:59:39
  Author: svenstaro
Revision: 263722

upgpkg: fzy 0.9-1

Pushing fzy

Modified:
  fzy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-20 12:56:29 UTC (rev 263721)
+++ PKGBUILD	2017-10-20 12:59:39 UTC (rev 263722)
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('glibc')
 source=(https://github.com/jhawthorn/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('4cfd8a005aef05ccd6d83798555c05b2')
+sha512sums=('71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/"
@@ -19,4 +19,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/"
   make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list