summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralzeih2023-06-08 08:13:09 +0000
committeralzeih2023-06-08 08:13:09 +0000
commit868ecab2c2a46ed017d00530602f3c62affe7cd3 (patch)
treeb8a1a3f95b31a70b1570d4425487c9c94fdfab13
parentdcf6730e37d2053b0e68a5e89a57d7c6a2859e93 (diff)
downloadaur-868ecab2c2a46ed017d00530602f3c62affe7cd3.tar.gz
Update GitHub url from zmartzone to OpenIDC
Signed-off-by: alzeih <alzeih@users.noreply.github.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80aa1d963365..0383c20b023d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cjose
pkgdesc = C library implementing the Javascript Object Signing and Encryption (JOSE)
pkgver = 0.6.2.1
- pkgrel = 1
- url = https://github.com/zmartzone/cjose
+ pkgrel = 2
+ url = https://github.com/OpenIDC/cjose
arch = x86_64
license = MIT
depends = openssl
depends = jansson
- source = https://github.com/zmartzone/cjose/archive/v0.6.2.1/cjose-0.6.2.1.tar.gz
+ source = https://github.com/OpenIDC/cjose/archive/v0.6.2.1/cjose-0.6.2.1.tar.gz
sha256sums = 90924f021878bfdb53536f8e3495876047d5b5ec34de96b431883c85f12c459a
pkgname = cjose
diff --git a/PKGBUILD b/PKGBUILD
index 7bf132a2fbf7..d4a9bb111ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=cjose
pkgver=0.6.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='C library implementing the Javascript Object Signing and Encryption (JOSE)'
arch=(x86_64)
-url="https://github.com/zmartzone/$pkgname"
+url="https://github.com/OpenIDC/$pkgname"
license=(MIT)
depends=(openssl
jansson)