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

Morten Linderud foxboron at archlinux.org
Tue Jan 9 15:35:56 UTC 2018


    Date: Tuesday, January 9, 2018 @ 15:35:55
  Author: foxboron
Revision: 280704

upgpkg: hexedit 1.4.2-1

Updated to 1.4.2, source changed to git repo

Modified:
  hexedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 15:26:35 UTC (rev 280703)
+++ PKGBUILD	2018-01-09 15:35:55 UTC (rev 280704)
@@ -1,28 +1,26 @@
 # $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# 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.2.13
-pkgrel=3
-pkgdesc="Hex Editor for Linux"
+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=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
-md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz")
+sha256sums=('c81ffb36af9243aefc0887e33dd8e41c4b22d091f1f27d413cbda443b0440d66')
 
 build() {
-  cd "${srcdir}/${pkgname}"
-  CFLAGS="$CFLAGS -Wall"
-
-  ./configure
+  cd "${pkgname}-${pkgver}"
+  ./autogen.sh && ./configure
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}"
-
+  cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
 }



More information about the arch-commits mailing list