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

Christian Hesse eworm at archlinux.org
Sat Jan 4 21:47:12 UTC 2020


    Date: Saturday, January 4, 2020 @ 21:47:10
  Author: eworm
Revision: 548513

upgpkg: hexedit 1.4.2-2

rebuild old package

Modified:
  hexedit/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 21:45:19 UTC (rev 548512)
+++ PKGBUILD	2020-01-04 21:47:10 UTC (rev 548513)
@@ -4,7 +4,7 @@
 
 pkgname=hexedit
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="View and edit files in hexadecimal or in ASCII"
 arch=('x86_64')
 url="http://rigaux.org/hexedit.html"
@@ -15,7 +15,8 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  ./autogen.sh && ./configure
+  ./autogen.sh
+  ./configure
   make
 }
 



More information about the arch-commits mailing list