[arch-commits] Commit in hexedit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sat Jan 4 21:47:37 UTC 2020
Date: Saturday, January 4, 2020 @ 21:47:36
Author: eworm
Revision: 548514
archrelease: copy trunk to community-x86_64
Added:
hexedit/repos/community-x86_64/PKGBUILD
(from rev 548513, hexedit/trunk/PKGBUILD)
Deleted:
hexedit/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-04 21:47:10 UTC (rev 548513)
+++ PKGBUILD 2020-01-04 21:47:36 UTC (rev 548514)
@@ -1,26 +0,0 @@
-# $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
-}
Copied: hexedit/repos/community-x86_64/PKGBUILD (from rev 548513, hexedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-04 21:47:36 UTC (rev 548514)
@@ -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.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
+}
More information about the arch-commits
mailing list