summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn17ikh2015-12-01 11:08:53 -0800
committern17ikh2015-12-01 11:11:00 -0800
commit1ecd60e8172c06be41a04ff50fa5c107776df837 (patch)
treed0ad107e38381fe9627562770fcbb48d7692f733
parentef3bbbe39926aaad31b6fc395f64403efc00d9e4 (diff)
downloadaur-1ecd60e8172c06be41a04ff50fa5c107776df837.tar.gz
Update file checksum and change to official fedora mirror.
Looks like the RPM checksum changed for no real reason; the contents are the same. Switch to the Fedora HTTPS mirror instead of using a downstream source for the package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dda24133d6e..aad20d9da39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coolkey
pkgdesc = Provides PKCS11 module support for smart-card readers, now with 144k smartcard/CAC support and downstream Fedora patches.
pkgver = 1.1.0_28
- pkgrel = 1
+ pkgrel = 2
url = http://directory.fedora.redhat.com/wiki/CoolKey
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = coolkey
depends = pcsclite
depends = ccid
noextract = coolkey-1.1.0-28.fc23.src.rpm
- source = http://mirrors.kernel.org/fedora/development/rawhide/source/SRPMS/c/coolkey-1.1.0-28.fc23.src.rpm
- sha512sums = 33d7fe8996e1444304a2e5ac3786d6c9c70b49549dfee1c7c304f03576098eebfde082086fbb5961941576075f27e960a5996950ca68f59946d27fe21ee8913e
+ source = https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/c/coolkey-1.1.0-28.fc23.src.rpm
+ sha512sums = e5b9210c6f06a06ec8a134a8ea3200a2d024814b8a14392511fd6309ae3d16cdee5a52b4abd707559e8a854f48a0ebdd52d156a49af1285d8916c3359411a0f7
pkgname = coolkey
diff --git a/PKGBUILD b/PKGBUILD
index 7530234e49b8..29f024070d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: n17ikh <n17ikh@gmail.com>
pkgname=coolkey
pkgver=1.1.0_28
-pkgrel=1
+pkgrel=2
pkgdesc="Provides PKCS11 module support for smart-card readers, now with 144k smartcard/CAC support and downstream Fedora patches."
arch=('i686' 'x86_64')
url="http://directory.fedora.redhat.com/wiki/CoolKey"
@@ -16,9 +16,9 @@ options=()
install=
changelog=
rpmname=("$pkgname-${pkgver//_/-}.fc23.src.rpm")
-source=("http://mirrors.kernel.org/fedora/development/rawhide/source/SRPMS/c/$rpmname")
+source=("https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/source/SRPMS/c/$rpmname")
noextract=($rpmname)
-sha512sums=('33d7fe8996e1444304a2e5ac3786d6c9c70b49549dfee1c7c304f03576098eebfde082086fbb5961941576075f27e960a5996950ca68f59946d27fe21ee8913e')
+sha512sums=('e5b9210c6f06a06ec8a134a8ea3200a2d024814b8a14392511fd6309ae3d16cdee5a52b4abd707559e8a854f48a0ebdd52d156a49af1285d8916c3359411a0f7')
build() {
cd $srcdir