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

Morten Linderud foxboron at archlinux.org
Fri Aug 28 15:34:01 UTC 2020


    Date: Friday, August 28, 2020 @ 15:34:01
  Author: foxboron
Revision: 691091

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 15:33:53 UTC (rev 691090)
+++ PKGBUILD	2020-08-28 15:34:01 UTC (rev 691091)
@@ -1,26 +0,0 @@
-# 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=2
-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
-}

Copied: hexedit/repos/community-x86_64/PKGBUILD (from rev 691090, hexedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-28 15:34:01 UTC (rev 691091)
@@ -0,0 +1,26 @@
+# 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.5
+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=('27a2349f659e995d7731ad672450f61a2e950330049a6fb59b77490c5e0015ac')
+
+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