summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2018-04-29 21:40:55 +0800
committerTing-Wei Lan2018-04-29 21:40:55 +0800
commit39b75ffe21caf89041618578ea632762b43f2742 (patch)
treea13ff1c04d751d4a1ad0cc51ff64d46d701e051e
parent7e9544bfa1fe27ae3e98d583183712d1e52904b3 (diff)
downloadaur-39b75ffe21caf89041618578ea632762b43f2742.tar.gz
qelly,qelly-git: Use SHA-256 checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1615c01544ec..5662732ebbaa 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index dc0e5b0d6f55..14790fca7f95 100644
--- a/PKGBUILD
+++ b/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}"