[arch-commits] Commit in khal/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Apr 27 20:03:38 UTC 2021


    Date: Tuesday, April 27, 2021 @ 20:03:38
  Author: polyzen
Revision: 924832

upgpkg: khal 0.10.3-1

Replace sha512sums with sha256sums so they can be checked against PyPI.
b2sums are also in use since 0.10.2-1.

Modified:
  khal/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 19:53:53 UTC (rev 924831)
+++ PKGBUILD	2021-04-27 20:03:38 UTC (rev 924832)
@@ -8,8 +8,8 @@
 
 _name=khal
 pkgname=khal
-pkgver=0.10.2
-pkgrel=5
+pkgver=0.10.3
+pkgrel=1
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
 url="https://lostpackets.de/khal/"
@@ -22,8 +22,8 @@
             'vdirsyncer: Synchronize CalDAV calendars')
 checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('e15449b73175190f02b6fe5774a8feef8a5390966da3836624c94a044d146cc6e8a73985d991042fbb617f736c6759ded387a65292529e71f5b2f34bc80a686e')
-b2sums=('0c7c4ab1234ebe90ef9ad8291f2a0087a3f6a60d25f5426445eedadb25f236b3598dacc051e959a108ad472efc56628bf7ba11ed714c885d956f1a8f905029ca')
+sha256sums=('2fdd8fc14fe597e5a7d6e9c63c7868d960b4ed021b563c684a71f07090eda432')
+b2sums=('290bc799f09401d47f2f48596813ec568859be090a204482a7c2cdd967ec3ccf4c935f5ab35c8ad1cc2e3c2340b4a0e4753debe14ff6114b1b7f0afdf5deaecc')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list