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

Levente Polyak anthraxx at archlinux.org
Wed Oct 12 20:23:27 UTC 2016


    Date: Wednesday, October 12, 2016 @ 20:23:26
  Author: anthraxx
Revision: 192080

upgpkg: hexer 1.0.1-1

Modified:
  hexer/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-12 18:54:30 UTC (rev 192079)
+++ PKGBUILD	2016-10-12 20:23:26 UTC (rev 192080)
@@ -3,7 +3,7 @@
 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
 
 pkgname=hexer
-pkgver=0.2.3
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A multi buffer editor for binary files with vi-like interface"
 url="http://devel.ringlet.net/"
@@ -11,15 +11,10 @@
 license=('custom')
 depends=('ncurses')
 source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('752f9c32f96f145d39336060437a5438e66d175489bd06eb619f2f136fb24f65c6e883c59b7541a3b52ced0be4e2fe268670da048e1cab6d61e8119a35af13c1'
+sha512sums=('bad347eae85ff216a12e56a52afb205e6ec1db2f9eb47eb8ab685950bbb5fdf53c8f04221153f02d2167056d8608949c5693de7322c3f4cdb96aaccca900fd8d'
             'SKIP')
 validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cp config.{linux,h}
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   make



More information about the arch-commits mailing list