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

Morten Linderud foxboron at archlinux.org
Tue Jan 9 15:36:03 UTC 2018


    Date: Tuesday, January 9, 2018 @ 15:36:02
  Author: foxboron
Revision: 280705

archrelease: copy trunk to community-x86_64

Added:
  hexedit/repos/community-x86_64/PKGBUILD
    (from rev 280704, hexedit/trunk/PKGBUILD)
Deleted:
  hexedit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++----------------------------
 1 file changed, 26 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 15:35:55 UTC (rev 280704)
+++ PKGBUILD	2018-01-09 15:36:02 UTC (rev 280705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <pjmattal at elys.com>
-
-pkgname=hexedit
-pkgver=1.2.13
-pkgrel=3
-pkgdesc="Hex Editor for Linux"
-arch=('i686' 'x86_64')
-url="http://rigaux.org/hexedit.html"
-license=('GPL')
-depends=('ncurses')
-source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
-md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  CFLAGS="$CFLAGS -Wall"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: hexedit/repos/community-x86_64/PKGBUILD (from rev 280704, hexedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-09 15:36:02 UTC (rev 280705)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=hexedit
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="View and edit files in hexadecimal or in ASCII"
+arch=('x86_64')
+url="http://rigaux.org/hexedit.html"
+license=('GPL')
+depends=('ncurses')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz")
+sha256sums=('c81ffb36af9243aefc0887e33dd8e41c4b22d091f1f27d413cbda443b0440d66')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./autogen.sh && ./configure
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+}



More information about the arch-commits mailing list