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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Oct 11 20:08:54 UTC 2020


    Date: Sunday, October 11, 2020 @ 20:08:54
  Author: svenstaro
Revision: 723550

upgpkg: bless 0.6.3-1

Modified:
  bless/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 19:38:00 UTC (rev 723549)
+++ PKGBUILD	2020-10-11 20:08:54 UTC (rev 723550)
@@ -5,8 +5,7 @@
 # Contributor: dcraven <dcraven at gmail.com>
 
 pkgname=bless
-_commit=59aaaba
-pkgver=0.6.2.git1.$_commit
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="High-quality, full-featured hex editor"
 arch=('any')
@@ -13,12 +12,12 @@
 url="https://github.com/afrantzis/bless"
 license=('GPL')
 depends=('gtk-sharp-2')
-makedepends=('git' 'meson' 'ninja')
-source=(${pkgname}::git+https://github.com/afrantzis/bless.git)
-sha256sums=('SKIP')
+makedepends=('meson' 'ninja')
+source=($pkgname.tar.gz::https://github.com/afrantzis/bless/archive/v0.6.3.tar.gz)
+sha256sums=('547f2f28073fc791c9d52fa5fd7d66d92c42c7d7fecba05ce1e4b55278ff8cd4')
 
 build() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   arch-meson -Dtests=false -Dhtml_user_doc=false build
 
@@ -26,7 +25,7 @@
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list