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

NicoHood nicohood at archlinux.org
Fri Jan 29 22:32:43 UTC 2021


    Date: Friday, January 29, 2021 @ 22:32:42
  Author: nicohood
Revision: 835779

upgpkg: gpgit 1:1.4.0-1

Modified:
  gpgit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 21:58:51 UTC (rev 835778)
+++ PKGBUILD	2021-01-29 22:32:42 UTC (rev 835779)
@@ -2,7 +2,7 @@
 # PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 
 pkgname=gpgit
-pkgver=1.3.4
+pkgver=1.4.0
 pkgrel=1
 epoch=1
 pkgdesc="A shell script that automates the process of signing Git sources via GPG"
@@ -10,16 +10,21 @@
 url="https://github.com/NicoHood/gpgit"
 license=('MIT')
 depends=('bash' 'gnupg' 'git' 'xz')
+checkdepends=('shellcheck')
 optdepends=('jq: Github API upload'
             'curl: Github API upload'
             'lzip: Compression option')
 source=("${pkgname}-${pkgver}.tar.xz::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"
         "${pkgname}-${pkgver}.tar.xz.asc::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('3cf1ad4ff13f8183a97bd7a7b13fc47ecdbc6c4ac28777e5b29f83dfa27a9d0dba75386082cc31298976b8cbc18f21d9f0e79bcb0e11a898669a2d9644e984d4'
+sha512sums=('52d6a3a4e2091ddb4476f01185c5b51b646314bac1fd00f1f400d8fe431f5d4362b33b46778523ee508df64f62d5c1873cb57da9f7c8c4cb55823d3623d41a9b'
             'SKIP')
 # NicoHood <archlinux {cat} nicohood {dog} de>
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161')
 
+check() {
+    make -C "${pkgname}-${pkgver}" test
+}
+
 package() {
     make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
     install -Dm 644 "${pkgname}-${pkgver}/LICENSE" \



More information about the arch-commits mailing list