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

Levente Polyak anthraxx at archlinux.org
Thu Apr 5 21:18:13 UTC 2018


    Date: Thursday, April 5, 2018 @ 21:18:12
  Author: anthraxx
Revision: 314514

upgpkg: hexer 1.0.4-1

Modified:
  hexer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 21:12:23 UTC (rev 314513)
+++ PKGBUILD	2018-04-05 21:18:12 UTC (rev 314514)
@@ -3,8 +3,8 @@
 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
 
 pkgname=hexer
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='Multi buffer editor for binary files with vi-like interface'
 url='https://devel.ringlet.net/editors/hexer/'
 arch=('x86_64')
@@ -11,9 +11,9 @@
 license=('custom')
 depends=('ncurses')
 source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('74149464a713efc34d6bae1cb95e82727ead12dc8a8444f9dfd66f6e459c8191'
+sha256sums=('0314afc74d650154b5bfae4ec7433fb90b43e11181e0e2ebb98457baaad41aa7'
             'SKIP')
-sha512sums=('5c08374d0879ca61d7d7968bf374d6a136a514708790cc1ff502a6c0cab689397044b30924955eb63b3eae64fb7872a291e182a2a7fadaeec6e51b5c6a573c14'
+sha512sums=('1c7ab32cf015d115fdbd2c4545cfe6592d5b67196c9f281d3a0654543e12f64df6a7862df1cb00d2fe85b9bb0e6c25705aeb4b5a9c3723cd0eb977e299635840'
             'SKIP')
 validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
 
@@ -25,7 +25,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list