[arch-commits] Commit in ghex/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 20:37:42 UTC 2021
Date: Monday, November 8, 2021 @ 20:37:42
Author: heftig
Revision: 427609
3.41.0-1
Modified:
ghex/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 20:30:53 UTC (rev 427608)
+++ PKGBUILD 2021-11-08 20:37:42 UTC (rev 427609)
@@ -1,9 +1,10 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
# Contributor: Tobias Kieslich <tobias at justdreams.de>
pkgname=ghex
-pkgver=3.18.4
-pkgrel=2
+pkgver=3.41.0
+pkgrel=1
pkgdesc="A simple binary editor for the Gnome desktop"
url="https://wiki.gnome.org/Apps/Ghex"
arch=(x86_64)
@@ -11,7 +12,7 @@
depends=(gtk3)
makedepends=(git meson yelp-tools)
groups=(gnome-extra)
-_commit=228094e8d203ab62e49c33df2734fc9628c74775 # tags/3.18.4^0
+_commit=d95e67c25b08267733de0f31e61cc5c0bc5ce57e # tags/3.41.0^0
source=("git+https://gitlab.gnome.org/GNOME/ghex.git#commit=$_commit")
sha256sums=('SKIP')
@@ -26,7 +27,7 @@
build() {
arch-meson $pkgname build
- ninja -C build
+ meson compile -C build
}
check() {
@@ -34,5 +35,5 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
More information about the arch-commits
mailing list