summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)