[arch-commits] Commit in hexer/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Thursday, April 5, 2018 @ 21:18:23
  Author: anthraxx
Revision: 314515

archrelease: copy trunk to community-x86_64

Added:
  hexer/repos/community-x86_64/PKGBUILD
    (from rev 314514, hexer/trunk/PKGBUILD)
Deleted:
  hexer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 21:18:12 UTC (rev 314514)
+++ PKGBUILD	2018-04-05 21:18:23 UTC (rev 314515)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Magnus Therning <magnus at therning.org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-pkgname=hexer
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Multi buffer editor for binary files with vi-like interface'
-url='https://devel.ringlet.net/editors/hexer/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('74149464a713efc34d6bae1cb95e82727ead12dc8a8444f9dfd66f6e459c8191'
-            'SKIP')
-sha512sums=('5c08374d0879ca61d7d7968bf374d6a136a514708790cc1ff502a6c0cab689397044b30924955eb63b3eae64fb7872a291e182a2a7fadaeec6e51b5c6a573c14'
-            'SKIP')
-validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-x86_64/PKGBUILD (from rev 314514, hexer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-05 21:18:23 UTC (rev 314515)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=hexer
+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')
+license=('custom')
+depends=('ncurses')
+source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('0314afc74d650154b5bfae4ec7433fb90b43e11181e0e2ebb98457baaad41aa7'
+            'SKIP')
+sha512sums=('1c7ab32cf015d115fdbd2c4545cfe6592d5b67196c9f281d3a0654543e12f64df6a7862df1cb00d2fe85b9bb0e6c25705aeb4b5a9c3723cd0eb977e299635840'
+            'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list