[arch-commits] Commit in gpgit/repos/community-any (PKGBUILD PKGBUILD)

NicoHood nicohood at archlinux.org
Sun Jan 31 09:34:43 UTC 2021


    Date: Sunday, January 31, 2021 @ 09:34:43
  Author: nicohood
Revision: 837313

archrelease: copy trunk to community-any

Added:
  gpgit/repos/community-any/PKGBUILD
    (from rev 837312, gpgit/trunk/PKGBUILD)
Deleted:
  gpgit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-31 09:34:39 UTC (rev 837312)
+++ PKGBUILD	2021-01-31 09:34:43 UTC (rev 837313)
@@ -1,32 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=gpgit
-pkgver=1.4.0
-pkgrel=1
-epoch=1
-pkgdesc="A shell script that automates the process of signing Git sources via GPG"
-arch=('any')
-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=('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" \
-        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gpgit/repos/community-any/PKGBUILD (from rev 837312, gpgit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-31 09:34:43 UTC (rev 837313)
@@ -0,0 +1,32 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=gpgit
+pkgver=1.4.1
+pkgrel=1
+epoch=1
+pkgdesc="A shell script that automates the process of signing Git sources via GPG"
+arch=('any')
+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=('ed470903892cb94c74f5edaaca1765eb86c7d98c328ceab6ced7bf07c262188999e163795e40de0dbf155313b813e710f362ef60ccd11e242a0276a21c3eee8e'
+            '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" \
+        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list