[arch-commits] Commit in paperkey/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Tue Jun 30 15:31:12 UTC 2020


    Date: Tuesday, June 30, 2020 @ 15:31:04
  Author: diabonas
Revision: 657180

archrelease: copy trunk to community-x86_64

Added:
  paperkey/repos/community-x86_64/PKGBUILD
    (from rev 657179, paperkey/trunk/PKGBUILD)
Deleted:
  paperkey/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 15:30:57 UTC (rev 657179)
+++ PKGBUILD	2020-06-30 15:31:04 UTC (rev 657180)
@@ -1,29 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=paperkey
-pkgver=1.6
-pkgrel=2
-pkgdesc='Archive OpenPGP keys on paper'
-arch=('x86_64')
-url='http://www.jabberwocky.com/software/paperkey/'
-license=('GPL')
-depends=('glibc')
-source=("$url/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('a07fc22bf56cd9524ecba61d1bf00102e6e97842e219682771187a2a2327c9daa885d457417bb2ea960f5ebd66bd711fa1d86687fda159647ff47980dee21b01'
-            'SKIP')
-validpgpkeys=('7D92FD313AB6F3734CC59CA1DB698D7199242560') # David M. Shaw <dshaw at jabberwocky.com>
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make check
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: paperkey/repos/community-x86_64/PKGBUILD (from rev 657179, paperkey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-30 15:31:04 UTC (rev 657180)
@@ -0,0 +1,29 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=paperkey
+pkgver=1.6
+pkgrel=3
+pkgdesc='Archive OpenPGP keys on paper'
+arch=('x86_64')
+url='https://www.jabberwocky.com/software/paperkey/'
+license=('GPL')
+depends=('glibc')
+source=("$url/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('a07fc22bf56cd9524ecba61d1bf00102e6e97842e219682771187a2a2327c9daa885d457417bb2ea960f5ebd66bd711fa1d86687fda159647ff47980dee21b01'
+            'SKIP')
+validpgpkeys=('7D92FD313AB6F3734CC59CA1DB698D7199242560') # David M. Shaw <dshaw at jabberwocky.com>
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list