[arch-commits] Commit in mescc-tools/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Feb 3 13:25:11 UTC 2020
Date: Monday, February 3, 2020 @ 13:25:11
Author: jelle
Revision: 374524
upgpkg: mescc-tools 0.7.0-1
Upstream update, switch to git commit which is gpg signed.
Modified:
mescc-tools/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-03 08:54:14 UTC (rev 374523)
+++ PKGBUILD 2020-02-03 13:25:11 UTC (rev 374524)
@@ -1,27 +1,29 @@
# Maintainer: Jelle van der Waa <jelle at archlinux.org>
pkgname=mescc-tools
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="tools for binary bootstrapping"
arch=(x86_64)
license=('GPL')
url="https://github.com/oriansj/mescc-tools"
+makedepends=(git)
depends=(glibc)
-source=("https://github.com/oriansj/mescc-tools/archive/Release_0.6.1.tar.gz")
-sha256sums=('56f02bb9c92c6569197ec91246e366048efd47e32d9365a812f64bd70dde571a')
+source=(git+https://github.com/oriansj/mescc-tools.git#commit=3df4848f689bcd4a9f88e17785b6d3e4dc640c01)
+sha256sums=('SKIP')
+validpgpkeys=("CA1132DD2BA1E81AC10C95D35410E91C14959E87")
build() {
- cd mescc-tools-Release_$pkgver
+ cd mescc-tools
make
}
check() {
- cd mescc-tools-Release_$pkgver
+ cd mescc-tools
make test
}
package() {
- cd mescc-tools-Release_$pkgver
+ cd mescc-tools
make PREFIX=/usr DESTDIR=$pkgdir install
}
More information about the arch-commits
mailing list