[arch-commits] Commit in (3 files)

Jonas Witschel diabonas at gemini.archlinux.org
Thu Apr 28 14:33:26 UTC 2022


    Date: Thursday, April 28, 2022 @ 14:33:26
  Author: diabonas
Revision: 1191580

Update GitHub tarball URL

GitHub has changed the format of the git-archive tarball URL to include
"refs/tags".

Modified:
  hashdeep/trunk/PKGBUILD
  py3status/trunk/PKGBUILD
  python-oscrypto/trunk/PKGBUILD

--------------------------------+
 hashdeep/trunk/PKGBUILD        |    2 +-
 py3status/trunk/PKGBUILD       |    2 +-
 python-oscrypto/trunk/PKGBUILD |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: hashdeep/trunk/PKGBUILD
===================================================================
--- hashdeep/trunk/PKGBUILD	2022-04-28 14:31:10 UTC (rev 1191579)
+++ hashdeep/trunk/PKGBUILD	2022-04-28 14:33:26 UTC (rev 1191580)
@@ -9,7 +9,7 @@
 url="https://github.com/jessek/hashdeep"
 license=('GPL' 'custom')
 depends=('gcc-libs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/refs/tags/v$pkgver.tar.gz"
         "hashdeep-4.4-fix-errors-found-by-clang.patch::https://github.com/jessek/hashdeep/commit/6ef69a26126ee4e69a25392fd456b8a66c51dffd.patch")
 sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f'
             '7a7fbca4339ca64589386d12d560c04e0929da9065b7e9c0dd1f441bc6fc0fbc')

Modified: py3status/trunk/PKGBUILD
===================================================================
--- py3status/trunk/PKGBUILD	2022-04-28 14:31:10 UTC (rev 1191579)
+++ py3status/trunk/PKGBUILD	2022-04-28 14:33:26 UTC (rev 1191580)
@@ -22,7 +22,7 @@
             'python-pytz: for the clock module'
             'python-tzlocal: for the clock module'
             'pacman-contrib: for the arch_updates module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/$pkgver.tar.gz")
 sha256sums=('3afc200780c090253987e47d9e43fede4e24ebba47192de9961f79c05cedc998')
 
 build() {

Modified: python-oscrypto/trunk/PKGBUILD
===================================================================
--- python-oscrypto/trunk/PKGBUILD	2022-04-28 14:31:10 UTC (rev 1191579)
+++ python-oscrypto/trunk/PKGBUILD	2022-04-28 14:33:26 UTC (rev 1191580)
@@ -9,7 +9,7 @@
 depends=('openssl' 'python' 'python-asn1crypto')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
 sha512sums=('b5baf72e1a09615b267be4d1c4baf2375bb939b5bd3d717ca9ca70776541f590a8608bef95991967e23f3794e6220709ed2fe5acdedfe9bfce1921c879a74bec')
 
 build() {



More information about the arch-commits mailing list