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

Jonas Witschel diabonas at archlinux.org
Tue Jun 30 15:22:57 UTC 2020


    Date: Tuesday, June 30, 2020 @ 15:22:56
  Author: diabonas
Revision: 657174

archrelease: copy trunk to community-x86_64

Added:
  jose/repos/community-x86_64/PKGBUILD
    (from rev 657173, jose/trunk/PKGBUILD)
Deleted:
  jose/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 15:22:50 UTC (rev 657173)
+++ PKGBUILD	2020-06-30 15:22:56 UTC (rev 657174)
@@ -1,27 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=jose
-pkgver=10
-pkgrel=2
-pkgdesc='C-language implementation of Javascript Object Signing and Encryption'
-arch=('x86_64')
-url='https://github.com/latchset/jose'
-license=('APACHE')
-depends=('jansson' 'openssl' 'zlib')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
-sha512sums=('596f71bf7f3ab65164556d8353c07a09283e80ad06f8cbb7b1a9609fe3c95888c94c032ae8d719ed3f3b361cb87188f4683728e649d454056841b8ca47828b9d')
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make check
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: jose/repos/community-x86_64/PKGBUILD (from rev 657173, jose/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-30 15:22:56 UTC (rev 657174)
@@ -0,0 +1,27 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=jose
+pkgver=10
+pkgrel=3
+pkgdesc='C-language implementation of Javascript Object Signing and Encryption'
+arch=('x86_64')
+url='https://github.com/latchset/jose'
+license=('APACHE')
+depends=('jansson' 'openssl' 'zlib')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+sha512sums=('596f71bf7f3ab65164556d8353c07a09283e80ad06f8cbb7b1a9609fe3c95888c94c032ae8d719ed3f3b361cb87188f4683728e649d454056841b8ca47828b9d')
+
+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