David Runge pushed to branch main at Arch Linux / Packaging / Packages / khal


Commits:
8d7c4763 by David Runge at 2023-09-03T00:23:59+02:00
Switch to upstream provided source tarballs

- - - - -
26805812 by David Runge at 2023-09-03T00:26:05+02:00
upgpkg: 0.11.2-2

Rebuild to fix typo in description (https://bugs.archlinux.org/task/79538) and 
switch to upstream provided source
tarballs.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 
 pkgname=khal
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI calendar application built around CalDAV'
 arch=('any')
 url="https://lostpackets.de/khal/";
@@ -45,13 +45,13 @@ optdepends=(
   'python-setproctitle: to set process name'
   'vdirsyncer: to synchronize CalDAV calendars'
 )
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8fb8d89371e53e2235953a0765e41b97e174848a688d63768477576d03f899ba')
-b2sums=('5802b5c7a715ec300feb2618400753fe7f109a894c6bf5cc82eebc349c5c4f651894f14584c91bd479e62f5fa65fd0e400f7c04fb2cc4bee8fef6ffec891216e')
+source=($pkgname-$pkgver.tar.gz::https://github.com/pimutils/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha256sums=('db28d21f0aee14982b1394f73c0f12b54cfd09f44d577c1f5b37c038ff568463')
+b2sums=('06de876159fe6b8c70062e5ca09983f862f1fee44e33f01af86861f061a46dcbdba93bcfd88d1f8f9b3d1a38d111f8989f585fa461a917f186804c333a8ff7cb')
 
 build() {
   cd $pkgname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
+  SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" python -m build --wheel 
--skip-dependency-check --no-isolation
   make -C doc man PYTHONPATH="$PWD"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/khal/-/compare/b81ddc7bc1340ce9fa77fd06bff0c88fc36f87af...268058129bab3fc3f896edd70e57085b9abe8c74

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/khal/-/compare/b81ddc7bc1340ce9fa77fd06bff0c88fc36f87af...268058129bab3fc3f896edd70e57085b9abe8c74
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to