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

Morten Linderud foxboron at gemini.archlinux.org
Sun Apr 24 08:47:49 UTC 2022


    Date: Sunday, April 24, 2022 @ 08:47:48
  Author: foxboron
Revision: 1189512

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 08:47:42 UTC (rev 1189511)
+++ PKGBUILD	2022-04-24 08:47:48 UTC (rev 1189512)
@@ -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.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
-}

Copied: hexedit/repos/community-x86_64/PKGBUILD (from rev 1189511, hexedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 08:47:48 UTC (rev 1189512)
@@ -0,0 +1,27 @@
+# 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.6
+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')
+options=(debug)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz")
+sha256sums=('598906131934f88003a6a937fab10542686ce5f661134bc336053e978c4baae3')
+
+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