[arch-commits] Commit in bless/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 15 07:26:03 UTC 2018
Date: Thursday, November 15, 2018 @ 07:26:03
Author: arojas
Revision: 407620
Update to 0.6.1
Modified:
bless/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-15 04:15:14 UTC (rev 407619)
+++ PKGBUILD 2018-11-15 07:26:03 UTC (rev 407620)
@@ -3,8 +3,8 @@
# Contributor: dcraven <dcraven at gmail.com>
pkgname=bless
-pkgver=0.6.0
-pkgrel=5
+pkgver=0.6.1
+pkgrel=1
pkgdesc="High-quality, full-featured hex editor"
arch=('any')
url="https://web.archive.org/web/20170503150524/http://home.gna.org/bless/"
@@ -11,19 +11,17 @@
license=('GPL')
depends=('gtk-sharp-2')
makedepends=('rarian')
-source=(http://http.debian.net/debian/pool/main/b/$pkgname/${pkgname}_$pkgver.orig.tar.gz
- bless_0.6.0-5+fix-savingfiles.patch)
-sha256sums=('34dc984c35df19184e5b61a4b11fe79901c417693f57d874dc70ef0c58896de1'
- '3068969d1125cf65cd27c523dcdbb153e14832c1dfb61f313fc9d68607c279c0')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/afrantzis/bless/archive/v0.6.1.tar.gz")
+sha256sums=('5f82e43e22e48080ea8e24668197f79dc8bddfcbf3b5f631dbe17f952e7b0f0e')
prepare() {
cd $pkgname-$pkgver
- sed -i 's/gmcs/mcs/' configure{,.ac} builder/ModuleBuilder.cs
+# sed -i 's/gmcs/mcs/' configure{,.ac} builder/ModuleBuilder.cs
# Fix saving preferences
- patch -Np1 -i ../bless_0.6.0-5+fix-savingfiles.patch
+# patch -Np1 -i ../bless_0.6.0-5+fix-savingfiles.patch
- autoreconf -fi
+ ./autogen.sh
}
build() {
More information about the arch-commits
mailing list