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

Levente Polyak anthraxx at archlinux.org
Thu Jul 16 21:46:17 UTC 2020


    Date: Thursday, July 16, 2020 @ 21:46:16
  Author: anthraxx
Revision: 664225

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-16 21:46:12 UTC (rev 664224)
+++ PKGBUILD	2020-07-16 21:46:16 UTC (rev 664225)
@@ -1,32 +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.5
-pkgrel=2
-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}
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  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 664224, hexer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-16 21:46:16 UTC (rev 664225)
@@ -0,0 +1,32 @@
+# 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.6
+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=('fff00fbb0eb0eee959c08455861916ea672462d9bcc5580207eb41123e188129'
+            'SKIP')
+sha512sums=('fc34037fa815b6f360572aa488a0a19d831d7f4d8a4d71f8882c75f727752b5381a84338a0eba077487e468f443ce954f854e80df710802ea94d6a23ee871630'
+            'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  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