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

Levente Polyak anthraxx at archlinux.org
Tue Nov 27 20:53:08 UTC 2018


    Date: Tuesday, November 27, 2018 @ 20:53:07
  Author: anthraxx
Revision: 410099

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 20:53:01 UTC (rev 410098)
+++ PKGBUILD	2018-11-27 20:53:07 UTC (rev 410099)
@@ -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.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:

Copied: hexer/repos/community-x86_64/PKGBUILD (from rev 410098, hexer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 20:53:07 UTC (rev 410099)
@@ -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.5
+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=('41b20dfbef8d979ad3ca1b8b0447ae9fcfe51c317ebbcc95f31cde4b08c15fb4'
+            'SKIP')
+sha512sums=('bc26d2dc7cb89555769b950af35e65ae9650cce315b47d360e564eeb4353a90064d60eb340aea00151944602ef4fe9635bd2a131024b072336da1e36b365da06'
+            '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