makedeb


bless 0.6.3-2


High-quality, full-featured hex editor (git version)

Click here to go back to the commit logs for bless.

Commit:


Hash: 335d1938c97f5232692baf201cc64d944fc3710a

Message: disable doc builder to fix build errors

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 6caf5b7..b21e5d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = bless
 	pkgdesc = High-quality, full-featured hex editor (git version)
 	pkgver = 0.6.3
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/afrantzis/bless
 	arch = any
 	license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index a81757d..496de84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 
 pkgname=bless
 pkgver=0.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="High-quality, full-featured hex editor (git version)"
 arch=('any')
 url="https://github.com/afrantzis/bless"
 license=('GPL2')
-depends=('gtk-sharp2' 'mono-complete')
 provides=('bless')
 conflicts=('bless')
+depends=('gtk-sharp2' 'mono-complete')
 makedepends=('meson' 'git')
 #source=("git+https://github.com/afrantzis/bless.git#tag=$pkgver")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/afrantzis/bless/archive/refs/tags/v$pkgver.tar.gz")
@@ -18,7 +18,7 @@ sha256sums=('547f2f28073fc791c9d52fa5fd7d66d92c42c7d7fecba05ce1e4b55278ff8cd4')
 
 prepare() {
   cd ${srcdir}/$pkgname-$pkgver
-  meson setup build -Dprefix=/usr -Dtests=false --buildtype=release  
+  meson setup build -Dprefix=/usr -Dtests=false -Dhtml_user_doc=false --buildtype=release  
 }
 
 build() {