summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2019-03-25 23:15:47 -0700
committermutantmonkey2019-03-25 23:15:47 -0700
commit2758f10b2f2ddd4087440d2aa11dacf94e9881b2 (patch)
tree1ca9fca32fa35ea58145e5ae06ae4e3480d3c66e
parentb632ac0d224765abdf8722e816375389fb68d0aa (diff)
downloadaur-2758f10b2f2ddd4087440d2aa11dacf94e9881b2.tar.gz
upgpkg: opencryptoki 3.11.0-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b1414e536f..e757ef318223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = opencryptoki
pkgdesc = PKCS11 implementation for Linux
- pkgver = 3.10.0
+ pkgver = 3.11.0
pkgrel = 1
- url = https://sourceforge.net/projects/opencryptoki
+ url = https://github.com/opencryptoki/opencryptoki
arch = i686
arch = x86_64
license = CPL
- license = GPL
makedepends = expect
depends = openssl
depends = trousers
- source = https://downloads.sourceforge.net/project/opencryptoki/opencryptoki/3.10/opencryptoki-3.10.0.tar.gz
+ source = opencryptoki-3.11.0.tar.gz::https://github.com/opencryptoki/opencryptoki/archive/v3.11.0.tar.gz
source = opencryptoki.sysusers.conf
source = opencryptoki.tmpfiles.conf
- sha256sums = f02bfb1051d6f2e629390b0a0bf5245c6b212a886874e19f59cc418315130321
+ sha256sums = 4d901373b08ed0b0d56a4df5e3f35a7d17142bdc5c5bf9b37c8a10200a08d6fd
sha256sums = 63723f403ac795182cb258d07896e6f3828e8db2fe31597df00a0461783dd16d
sha256sums = e315fc996a1f416efd34f6f3e3149378118cded0da9f8a919e9501ea8db90fac
diff --git a/PKGBUILD b/PKGBUILD
index 61ecf75c6fa7..7e576e4b06af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
-# Maintainer: mutantmonkey <aur@mutantmonkey.in>
+# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
# Contributor: Gerardo Exequiel Pozzi <djgera@archlinux.org>
# Contributor: Patryk Kowalczyk <patryk at kowalczyk dot ws>
# Contributor: Gavin Lloyd <gavinhungry@gmail.com>
# Contributor: VuDu <vudu.curse@gmail.com>
pkgname=opencryptoki
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
pkgdesc="PKCS11 implementation for Linux"
arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/opencryptoki"
-license=('CPL' 'GPL')
+url="https://github.com/opencryptoki/opencryptoki"
+license=('CPL')
depends=('openssl' 'trousers')
makedepends=('expect')
-source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/3.10/${pkgname}-${pkgver}.tar.gz
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/opencryptoki/opencryptoki/archive/v${pkgver}.tar.gz"
opencryptoki.sysusers.conf
opencryptoki.tmpfiles.conf)
-sha256sums=('f02bfb1051d6f2e629390b0a0bf5245c6b212a886874e19f59cc418315130321'
+sha256sums=('4d901373b08ed0b0d56a4df5e3f35a7d17142bdc5c5bf9b37c8a10200a08d6fd'
'63723f403ac795182cb258d07896e6f3828e8db2fe31597df00a0461783dd16d'
'e315fc996a1f416efd34f6f3e3149378118cded0da9f8a919e9501ea8db90fac')