diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-04-29 21:40:55 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-04-29 21:40:55 +0800 |
commit | 87fc49705eb404e75bbcb8952e53d224ed04ccfe (patch) | |
tree | 6322dc9d8c6d1cb68f419a877ef66c0f7317674f | |
parent | e1bb0052dd5fb3d26c2418695d099cbece652eb4 (diff) | |
download | AUR4-PKGBUILD-87fc49705eb404e75bbcb8952e53d224ed04ccfe.tar.gz AUR4-PKGBUILD-87fc49705eb404e75bbcb8952e53d224ed04ccfe.tar.zst AUR4-PKGBUILD-87fc49705eb404e75bbcb8952e53d224ed04ccfe.zip |
qelly,qelly-git: Use SHA-256 checksums
-rw-r--r-- | qelly-git/.SRCINFO | 6 | ||||
-rw-r--r-- | qelly-git/PKGBUILD | 4 | ||||
-rw-r--r-- | qelly/.SRCINFO | 8 | ||||
-rw-r--r-- | qelly/PKGBUILD | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/qelly-git/.SRCINFO b/qelly-git/.SRCINFO index 1615c01..5662732 100644 --- a/qelly-git/.SRCINFO +++ b/qelly-git/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun May 14 02:48:33 UTC 2017 +# Sun Apr 29 13:40:55 UTC 2018 pkgbase = qelly-git pkgdesc = Beautiful cross-platform BBS client pkgver = 1.0b.20.g354e0b7 - pkgrel = 2 + pkgrel = 3 url = https://github.com/uranusjr/Qelly arch = x86_64 arch = i686 @@ -14,7 +14,7 @@ pkgbase = qelly-git provides = qelly conflicts = qelly source = qelly-git::git+https://github.com/uranusjr/Qelly.git - md5sums = SKIP + sha256sums = SKIP pkgname = qelly-git diff --git a/qelly-git/PKGBUILD b/qelly-git/PKGBUILD index dc0e5b0..14790fc 100644 --- a/qelly-git/PKGBUILD +++ b/qelly-git/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qelly-git _pkgname=Qelly pkgver=1.0b.20.g354e0b7 -pkgrel=2 +pkgrel=3 pkgdesc="Beautiful cross-platform BBS client" arch=('x86_64' 'i686') url="https://github.com/uranusjr/Qelly" @@ -13,7 +13,7 @@ makedepends=('git') conflicts=('qelly') provides=('qelly') source=("$pkgname::git+https://github.com/uranusjr/Qelly.git") -md5sums=('SKIP') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/qelly/.SRCINFO b/qelly/.SRCINFO index b91120c..2bea708 100644 --- a/qelly/.SRCINFO +++ b/qelly/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sat Dec 31 18:55:16 UTC 2016 +# Sun Apr 29 13:40:55 UTC 2018 pkgbase = qelly pkgdesc = Beautiful cross-platform BBS client pkgver = 1.0b - pkgrel = 2 + pkgrel = 3 url = https://github.com/uranusjr/Qelly arch = x86_64 arch = i686 @@ -12,8 +12,8 @@ pkgbase = qelly depends = libqxt provides = qelly conflicts = qelly - source = https://github.com/uranusjr/Qelly/archive/v1.0b.tar.gz - md5sums = 0b0b142504b7aa43bf94e50cf9b38d3f + source = qelly-1.0b.tar.gz::https://github.com/uranusjr/Qelly/archive/v1.0b.tar.gz + sha256sums = 186333debd9f2eba1465eac94fcf59543868dbd8aae04e2f9a56a45ed9817479 pkgname = qelly diff --git a/qelly/PKGBUILD b/qelly/PKGBUILD index a2091ab..4e5f491 100644 --- a/qelly/PKGBUILD +++ b/qelly/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qelly _pkgname=Qelly pkgver=1.0b -pkgrel=2 +pkgrel=3 pkgdesc="Beautiful cross-platform BBS client" arch=('x86_64' 'i686') url="https://github.com/uranusjr/Qelly" @@ -12,8 +12,8 @@ depends=('qt4' 'libqxt') makedepends=() conflicts=('qelly') provides=('qelly') -source=("https://github.com/uranusjr/Qelly/archive/v${pkgver}.tar.gz") -md5sums=('0b0b142504b7aa43bf94e50cf9b38d3f') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uranusjr/Qelly/archive/v${pkgver}.tar.gz") +sha256sums=('186333debd9f2eba1465eac94fcf59543868dbd8aae04e2f9a56a45ed9817479') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |